Html Css Color HEX #539814 Limeade

📋 copy color: '#539814'

red 83 ◦ green 152 ◦ blue 20

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

Shades of Limeade #539814

Tints of Limeade #539814

RGB

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

 GREEN value IS 152 (59.77% from 255) = 59.61%

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

R = 32.55%
G = 59.61%
B = 7.84%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.87

 K value IS 0.40

RGB Variations

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

Color information

#539814 (or 0x539814) is known color: Limeade. HEX triplet: 53, 98 and 14. RGB value is (83,152,20). Sum of RGB (Red+Green+Blue) = 83+152+20=255 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.55% from 255); Green value is 152 (59.77% from 255 or 59.61% from 255); Blue value is 20 (8.20% from 255 or 7.84% from 255); Max value from RGB is 152 - color contains mainly: green. Hex color #539814 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #539814 is #AC67EB. Grayscale: #747474. Windows color (decimal): -11298796 or 1349715. OLE color: 1349715.

HSL color Cylindrical-coordinate representation of color #539814: hue angle of 91.36º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #539814 is Cyan = 0.45, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.40.

Color convert

RGB 83 152 20 -
CMYK 0.45 0 0.87 0.40
HSL 91.36º 0.77% 0.34% -
HSV(B) 91.36º 0.87% 0.6% -
XYZ 14.92 24.35 4.57 -
YUV 116.32 73.64 104.23 -
System Red Green Blue C M Y K H S L
Decimal 83 152 20 0.45 0 0.87 0.40 91.36 0.77 0.34
Hex 53 98 14 2D 0 57 28 5B 4D 22
Octal 123 230 24 55 0 127 50 133 115 42
Binary 1010011 10011000 10100 101101 0 1010111 101000 1011011 1001101 100010

Color Harmonies of #539814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539814

Black with #539814

Text Example


Text Example

White with #539814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #539814; }

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

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

background-color css

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

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

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

border-color css

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

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

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