Html Css Color HEX #DEE10E Lemon

📋 copy color: '#DEE10E'

red 222 ◦ green 225 ◦ blue 14

#DEE10E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lemon #DEE10E

Tints of Lemon #DEE10E

RGB

 RED value IS 222 (87.11% from 255) = 48.16%

 GREEN value IS 225 (88.28% from 255) = 48.81%

 BLUE value IS 14 (5.86% from 255) = 3.04%

R = 48.16%
G = 48.81%
B = 3.04%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#DEE10E (or 0xDEE10E) is known color: Lemon. HEX triplet: DE, E1 and 0E. RGB value is (222,225,14). Sum of RGB (Red+Green+Blue) = 222+225+14=461 (61% of max value = 765). Red value is 222 (87.11% from 255 or 48.16% from 461); Green value is 225 (88.28% from 255 or 48.81% from 461); Blue value is 14 (5.86% from 255 or 3.04% from 461); Max value from RGB is 225 - color contains mainly: green. Hex color #DEE10E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEE10E is #211EF1. Grayscale: #C8C8C8. Windows color (decimal): -2170610 or 975326. OLE color: 975326.

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

Color convert

RGB 222 225 14 -
CMYK 0.01 0 0.94 0.12
HSL 60.85º 0.88% 0.47% -
HSV(B) 60.85º 0.94% 0.88% -
XYZ 57.13 69.41 10.8 -
YUV 200.05 23.01 143.66 -
System Red Green Blue C M Y K H S L
Decimal 222 225 14 0.01 0 0.94 0.12 60.85 0.88 0.47
Hex DE E1 E 1 0 5E C 3D 58 2F
Octal 336 341 16 1 0 136 14 75 130 57
Binary 11011110 11100001 1110 1 0 1011110 1100 111101 1011000 101111

Color Harmonies of #DEE10E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE10E

Black with #DEE10E

Text Example


Text Example

White with #DEE10E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE10E; }

 p { color: rgb(222,225,14); }

 H1.HeaderClassName
 {
   color: #DEE10E;
 }
 .AnyTagClassName
 {
   color: #DEE10E;
 }
</style>

background-color css

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

 a { background-color: rgb(222,225,14); }

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

border-color css

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

 span { border-color: rgb(222,225,14); }

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