Html Css Color HEX #539214 Limeade

📋 copy color: '#539214'

red 83 ◦ green 146 ◦ blue 20

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

Shades of Limeade #539214

Tints of Limeade #539214

RGB

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

 GREEN value IS 146 (57.42% from 255) = 58.63%

 BLUE value IS 20 (8.2% from 255) = 8.03%

R = 33.33%
G = 58.63%
B = 8.03%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#539214 (or 0x539214) is known color: Limeade. HEX triplet: 53, 92 and 14. RGB value is (83,146,20). Sum of RGB (Red+Green+Blue) = 83+146+20=249 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.33% from 249); Green value is 146 (57.42% from 255 or 58.63% from 249); Blue value is 20 (8.20% from 255 or 8.03% from 249); Max value from RGB is 146 - color contains mainly: green. Hex color #539214 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #539214 is #AC6DEB. Grayscale: #717171. Windows color (decimal): -11300332 or 1348179. OLE color: 1348179.

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

Color convert

RGB 83 146 20 -
CMYK 0.43 0 0.86 0.43
HSL 90º 0.76% 0.33% -
HSV(B) 90º 0.86% 0.57% -
XYZ 13.97 22.45 4.26 -
YUV 112.8 75.63 106.75 -
System Red Green Blue C M Y K H S L
Decimal 83 146 20 0.43 0 0.86 0.43 90 0.76 0.33
Hex 53 92 14 2B 0 56 2B 5A 4C 21
Octal 123 222 24 53 0 126 53 132 114 41
Binary 1010011 10010010 10100 101011 0 1010110 101011 1011010 1001100 100001

Color Harmonies of #539214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539214

Black with #539214

Text Example


Text Example

White with #539214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #539214; }

 p { color: rgb(83,146,20); }

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

background-color css

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

 a { background-color: rgb(83,146,20); }

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

border-color css

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

 span { border-color: rgb(83,146,20); }

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