#D9FF40

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

Shades of Pear #D9FF40

Tints of Pear #D9FF40

Color information

#D9FF40 (or 0xD9FF40) is unknown color: approx Pear. HEX triplet: D9, FF and 40. RGB value is (217,255,64). Sum of RGB (Red+Green+Blue) = 217+255+64=536 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.49% from 536); Green value is 255 (100% from 255 or 47.57% from 536); Blue value is 64 (25.39% from 255 or 11.94% from 536); Max value from RGB is 255 - color contains mainly: green. Hex color #D9FF40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D9FF40 is #2600BF. Grayscale: #DEDEDE. Windows color (decimal): -2490560 or 4259801. OLE color: 4259801.

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

Color convert

RGB21725564-
CMYK0.1500.750
HSL71.94º100%62.55%-
HSV(B)71.94º74.9%100%-
XYZ65.386.6418.13-
YUV221.8638.91124.53-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.49%
GREEN value IS 255 (100% from 255) = 47.57%
BLUE value IS 64 (25.39% from 255) = 11.94%
R=40.49%
G=47.57%
B=11.94%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal217255640.1500.75071.9410062.55
HexD9FF40F04B048643f
Octal331377100170113011014477
Binary11011001111111111000000111101001011010010001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9FF40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9FF40; }

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

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

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

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

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

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

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

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