#D0F41E

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

Shades of Pear #D0F41E

Tints of Pear #D0F41E

Color information

#D0F41E (or 0xD0F41E) is unknown color: approx Pear. HEX triplet: D0, F4 and 1E. RGB value is (208,244,30). Sum of RGB (Red+Green+Blue) = 208+244+30=482 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.15% from 482); Green value is 244 (95.70% from 255 or 50.62% from 482); Blue value is 30 (12.11% from 255 or 6.22% from 482); Max value from RGB is 244 - color contains mainly: green. Hex color #D0F41E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0F41E is #2F0BE1. Grayscale: #D1D1D1. Windows color (decimal): -3083234 or 2028752. OLE color: 2028752.

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

Color convert

RGB20824430-
CMYK0.1500.880.04
HSL70.09º90.68%53.73%-
HSV(B)70.09º87.7%95.69%-
XYZ58.678.2113.23-
YUV208.8427.07127.4-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.15%
GREEN value IS 244 (95.70% from 255) = 50.62%
BLUE value IS 30 (12.11% from 255) = 6.22%
R=43.15%
G=50.62%
B=6.22%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal208244300.1500.880.0470.0990.6853.73
HexD0F41EF0584465b36
Octal32036436170130410613366
Binary11010000111101001111011110101100010010001101011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F41E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F41E; }

 p { color: rgb(208,244,30); }

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

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

 a { background-color: rgb(208,244,30); }

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

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

 span { border-color: rgb(208,244,30); }

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