Html Css Color HEX #DCE028 Bitter Lemon

📋 copy color: '#DCE028'

red 220 ◦ green 224 ◦ blue 40

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

Shades of Bitter Lemon #DCE028

Tints of Bitter Lemon #DCE028

RGB

 RED value IS 220 (86.33% from 255) = 45.45%

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

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

R = 45.45%
G = 46.28%
B = 8.26%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.82

 K value IS 0.12

RGB Variations

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

Color information

#DCE028 (or 0xDCE028) is known color: Bitter Lemon. HEX triplet: DC, E0 and 28. RGB value is (220,224,40). Sum of RGB (Red+Green+Blue) = 220+224+40=484 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.45% from 484); Green value is 224 (87.89% from 255 or 46.28% from 484); Blue value is 40 (16.02% from 255 or 8.26% from 484); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE028 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE028 is #231FD7. Grayscale: #CACACA. Windows color (decimal): -2301912 or 2679004. OLE color: 2679004.

HSL color Cylindrical-coordinate representation of color #DCE028: hue angle of 61.3º 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 #DCE028 is Cyan = 0.02, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.12.

Color convert

RGB 220 224 40 -
CMYK 0.02 0 0.82 0.12
HSL 61.3º 0.75% 0.52% -
HSV(B) 61.3º 0.82% 0.88% -
XYZ 56.55 68.68 12.28 -
YUV 201.83 36.67 140.96 -
System Red Green Blue C M Y K H S L
Decimal 220 224 40 0.02 0 0.82 0.12 61.3 0.75 0.52
Hex DC E0 28 2 0 52 C 3D 4B 34
Octal 334 340 50 2 0 122 14 75 113 64
Binary 11011100 11100000 101000 10 0 1010010 1100 111101 1001011 110100

Color Harmonies of #DCE028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE028

Black with #DCE028

Text Example


Text Example

White with #DCE028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE028; }

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

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

background-color css

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

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

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

border-color css

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

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

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