Html Css Color HEX #DEE312 Lemon

📋 copy color: '#DEE312'

red 222 ◦ green 227 ◦ blue 18

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

Shades of Lemon #DEE312

Tints of Lemon #DEE312

RGB

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

 GREEN value IS 227 (89.06% from 255) = 48.61%

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

R = 47.54%
G = 48.61%
B = 3.85%

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

#DEE312 (or 0xDEE312) is known color: Lemon. HEX triplet: DE, E3 and 12. RGB value is (222,227,18). Sum of RGB (Red+Green+Blue) = 222+227+18=467 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.54% from 467); Green value is 227 (89.06% from 255 or 48.61% from 467); Blue value is 18 (7.42% from 255 or 3.85% from 467); Max value from RGB is 227 - color contains mainly: green. Hex color #DEE312 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEE312 is #211CED. Grayscale: #CACACA. Windows color (decimal): -2170094 or 1237982. OLE color: 1237982.

HSL color Cylindrical-coordinate representation of color #DEE312: hue angle of 61.44º 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 #DEE312 is Cyan = 0.02, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.11.

Color convert

RGB 222 227 18 -
CMYK 0.02 0 0.92 0.11
HSL 61.44º 0.85% 0.48% -
HSV(B) 61.44º 0.92% 0.89% -
XYZ 57.7 70.51 11.14 -
YUV 201.68 24.34 142.49 -
System Red Green Blue C M Y K H S L
Decimal 222 227 18 0.02 0 0.92 0.11 61.44 0.85 0.48
Hex DE E3 12 2 0 5C B 3D 55 30
Octal 336 343 22 2 0 134 13 75 125 60
Binary 11011110 11100011 10010 10 0 1011100 1011 111101 1010101 110000

Color Harmonies of #DEE312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE312

Black with #DEE312

Text Example


Text Example

White with #DEE312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE312; }

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

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

background-color css

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

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

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

border-color css

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

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

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