Html Css Color HEX #DEE10C Lemon

📋 copy color: '#DEE10C'

red 222 ◦ green 225 ◦ blue 12

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

Shades of Lemon #DEE10C

Tints of Lemon #DEE10C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.61%

R = 48.37%
G = 49.02%
B = 2.61%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#DEE10C (or 0xDEE10C) is known color: Lemon. HEX triplet: DE, E1 and 0C. RGB value is (222,225,12). Sum of RGB (Red+Green+Blue) = 222+225+12=459 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.37% from 459); Green value is 225 (88.28% from 255 or 49.02% from 459); Blue value is 12 (5.08% from 255 or 2.61% from 459); Max value from RGB is 225 - color contains mainly: green. Hex color #DEE10C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEE10C is #211EF3. Grayscale: #C8C8C8. Windows color (decimal): -2170612 or 844254. OLE color: 844254.

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

Color convert

RGB 222 225 12 -
CMYK 0.01 0 0.95 0.12
HSL 60.85º 0.9% 0.46% -
HSV(B) 60.85º 0.95% 0.88% -
XYZ 57.12 69.41 10.73 -
YUV 199.82 22.01 143.82 -
System Red Green Blue C M Y K H S L
Decimal 222 225 12 0.01 0 0.95 0.12 60.85 0.9 0.46
Hex DE E1 C 1 0 5F C 3D 5A 2E
Octal 336 341 14 1 0 137 14 75 132 56
Binary 11011110 11100001 1100 1 0 1011111 1100 111101 1011010 101110

Color Harmonies of #DEE10C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE10C

Black with #DEE10C

Text Example


Text Example

White with #DEE10C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE10C; }

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

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

background-color css

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

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

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

border-color css

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

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

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