#D9FF3D

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

Shades of Pear #D9FF3D

Tints of Pear #D9FF3D

Color information

#D9FF3D (or 0xD9FF3D) is unknown color: approx Pear. HEX triplet: D9, FF and 3D. RGB value is (217,255,61). Sum of RGB (Red+Green+Blue) = 217+255+61=533 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.71% from 533); Green value is 255 (100% from 255 or 47.84% from 533); Blue value is 61 (24.22% from 255 or 11.44% from 533); Max value from RGB is 255 - color contains mainly: green. Hex color #D9FF3D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D9FF3D is #2600C2. Grayscale: #DEDEDE. Windows color (decimal): -2490563 or 4063193. OLE color: 4063193.

HSL color Cylindrical-coordinate representation of color #D9FF3D: hue angle of 71.75º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D9FF3D is Cyan = 0.15, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.

Color convert

RGB21725561-
CMYK0.1500.760
HSL71.75º100%61.96%-
HSV(B)71.75º76.08%100%-
XYZ65.2286.6117.69-
YUV221.5237.41124.77-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.71%
GREEN value IS 255 (100% from 255) = 47.84%
BLUE value IS 61 (24.22% from 255) = 11.44%
R=40.71%
G=47.84%
B=11.44%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal217255610.1500.76071.7510061.96
HexD9FF3DF04C048643e
Octal33137775170114011014476
Binary1101100111111111111101111101001100010010001100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9FF3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9FF3D; }

 p { color: rgb(217,255,61); }

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

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

 a { background-color: rgb(217,255,61); }

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

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

 span { border-color: rgb(217,255,61); }

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