Html Css Color HEX #DCE12D Bitter Lemon

📋 copy color: '#DCE12D'

red 220 ◦ green 225 ◦ blue 45

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

Shades of Bitter Lemon #DCE12D

Tints of Bitter Lemon #DCE12D

RGB

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

 GREEN value IS 225 (88.28% from 255) = 45.92%

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

R = 44.9%
G = 45.92%
B = 9.18%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.8

 K value IS 0.12

RGB Variations

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

Color information

#DCE12D (or 0xDCE12D) is known color: Bitter Lemon. HEX triplet: DC, E1 and 2D. RGB value is (220,225,45). Sum of RGB (Red+Green+Blue) = 220+225+45=490 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.90% from 490); Green value is 225 (88.28% from 255 or 45.92% from 490); Blue value is 45 (17.97% from 255 or 9.18% from 490); Max value from RGB is 225 - color contains mainly: green. Hex color #DCE12D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE12D is #231ED2. Grayscale: #CBCBCB. Windows color (decimal): -2301651 or 3006940. OLE color: 3006940.

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

Color convert

RGB 220 225 45 -
CMYK 0.02 0 0.8 0.12
HSL 61.67º 0.75% 0.53% -
HSV(B) 61.67º 0.8% 0.88% -
XYZ 56.91 69.26 12.85 -
YUV 202.99 38.84 140.14 -
System Red Green Blue C M Y K H S L
Decimal 220 225 45 0.02 0 0.8 0.12 61.67 0.75 0.53
Hex DC E1 2D 2 0 50 C 3E 4B 35
Octal 334 341 55 2 0 120 14 76 113 65
Binary 11011100 11100001 101101 10 0 1010000 1100 111110 1001011 110101

Color Harmonies of #DCE12D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE12D

Black with #DCE12D

Text Example


Text Example

White with #DCE12D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE12D; }

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

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

background-color css

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

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

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

border-color css

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

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

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