Html Css Color HEX #DCE12A Bitter Lemon

📋 copy color: '#DCE12A'

red 220 ◦ green 225 ◦ blue 42

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

Shades of Bitter Lemon #DCE12A

Tints of Bitter Lemon #DCE12A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 8.62%

R = 45.17%
G = 46.2%
B = 8.62%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#DCE12A (or 0xDCE12A) is known color: Bitter Lemon. HEX triplet: DC, E1 and 2A. RGB value is (220,225,42). Sum of RGB (Red+Green+Blue) = 220+225+42=487 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.17% from 487); Green value is 225 (88.28% from 255 or 46.20% from 487); Blue value is 42 (16.80% from 255 or 8.62% from 487); Max value from RGB is 225 - color contains mainly: green. Hex color #DCE12A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE12A is #231ED5. Grayscale: #CBCBCB. Windows color (decimal): -2301654 or 2810332. OLE color: 2810332.

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

Color convert

RGB 220 225 42 -
CMYK 0.02 0 0.81 0.12
HSL 61.64º 0.75% 0.52% -
HSV(B) 61.64º 0.81% 0.88% -
XYZ 56.86 69.23 12.56 -
YUV 202.64 37.34 140.38 -
System Red Green Blue C M Y K H S L
Decimal 220 225 42 0.02 0 0.81 0.12 61.64 0.75 0.52
Hex DC E1 2A 2 0 51 C 3E 4B 34
Octal 334 341 52 2 0 121 14 76 113 64
Binary 11011100 11100001 101010 10 0 1010001 1100 111110 1001011 110100

Color Harmonies of #DCE12A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE12A

Black with #DCE12A

Text Example


Text Example

White with #DCE12A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE12A; }

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

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

background-color css

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

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

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

border-color css

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

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

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