Html Css Color HEX #DCE02F Bitter Lemon

📋 copy color: '#DCE02F'

red 220 ◦ green 224 ◦ blue 47

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

Shades of Bitter Lemon #DCE02F

Tints of Bitter Lemon #DCE02F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.57%

R = 44.81%
G = 45.62%
B = 9.57%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#DCE02F (or 0xDCE02F) is known color: Bitter Lemon. HEX triplet: DC, E0 and 2F. RGB value is (220,224,47). Sum of RGB (Red+Green+Blue) = 220+224+47=491 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.81% from 491); Green value is 224 (87.89% from 255 or 45.62% from 491); Blue value is 47 (18.75% from 255 or 9.57% from 491); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE02F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE02F is #231FD0. Grayscale: #CBCBCB. Windows color (decimal): -2301905 or 3137756. OLE color: 3137756.

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

Color convert

RGB 220 224 47 -
CMYK 0.02 0 0.79 0.12
HSL 61.36º 0.74% 0.53% -
HSV(B) 61.36º 0.79% 0.88% -
XYZ 56.68 68.73 12.97 -
YUV 202.63 40.17 140.39 -
System Red Green Blue C M Y K H S L
Decimal 220 224 47 0.02 0 0.79 0.12 61.36 0.74 0.53
Hex DC E0 2F 2 0 4F C 3D 4A 35
Octal 334 340 57 2 0 117 14 75 112 65
Binary 11011100 11100000 101111 10 0 1001111 1100 111101 1001010 110101

Color Harmonies of #DCE02F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE02F

Black with #DCE02F

Text Example


Text Example

White with #DCE02F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE02F; }

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

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

background-color css

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

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

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

border-color css

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

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

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