#D0E01E

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

Shades of Pear #D0E01E

Tints of Pear #D0E01E

Color information

#D0E01E (or 0xD0E01E) is unknown color: approx Pear. HEX triplet: D0, E0 and 1E. RGB value is (208,224,30). Sum of RGB (Red+Green+Blue) = 208+224+30=462 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.02% from 462); Green value is 224 (87.89% from 255 or 48.48% from 462); Blue value is 30 (12.11% from 255 or 6.49% from 462); Max value from RGB is 224 - color contains mainly: green. Hex color #D0E01E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0E01E is #2F1FE1. Grayscale: #C5C5C5. Windows color (decimal): -3088354 or 2023632. OLE color: 2023632.

HSL color Cylindrical-coordinate representation of color #D0E01E: hue angle of 64.95º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D0E01E is Cyan = 0.07, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.12.

Color convert

RGB20822430-
CMYK0.0700.870.12
HSL64.95º76.38%49.8%-
HSV(B)64.95º86.61%87.84%-
XYZ52.966.8111.34-
YUV197.133.7135.77-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.02%
GREEN value IS 224 (87.89% from 255) = 48.48%
BLUE value IS 30 (12.11% from 255) = 6.49%
R=45.02%
G=48.48%
B=6.49%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal208224300.0700.870.1264.9576.3849.8
HexD0E01E7057C414c32
Octal32034036701271410111462
Binary11010000111000001111011101010111110010000011001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0E01E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0E01E; }

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

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

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

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

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

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

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

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