Html Css Color HEX #DCE030 Bitter Lemon

📋 copy color: '#DCE030'

red 220 ◦ green 224 ◦ blue 48

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

Shades of Bitter Lemon #DCE030

Tints of Bitter Lemon #DCE030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 9.76%

R = 44.72%
G = 45.53%
B = 9.76%

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

#DCE030 (or 0xDCE030) is known color: Bitter Lemon. HEX triplet: DC, E0 and 30. RGB value is (220,224,48). Sum of RGB (Red+Green+Blue) = 220+224+48=492 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.72% from 492); Green value is 224 (87.89% from 255 or 45.53% from 492); Blue value is 48 (19.14% from 255 or 9.76% from 492); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE030 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE030 is #231FCF. Grayscale: #CBCBCB. Windows color (decimal): -2301904 or 3203292. OLE color: 3203292.

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

Color convert

RGB 220 224 48 -
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.7 68.74 13.08 -
YUV 202.74 40.67 140.31 -
System Red Green Blue C M Y K H S L
Decimal 220 224 48 0.02 0 0.79 0.12 61.36 0.74 0.53
Hex DC E0 30 2 0 4F C 3D 4A 35
Octal 334 340 60 2 0 117 14 75 112 65
Binary 11011100 11100000 110000 10 0 1001111 1100 111101 1001010 110101

Color Harmonies of #DCE030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE030

Black with #DCE030

Text Example


Text Example

White with #DCE030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE030; }

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

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

background-color css

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

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

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

border-color css

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

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

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