Html Css Color HEX #DEE020 Bitter Lemon

📋 copy color: '#DEE020'

red 222 ◦ green 224 ◦ blue 32

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

Shades of Bitter Lemon #DEE020

Tints of Bitter Lemon #DEE020

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 6.69%

R = 46.44%
G = 46.86%
B = 6.69%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#DEE020 (or 0xDEE020) is known color: Bitter Lemon. HEX triplet: DE, E0 and 20. RGB value is (222,224,32). Sum of RGB (Red+Green+Blue) = 222+224+32=478 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.44% from 478); Green value is 224 (87.89% from 255 or 46.86% from 478); Blue value is 32 (12.89% from 255 or 6.69% from 478); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE020 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE020 is #211FDF. Grayscale: #CACACA. Windows color (decimal): -2170848 or 2154718. OLE color: 2154718.

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

Color convert

RGB 222 224 32 -
CMYK 0.01 0 0.86 0.12
HSL 60.63º 0.76% 0.5% -
HSV(B) 60.63º 0.86% 0.88% -
XYZ 57.04 68.95 11.67 -
YUV 201.51 32.34 142.61 -
System Red Green Blue C M Y K H S L
Decimal 222 224 32 0.01 0 0.86 0.12 60.63 0.76 0.5
Hex DE E0 20 1 0 56 C 3D 4C 32
Octal 336 340 40 1 0 126 14 75 114 62
Binary 11011110 11100000 100000 1 0 1010110 1100 111101 1001100 110010

Color Harmonies of #DEE020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE020

Black with #DEE020

Text Example


Text Example

White with #DEE020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE020; }

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

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

background-color css

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

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

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

border-color css

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

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

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