Html Css Color HEX #539100 Limeade

📋 copy color: '#539100'

red 83 ◦ green 145 ◦ blue 0

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

Shades of Limeade #539100

Tints of Limeade #539100

RGB

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

 GREEN value IS 145 (57.03% from 255) = 63.6%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 36.4%
G = 63.6%
B = 0%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 1

 K value IS 0.43

RGB Variations

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

Color information

#539100 (or 0x539100) is known color: Limeade. HEX triplet: 53, 91 and 00. RGB value is (83,145,0). Sum of RGB (Red+Green+Blue) = 83+145+0=228 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.40% from 228); Green value is 145 (57.03% from 255 or 63.60% from 228); Blue value is 0 (0.39% from 255 or 0% from 228); Max value from RGB is 145 - color contains mainly: green. Hex color #539100 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #539100 is #AC6EFF. Grayscale: #6E6E6E. Windows color (decimal): -11300608 or 37203. OLE color: 37203.

HSL color Cylindrical-coordinate representation of color #539100: hue angle of 85.66º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #539100 is Cyan = 0.43, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.43.

Color convert

RGB 83 145 0 -
CMYK 0.43 0 1 0.43
HSL 85.66º 1% 0.28% -
HSV(B) 85.66º 1% 0.57% -
XYZ 13.69 22.09 3.54 -
YUV 109.93 65.96 108.79 -
System Red Green Blue C M Y K H S L
Decimal 83 145 0 0.43 0 1 0.43 85.66 1 0.28
Hex 53 91 0 2B 0 64 2B 56 64 1C
Octal 123 221 0 53 0 144 53 126 144 34
Binary 1010011 10010001 0 101011 0 1100100 101011 1010110 1100100 11100

Color Harmonies of #539100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539100

Black with #539100

Text Example


Text Example

White with #539100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #539100; }

 p { color: rgb(83,145,0); }

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

background-color css

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

 a { background-color: rgb(83,145,0); }

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

border-color css

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

 span { border-color: rgb(83,145,0); }

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