#DEE00F

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

Shades of Lemon #DEE00F

Tints of Lemon #DEE00F

Color information

#DEE00F (or 0xDEE00F) is unknown color: approx Lemon. HEX triplet: DE, E0 and 0F. RGB value is (222,224,15). Sum of RGB (Red+Green+Blue) = 222+224+15=461 (61% of max value = 765). Red value is 222 (87.11% from 255 or 48.16% from 461); Green value is 224 (87.89% from 255 or 48.59% from 461); Blue value is 15 (6.25% from 255 or 3.25% from 461); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE00F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEE00F is #211FF0. Grayscale: #C8C8C8. Windows color (decimal): -2170865 or 1040606. OLE color: 1040606.

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

Color convert

RGB22222415-
CMYK0.0100.930.12
HSL60.57º87.45%46.86%-
HSV(B)60.57º93.3%87.84%-
XYZ56.8768.8810.75-
YUV199.5823.84143.99-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 48.16%
GREEN value IS 224 (87.89% from 255) = 48.59%
BLUE value IS 15 (6.25% from 255) = 3.25%
R=48.16%
G=48.59%
B=3.25%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal222224150.0100.930.1260.5787.4546.86
HexDEE0F105DC3d572f
Octal3363401710135147512757
Binary1101111011100000111110101110111001111011010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE00F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE00F; }

 p { color: rgb(222,224,15); }

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

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

 a { background-color: rgb(222,224,15); }

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

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

 span { border-color: rgb(222,224,15); }

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