Html Css Color HEX #DEE00F Lemon

📋 copy color: '#DEE00F'

red 222 ◦ green 224 ◦ blue 15

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

Shades of Lemon #DEE00F

Tints of Lemon #DEE00F

RGB

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

 GREEN value IS 224 (87.89% from 255) = 48.59%

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

R = 48.16%
G = 48.59%
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

#DEE00F (or 0xDEE00F) is known color: Lemon. HEX triplet: DE, E0 and 0F. RGB value is (222,224,15). Sum of RGB (Red+Green+Blue) = 222+224+15=461 (61% of max value = 765). Red value is 222 (87.11% from 255 or 48.16% from 461); Green value is 224 (87.89% from 255 or 48.59% from 461); Blue value is 15 (6.25% from 255 or 3.25% from 461); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE00F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEE00F is #211FF0. Grayscale: #C8C8C8. Windows color (decimal): -2170865 or 1040606. OLE color: 1040606.

HSL color Cylindrical-coordinate representation of color #DEE00F: hue angle of 60.57º degrees, saturation: 0.87, 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 #DEE00F is Cyan = 0.01, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.12.

Color convert

RGB 222 224 15 -
CMYK 0.01 0 0.93 0.12
HSL 60.57º 0.87% 0.47% -
HSV(B) 60.57º 0.93% 0.88% -
XYZ 56.87 68.88 10.75 -
YUV 199.58 23.84 143.99 -
System Red Green Blue C M Y K H S L
Decimal 222 224 15 0.01 0 0.93 0.12 60.57 0.87 0.47
Hex DE E0 F 1 0 5D C 3D 57 2F
Octal 336 340 17 1 0 135 14 75 127 57
Binary 11011110 11100000 1111 1 0 1011101 1100 111101 1010111 101111

Color Harmonies of #DEE00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE00F

Black with #DEE00F

Text Example


Text Example

White with #DEE00F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE00F; }

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

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

background-color css

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

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

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

border-color css

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

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

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