Html Css Color HEX #DDF52F Pear

📋 copy color: '#DDF52F'

red 221 ◦ green 245 ◦ blue 47

#DDF52F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pear #DDF52F

Tints of Pear #DDF52F

RGB

 RED value IS 221 (86.72% from 255) = 43.08%

 GREEN value IS 245 (96.09% from 255) = 47.76%

 BLUE value IS 47 (18.75% from 255) = 9.16%

R = 43.08%
G = 47.76%
B = 9.16%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.81

 K value IS 0.04

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DDF52F (or 0xDDF52F) is known color: Pear. HEX triplet: DD, F5 and 2F. RGB value is (221,245,47). Sum of RGB (Red+Green+Blue) = 221+245+47=513 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.08% from 513); Green value is 245 (96.09% from 255 or 47.76% from 513); Blue value is 47 (18.75% from 255 or 9.16% from 513); Max value from RGB is 245 - color contains mainly: green. Hex color #DDF52F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF52F is #220AD0. Grayscale: #D8D8D8. Windows color (decimal): -2230993 or 3143133. OLE color: 3143133.

HSL color Cylindrical-coordinate representation of color #DDF52F: hue angle of 67.27º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DDF52F is Cyan = 0.10, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.04.

Color convert

RGB 221 245 47 -
CMYK 0.10 0 0.81 0.04
HSL 67.27º 0.91% 0.57% -
HSV(B) 67.27º 0.81% 0.96% -
XYZ 62.98 80.88 14.98 -
YUV 215.25 33.05 132.1 -
System Red Green Blue C M Y K H S L
Decimal 221 245 47 0.10 0 0.81 0.04 67.27 0.91 0.57
Hex DD F5 2F A 0 51 4 43 5B 39
Octal 335 365 57 12 0 121 4 103 133 71
Binary 11011101 11110101 101111 1010 0 1010001 100 1000011 1011011 111001

Color Harmonies of #DDF52F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF52F

Black with #DDF52F

Text Example


Text Example

White with #DDF52F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF52F; }

 p { color: rgb(221,245,47); }

 H1.HeaderClassName
 {
   color: #DDF52F;
 }
 .AnyTagClassName
 {
   color: #DDF52F;
 }
</style>

background-color css

<style>
 a { background-color: #DDF52F; }

 a { background-color: rgb(221,245,47); }

 div.DivClassName
 {
   background-color: #DDF52F;
 }
 .BgClassName
 {
   background-color: #DDF52F;
 }
</style>

border-color css

<style>
 span { border-color: #DDF52F; }

 span { border-color: rgb(221,245,47); }

 td.TdClassName
 {
   border-color: #DDF52F;
 }
 .TagClassName
 {
   border-color: #DDF52F;
 }
</style>