Html Css Color HEX #DEE028 Bitter Lemon

📋 copy color: '#DEE028'

red 222 ◦ green 224 ◦ blue 40

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

Shades of Bitter Lemon #DEE028

Tints of Bitter Lemon #DEE028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.23%

R = 45.68%
G = 46.09%
B = 8.23%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.82

 K value IS 0.12

RGB Variations

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

Color information

#DEE028 (or 0xDEE028) is known color: Bitter Lemon. HEX triplet: DE, E0 and 28. RGB value is (222,224,40). Sum of RGB (Red+Green+Blue) = 222+224+40=486 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.68% from 486); Green value is 224 (87.89% from 255 or 46.09% from 486); Blue value is 40 (16.02% from 255 or 8.23% from 486); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE028 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE028 is #211FD7. Grayscale: #CBCBCB. Windows color (decimal): -2170840 or 2679006. OLE color: 2679006.

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

Color convert

RGB 222 224 40 -
CMYK 0.01 0 0.82 0.12
HSL 60.65º 0.75% 0.52% -
HSV(B) 60.65º 0.82% 0.88% -
XYZ 57.16 68.99 12.31 -
YUV 202.43 36.34 141.96 -
System Red Green Blue C M Y K H S L
Decimal 222 224 40 0.01 0 0.82 0.12 60.65 0.75 0.52
Hex DE E0 28 1 0 52 C 3D 4B 34
Octal 336 340 50 1 0 122 14 75 113 64
Binary 11011110 11100000 101000 1 0 1010010 1100 111101 1001011 110100

Color Harmonies of #DEE028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE028

Black with #DEE028

Text Example


Text Example

White with #DEE028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE028; }

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

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

background-color css

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

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

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

border-color css

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

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

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