#D9FC2C

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

Shades of Pear #D9FC2C

Tints of Pear #D9FC2C

Color information

#D9FC2C (or 0xD9FC2C) is unknown color: approx Pear. HEX triplet: D9, FC and 2C. RGB value is (217,252,44). Sum of RGB (Red+Green+Blue) = 217+252+44=513 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.30% from 513); Green value is 252 (98.83% from 255 or 49.12% from 513); Blue value is 44 (17.58% from 255 or 8.58% from 513); Max value from RGB is 252 - color contains mainly: green. Hex color #D9FC2C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D9FC2C is #2603D3. Grayscale: #DADADA. Windows color (decimal): -2491348 or 2948313. OLE color: 2948313.

HSL color Cylindrical-coordinate representation of color #D9FC2C: hue angle of 70.1º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D9FC2C is Cyan = 0.14, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.01.

Color convert

RGB21725244-
CMYK0.1400.830.01
HSL70.1º97.2%58.04%-
HSV(B)70.1º82.54%98.82%-
XYZ63.8884.5515.34-
YUV217.8229.9127.41-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.30%
GREEN value IS 252 (98.83% from 255) = 49.12%
BLUE value IS 44 (17.58% from 255) = 8.58%
R=42.30%
G=49.12%
B=8.58%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal217252440.1400.830.0170.197.258.04
HexD9FC2CE053146613a
Octal33137454160123110614172
Binary1101100111111100101100111001010011110001101100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9FC2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9FC2C; }

 p { color: rgb(217,252,44); }

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

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

 a { background-color: rgb(217,252,44); }

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

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

 span { border-color: rgb(217,252,44); }

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