Html Css Color HEX #DEE021 Bitter Lemon

📋 copy color: '#DEE021'

red 222 ◦ green 224 ◦ blue 33

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

Shades of Bitter Lemon #DEE021

Tints of Bitter Lemon #DEE021

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 6.89%

R = 46.35%
G = 46.76%
B = 6.89%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.85

 K value IS 0.12

RGB Variations

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

Color information

#DEE021 (or 0xDEE021) is known color: Bitter Lemon. HEX triplet: DE, E0 and 21. RGB value is (222,224,33). Sum of RGB (Red+Green+Blue) = 222+224+33=479 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.35% from 479); Green value is 224 (87.89% from 255 or 46.76% from 479); Blue value is 33 (13.28% from 255 or 6.89% from 479); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE021 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE021 is #211FDE. Grayscale: #CACACA. Windows color (decimal): -2170847 or 2220254. OLE color: 2220254.

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

Color convert

RGB 222 224 33 -
CMYK 0.01 0 0.85 0.12
HSL 60.63º 0.75% 0.5% -
HSV(B) 60.63º 0.85% 0.88% -
XYZ 57.05 68.95 11.74 -
YUV 201.63 32.84 142.53 -
System Red Green Blue C M Y K H S L
Decimal 222 224 33 0.01 0 0.85 0.12 60.63 0.75 0.5
Hex DE E0 21 1 0 55 C 3D 4B 32
Octal 336 340 41 1 0 125 14 75 113 62
Binary 11011110 11100000 100001 1 0 1010101 1100 111101 1001011 110010

Color Harmonies of #DEE021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE021

Black with #DEE021

Text Example


Text Example

White with #DEE021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE021; }

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

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

background-color css

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

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

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

border-color css

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

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

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