Html Css Color HEX #539412 Limeade

📋 copy color: '#539412'

red 83 ◦ green 148 ◦ blue 18

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

Shades of Limeade #539412

Tints of Limeade #539412

RGB

 RED value IS 83 (32.81% from 255) = 33.33%

 GREEN value IS 148 (58.2% from 255) = 59.44%

 BLUE value IS 18 (7.42% from 255) = 7.23%

R = 33.33%
G = 59.44%
B = 7.23%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#539412 (or 0x539412) is known color: Limeade. HEX triplet: 53, 94 and 12. RGB value is (83,148,18). Sum of RGB (Red+Green+Blue) = 83+148+18=249 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.33% from 249); Green value is 148 (58.20% from 255 or 59.44% from 249); Blue value is 18 (7.42% from 255 or 7.23% from 249); Max value from RGB is 148 - color contains mainly: green. Hex color #539412 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #539412 is #AC6BED. Grayscale: #727272. Windows color (decimal): -11299822 or 1217619. OLE color: 1217619.

HSL color Cylindrical-coordinate representation of color #539412: hue angle of 90º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #539412 is Cyan = 0.44, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.42.

Color convert

RGB 83 148 18 -
CMYK 0.44 0 0.88 0.42
HSL 90º 0.78% 0.33% -
HSV(B) 90º 0.88% 0.58% -
XYZ 14.27 23.06 4.27 -
YUV 113.75 73.97 106.07 -
System Red Green Blue C M Y K H S L
Decimal 83 148 18 0.44 0 0.88 0.42 90 0.78 0.33
Hex 53 94 12 2C 0 58 2A 5A 4E 21
Octal 123 224 22 54 0 130 52 132 116 41
Binary 1010011 10010100 10010 101100 0 1011000 101010 1011010 1001110 100001

Color Harmonies of #539412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539412

Black with #539412

Text Example


Text Example

White with #539412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #539412; }

 p { color: rgb(83,148,18); }

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

background-color css

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

 a { background-color: rgb(83,148,18); }

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

border-color css

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

 span { border-color: rgb(83,148,18); }

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