Html Css Color HEX #DCE12B Bitter Lemon

📋 copy color: '#DCE12B'

red 220 ◦ green 225 ◦ blue 43

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

Shades of Bitter Lemon #DCE12B

Tints of Bitter Lemon #DCE12B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 8.81%

R = 45.08%
G = 46.11%
B = 8.81%

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

#DCE12B (or 0xDCE12B) is known color: Bitter Lemon. HEX triplet: DC, E1 and 2B. RGB value is (220,225,43). Sum of RGB (Red+Green+Blue) = 220+225+43=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 225 (88.28% from 255 or 46.11% from 488); Blue value is 43 (17.19% from 255 or 8.81% from 488); Max value from RGB is 225 - color contains mainly: green. Hex color #DCE12B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE12B is #231ED4. Grayscale: #CBCBCB. Windows color (decimal): -2301653 or 2875868. OLE color: 2875868.

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

Color convert

RGB 220 225 43 -
CMYK 0.02 0 0.81 0.12
HSL 61.65º 0.75% 0.53% -
HSV(B) 61.65º 0.81% 0.88% -
XYZ 56.88 69.24 12.65 -
YUV 202.76 37.84 140.3 -
System Red Green Blue C M Y K H S L
Decimal 220 225 43 0.02 0 0.81 0.12 61.65 0.75 0.53
Hex DC E1 2B 2 0 51 C 3E 4B 35
Octal 334 341 53 2 0 121 14 76 113 65
Binary 11011100 11100001 101011 10 0 1010001 1100 111110 1001011 110101

Color Harmonies of #DCE12B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE12B

Black with #DCE12B

Text Example


Text Example

White with #DCE12B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE12B; }

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

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

background-color css

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

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

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

border-color css

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

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

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