#D0FE40

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

Shades of Pear #D0FE40

Tints of Pear #D0FE40

Color information

#D0FE40 (or 0xD0FE40) is unknown color: approx Pear. HEX triplet: D0, FE and 40. RGB value is (208,254,64). Sum of RGB (Red+Green+Blue) = 208+254+64=526 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.54% from 526); Green value is 254 (99.61% from 255 or 48.29% from 526); Blue value is 64 (25.39% from 255 or 12.17% from 526); Max value from RGB is 254 - color contains mainly: green. Hex color #D0FE40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0FE40 is #2F01BF. Grayscale: #DBDBDB. Windows color (decimal): -3080640 or 4259536. OLE color: 4259536.

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

Color convert

RGB20825464-
CMYK0.1800.750.00
HSL74.53º98.96%62.35%-
HSV(B)74.53º74.8%99.61%-
XYZ62.3884.6617.9-
YUV218.5940.76120.45-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.54%
GREEN value IS 254 (99.61% from 255) = 48.29%
BLUE value IS 64 (25.39% from 255) = 12.17%
R=39.54%
G=48.29%
B=12.17%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal208254640.1800.750.0074.5398.9662.35
HexD0FE401204B04b633e
Octal320376100220113011314376
Binary110100001111111010000001001001001011010010111100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FE40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FE40; }

 p { color: rgb(208,254,64); }

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

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

 a { background-color: rgb(208,254,64); }

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

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

 span { border-color: rgb(208,254,64); }

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