Html Css Color HEX #DEE00A Lemon

📋 copy color: '#DEE00A'

red 222 ◦ green 224 ◦ blue 10

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

Shades of Lemon #DEE00A

Tints of Lemon #DEE00A

RGB

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

 GREEN value IS 224 (87.89% from 255) = 49.12%

 BLUE value IS 10 (4.3% from 255) = 2.19%

R = 48.68%
G = 49.12%
B = 2.19%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.96

 K value IS 0.12

RGB Variations

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

Color information

#DEE00A (or 0xDEE00A) is known color: Lemon. HEX triplet: DE, E0 and 0A. RGB value is (222,224,10). Sum of RGB (Red+Green+Blue) = 222+224+10=456 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.68% from 456); Green value is 224 (87.89% from 255 or 49.12% from 456); Blue value is 10 (4.30% from 255 or 2.19% from 456); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE00A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEE00A is #211FF5. Grayscale: #C7C7C7. Windows color (decimal): -2170870 or 712926. OLE color: 712926.

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

Color convert

RGB 222 224 10 -
CMYK 0.01 0 0.96 0.12
HSL 60.56º 0.91% 0.46% -
HSV(B) 60.56º 0.96% 0.88% -
XYZ 56.83 68.86 10.58 -
YUV 199.01 21.34 144.4 -
System Red Green Blue C M Y K H S L
Decimal 222 224 10 0.01 0 0.96 0.12 60.56 0.91 0.46
Hex DE E0 A 1 0 60 C 3D 5B 2E
Octal 336 340 12 1 0 140 14 75 133 56
Binary 11011110 11100000 1010 1 0 1100000 1100 111101 1011011 101110

Color Harmonies of #DEE00A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE00A

Black with #DEE00A

Text Example


Text Example

White with #DEE00A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE00A; }

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

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

background-color css

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

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

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

border-color css

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

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

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