Html Css Color HEX #DEE212 Lemon

📋 copy color: '#DEE212'

red 222 ◦ green 226 ◦ blue 18

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

Shades of Lemon #DEE212

Tints of Lemon #DEE212

RGB

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

 GREEN value IS 226 (88.67% from 255) = 48.5%

 BLUE value IS 18 (7.42% from 255) = 3.86%

R = 47.64%
G = 48.5%
B = 3.86%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.92

 K value IS 0.11

RGB Variations

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

Color information

#DEE212 (or 0xDEE212) is known color: Lemon. HEX triplet: DE, E2 and 12. RGB value is (222,226,18). Sum of RGB (Red+Green+Blue) = 222+226+18=466 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.64% from 466); Green value is 226 (88.67% from 255 or 48.50% from 466); Blue value is 18 (7.42% from 255 or 3.86% from 466); Max value from RGB is 226 - color contains mainly: green. Hex color #DEE212 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEE212 is #211DED. Grayscale: #C9C9C9. Windows color (decimal): -2170350 or 1237726. OLE color: 1237726.

HSL color Cylindrical-coordinate representation of color #DEE212: hue angle of 61.15º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DEE212 is Cyan = 0.02, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.11.

Color convert

RGB 222 226 18 -
CMYK 0.02 0 0.92 0.11
HSL 61.15º 0.85% 0.48% -
HSV(B) 61.15º 0.92% 0.89% -
XYZ 57.43 69.97 11.05 -
YUV 201.09 24.67 142.91 -
System Red Green Blue C M Y K H S L
Decimal 222 226 18 0.02 0 0.92 0.11 61.15 0.85 0.48
Hex DE E2 12 2 0 5C B 3D 55 30
Octal 336 342 22 2 0 134 13 75 125 60
Binary 11011110 11100010 10010 10 0 1011100 1011 111101 1010101 110000

Color Harmonies of #DEE212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE212

Black with #DEE212

Text Example


Text Example

White with #DEE212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE212; }

 p { color: rgb(222,226,18); }

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

background-color css

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

 a { background-color: rgb(222,226,18); }

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

border-color css

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

 span { border-color: rgb(222,226,18); }

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