Html Css Color HEX #DCE02B Bitter Lemon

📋 copy color: '#DCE02B'

red 220 ◦ green 224 ◦ blue 43

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

Shades of Bitter Lemon #DCE02B

Tints of Bitter Lemon #DCE02B

RGB

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

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

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

R = 45.17%
G = 46%
B = 8.83%

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

#DCE02B (or 0xDCE02B) is known color: Bitter Lemon. HEX triplet: DC, E0 and 2B. RGB value is (220,224,43). Sum of RGB (Red+Green+Blue) = 220+224+43=487 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.17% from 487); Green value is 224 (87.89% from 255 or 46.00% from 487); Blue value is 43 (17.19% from 255 or 8.83% from 487); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE02B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE02B is #231FD4. Grayscale: #CACACA. Windows color (decimal): -2301909 or 2875612. OLE color: 2875612.

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

Color convert

RGB 220 224 43 -
CMYK 0.02 0 0.81 0.12
HSL 61.33º 0.74% 0.52% -
HSV(B) 61.33º 0.81% 0.88% -
XYZ 56.61 68.7 12.56 -
YUV 202.17 38.17 140.72 -
System Red Green Blue C M Y K H S L
Decimal 220 224 43 0.02 0 0.81 0.12 61.33 0.74 0.52
Hex DC E0 2B 2 0 51 C 3D 4A 34
Octal 334 340 53 2 0 121 14 75 112 64
Binary 11011100 11100000 101011 10 0 1010001 1100 111101 1001010 110100

Color Harmonies of #DCE02B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE02B

Black with #DCE02B

Text Example


Text Example

White with #DCE02B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE02B; }

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

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

background-color css

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

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

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

border-color css

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

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

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