Html Css Color HEX #DDF849 Pear

📋 copy color: '#DDF849'

red 221 ◦ green 248 ◦ blue 73

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

Shades of Pear #DDF849

Tints of Pear #DDF849

RGB

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

 GREEN value IS 248 (97.27% from 255) = 45.76%

 BLUE value IS 73 (28.91% from 255) = 13.47%

R = 40.77%
G = 45.76%
B = 13.47%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.71

 K value IS 0.03

RGB Variations

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

Color information

#DDF849 (or 0xDDF849) is known color: Pear. HEX triplet: DD, F8 and 49. RGB value is (221,248,73). Sum of RGB (Red+Green+Blue) = 221+248+73=542 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.77% from 542); Green value is 248 (97.27% from 255 or 45.76% from 542); Blue value is 73 (28.91% from 255 or 13.47% from 542); Max value from RGB is 248 - color contains mainly: green. Hex color #DDF849 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF849 is #2207B6. Grayscale: #DCDCDC. Windows color (decimal): -2230199 or 4847837. OLE color: 4847837.

HSL color Cylindrical-coordinate representation of color #DDF849: hue angle of 69.26º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DDF849 is Cyan = 0.11, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.03.

Color convert

RGB 221 248 73 -
CMYK 0.11 0 0.71 0.03
HSL 69.26º 0.93% 0.63% -
HSV(B) 69.26º 0.71% 0.97% -
XYZ 64.59 82.99 18.92 -
YUV 219.98 45.05 128.73 -
System Red Green Blue C M Y K H S L
Decimal 221 248 73 0.11 0 0.71 0.03 69.26 0.93 0.63
Hex DD F8 49 B 0 47 3 45 5D 3F
Octal 335 370 111 13 0 107 3 105 135 77
Binary 11011101 11111000 1001001 1011 0 1000111 11 1000101 1011101 111111

Color Harmonies of #DDF849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF849

Black with #DDF849

Text Example


Text Example

White with #DDF849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF849; }

 p { color: rgb(221,248,73); }

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

background-color css

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

 a { background-color: rgb(221,248,73); }

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

border-color css

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

 span { border-color: rgb(221,248,73); }

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