Html Css Color HEX #DCE02D Bitter Lemon

📋 copy color: '#DCE02D'

red 220 ◦ green 224 ◦ blue 45

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

Shades of Bitter Lemon #DCE02D

Tints of Bitter Lemon #DCE02D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9.2%

R = 44.99%
G = 45.81%
B = 9.2%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.80

 K value IS 0.12

RGB Variations

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

Color information

#DCE02D (or 0xDCE02D) is known color: Bitter Lemon. HEX triplet: DC, E0 and 2D. RGB value is (220,224,45). Sum of RGB (Red+Green+Blue) = 220+224+45=489 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.99% from 489); Green value is 224 (87.89% from 255 or 45.81% from 489); Blue value is 45 (17.97% from 255 or 9.20% from 489); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE02D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE02D is #231FD2. Grayscale: #CBCBCB. Windows color (decimal): -2301907 or 3006684. OLE color: 3006684.

HSL color Cylindrical-coordinate representation of color #DCE02D: hue angle of 61.34º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DCE02D is Cyan = 0.02, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.12.

Color convert

RGB 220 224 45 -
CMYK 0.02 0 0.80 0.12
HSL 61.34º 0.74% 0.53% -
HSV(B) 61.34º 0.8% 0.88% -
XYZ 56.64 68.72 12.76 -
YUV 202.4 39.17 140.55 -
System Red Green Blue C M Y K H S L
Decimal 220 224 45 0.02 0 0.80 0.12 61.34 0.74 0.53
Hex DC E0 2D 2 0 50 C 3D 4A 35
Octal 334 340 55 2 0 120 14 75 112 65
Binary 11011100 11100000 101101 10 0 1010000 1100 111101 1001010 110101

Color Harmonies of #DCE02D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE02D

Black with #DCE02D

Text Example


Text Example

White with #DCE02D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE02D; }

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

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

background-color css

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

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

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

border-color css

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

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

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