#D9F645

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

Shades of Pear #D9F645

Tints of Pear #D9F645

Color information

#D9F645 (or 0xD9F645) is unknown color: approx Pear. HEX triplet: D9, F6 and 45. RGB value is (217,246,69). Sum of RGB (Red+Green+Blue) = 217+246+69=532 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.79% from 532); Green value is 246 (96.48% from 255 or 46.24% from 532); Blue value is 69 (27.34% from 255 or 12.97% from 532); Max value from RGB is 246 - color contains mainly: green. Hex color #D9F645 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D9F645 is #2609BA. Grayscale: #D9D9D9. Windows color (decimal): -2492859 or 4585177. OLE color: 4585177.

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

Color convert

RGB21724669-
CMYK0.1200.720.04
HSL69.83º90.77%61.76%-
HSV(B)69.83º71.95%96.47%-
XYZ62.6581.0917.98-
YUV217.1544.39127.89-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.79%
GREEN value IS 246 (96.48% from 255) = 46.24%
BLUE value IS 69 (27.34% from 255) = 12.97%
R=40.79%
G=46.24%
B=12.97%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal217246690.1200.720.0469.8390.7761.76
HexD9F645C0484465b3e
Octal331366105140110410613376
Binary1101100111110110100010111000100100010010001101011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9F645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9F645; }

 p { color: rgb(217,246,69); }

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

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

 a { background-color: rgb(217,246,69); }

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

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

 span { border-color: rgb(217,246,69); }

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