Html Css Color HEX #DEE310 Lemon

📋 copy color: '#DEE310'

red 222 ◦ green 227 ◦ blue 16

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

Shades of Lemon #DEE310

Tints of Lemon #DEE310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.44%

R = 47.74%
G = 48.82%
B = 3.44%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.93

 K value IS 0.11

RGB Variations

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

Color information

#DEE310 (or 0xDEE310) is known color: Lemon. HEX triplet: DE, E3 and 10. RGB value is (222,227,16). Sum of RGB (Red+Green+Blue) = 222+227+16=465 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.74% from 465); Green value is 227 (89.06% from 255 or 48.82% from 465); Blue value is 16 (6.64% from 255 or 3.44% from 465); Max value from RGB is 227 - color contains mainly: green. Hex color #DEE310 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEE310 is #211CEF. Grayscale: #CACACA. Windows color (decimal): -2170096 or 1106910. OLE color: 1106910.

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

Color convert

RGB 222 227 16 -
CMYK 0.02 0 0.93 0.11
HSL 61.42º 0.87% 0.48% -
HSV(B) 61.42º 0.93% 0.89% -
XYZ 57.69 70.51 11.06 -
YUV 201.45 23.34 142.66 -
System Red Green Blue C M Y K H S L
Decimal 222 227 16 0.02 0 0.93 0.11 61.42 0.87 0.48
Hex DE E3 10 2 0 5D B 3D 57 30
Octal 336 343 20 2 0 135 13 75 127 60
Binary 11011110 11100011 10000 10 0 1011101 1011 111101 1010111 110000

Color Harmonies of #DEE310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE310

Black with #DEE310

Text Example


Text Example

White with #DEE310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE310; }

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

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

background-color css

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

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

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

border-color css

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

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

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