Html Css Color HEX #DCE12E Bitter Lemon

📋 copy color: '#DCE12E'

red 220 ◦ green 225 ◦ blue 46

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

Shades of Bitter Lemon #DCE12E

Tints of Bitter Lemon #DCE12E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 9.37%

R = 44.81%
G = 45.82%
B = 9.37%

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

#DCE12E (or 0xDCE12E) is known color: Bitter Lemon. HEX triplet: DC, E1 and 2E. RGB value is (220,225,46). Sum of RGB (Red+Green+Blue) = 220+225+46=491 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.81% from 491); Green value is 225 (88.28% from 255 or 45.82% from 491); Blue value is 46 (18.36% from 255 or 9.37% from 491); Max value from RGB is 225 - color contains mainly: green. Hex color #DCE12E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE12E is #231ED1. Grayscale: #CBCBCB. Windows color (decimal): -2301650 or 3072476. OLE color: 3072476.

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

Color convert

RGB 220 225 46 -
CMYK 0.02 0 0.80 0.12
HSL 61.68º 0.75% 0.53% -
HSV(B) 61.68º 0.8% 0.88% -
XYZ 56.93 69.26 12.95 -
YUV 203.1 39.34 140.05 -
System Red Green Blue C M Y K H S L
Decimal 220 225 46 0.02 0 0.80 0.12 61.68 0.75 0.53
Hex DC E1 2E 2 0 50 C 3E 4B 35
Octal 334 341 56 2 0 120 14 76 113 65
Binary 11011100 11100001 101110 10 0 1010000 1100 111110 1001011 110101

Color Harmonies of #DCE12E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE12E

Black with #DCE12E

Text Example


Text Example

White with #DCE12E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE12E; }

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

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

background-color css

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

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

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

border-color css

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

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

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