Html Css Color HEX #DEE10F Lemon

📋 copy color: '#DEE10F'

red 222 ◦ green 225 ◦ blue 15

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

Shades of Lemon #DEE10F

Tints of Lemon #DEE10F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.25%

R = 48.05%
G = 48.7%
B = 3.25%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#DEE10F (or 0xDEE10F) is known color: Lemon. HEX triplet: DE, E1 and 0F. RGB value is (222,225,15). Sum of RGB (Red+Green+Blue) = 222+225+15=462 (61% of max value = 765). Red value is 222 (87.11% from 255 or 48.05% from 462); Green value is 225 (88.28% from 255 or 48.70% from 462); Blue value is 15 (6.25% from 255 or 3.25% from 462); Max value from RGB is 225 - color contains mainly: green. Hex color #DEE10F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEE10F is #211EF0. Grayscale: #C9C9C9. Windows color (decimal): -2170609 or 1040862. OLE color: 1040862.

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

Color convert

RGB 222 225 15 -
CMYK 0.01 0 0.93 0.12
HSL 60.86º 0.88% 0.47% -
HSV(B) 60.86º 0.93% 0.88% -
XYZ 57.14 69.41 10.84 -
YUV 200.16 23.51 143.58 -
System Red Green Blue C M Y K H S L
Decimal 222 225 15 0.01 0 0.93 0.12 60.86 0.88 0.47
Hex DE E1 F 1 0 5D C 3D 58 2F
Octal 336 341 17 1 0 135 14 75 130 57
Binary 11011110 11100001 1111 1 0 1011101 1100 111101 1011000 101111

Color Harmonies of #DEE10F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE10F

Black with #DEE10F

Text Example


Text Example

White with #DEE10F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE10F; }

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

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

background-color css

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

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

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

border-color css

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

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

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