Html Css Color HEX #DEE024 Bitter Lemon

📋 copy color: '#DEE024'

red 222 ◦ green 224 ◦ blue 36

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

Shades of Bitter Lemon #DEE024

Tints of Bitter Lemon #DEE024

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 7.47%

R = 46.06%
G = 46.47%
B = 7.47%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.84

 K value IS 0.12

RGB Variations

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

Color information

#DEE024 (or 0xDEE024) is known color: Bitter Lemon. HEX triplet: DE, E0 and 24. RGB value is (222,224,36). Sum of RGB (Red+Green+Blue) = 222+224+36=482 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.06% from 482); Green value is 224 (87.89% from 255 or 46.47% from 482); Blue value is 36 (14.45% from 255 or 7.47% from 482); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE024 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE024 is #211FDB. Grayscale: #CACACA. Windows color (decimal): -2170844 or 2416862. OLE color: 2416862.

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

Color convert

RGB 222 224 36 -
CMYK 0.01 0 0.84 0.12
HSL 60.64º 0.75% 0.51% -
HSV(B) 60.64º 0.84% 0.88% -
XYZ 57.1 68.97 11.97 -
YUV 201.97 34.34 142.29 -
System Red Green Blue C M Y K H S L
Decimal 222 224 36 0.01 0 0.84 0.12 60.64 0.75 0.51
Hex DE E0 24 1 0 54 C 3D 4B 33
Octal 336 340 44 1 0 124 14 75 113 63
Binary 11011110 11100000 100100 1 0 1010100 1100 111101 1001011 110011

Color Harmonies of #DEE024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE024

Black with #DEE024

Text Example


Text Example

White with #DEE024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE024; }

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

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

background-color css

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

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

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

border-color css

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

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

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