#D9FA49

Color #D9FA49 Pear (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pear #D9FA49

Tints of Pear #D9FA49

Color information

#D9FA49 (or 0xD9FA49) is unknown color: approx Pear. HEX triplet: D9, FA and 49. RGB value is (217,250,73). Sum of RGB (Red+Green+Blue) = 217+250+73=540 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.19% from 540); Green value is 250 (98.05% from 255 or 46.30% from 540); Blue value is 73 (28.91% from 255 or 13.52% from 540); Max value from RGB is 250 - color contains mainly: green. Hex color #D9FA49 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D9FA49 is #2605B6. Grayscale: #DCDCDC. Windows color (decimal): -2491831 or 4848345. OLE color: 4848345.

HSL color Cylindrical-coordinate representation of color #D9FA49: hue angle of 71.19º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D9FA49 is Cyan = 0.13, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.02.

Color convert

RGB21725073-
CMYK0.1300.710.02
HSL71.19º94.65%63.33%-
HSV(B)71.19º70.8%98.04%-
XYZ6483.619.07-
YUV219.9645.07125.89-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.19%
GREEN value IS 250 (98.05% from 255) = 46.30%
BLUE value IS 73 (28.91% from 255) = 13.52%
R=40.19%
G=46.30%
B=13.52%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal217250730.1300.710.0271.1994.6563.33
HexD9FA49D0472475f3f
Octal331372111150107210713777
Binary110110011111101010010011101010001111010001111011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9FA49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9FA49; }

 p { color: rgb(217,250,73); }

 H1.HeaderClassName
 {
   color: #D9FA49;
 }
 .AnyTagClassName
 {
   color: #D9FA49;
 }
</style>
background-color css

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

 a { background-color: rgb(217,250,73); }

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

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

 span { border-color: rgb(217,250,73); }

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