Html Css Color HEX #559830 Limeade

📋 copy color: '#559830'

red 85 ◦ green 152 ◦ blue 48

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

Shades of Limeade #559830

Tints of Limeade #559830

RGB

 RED value IS 85 (33.59% from 255) = 29.82%

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

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

R = 29.82%
G = 53.33%
B = 16.84%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.68

 K value IS 0.40

RGB Variations

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

Color information

#559830 (or 0x559830) is known color: Limeade. HEX triplet: 55, 98 and 30. RGB value is (85,152,48). Sum of RGB (Red+Green+Blue) = 85+152+48=285 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.82% from 285); Green value is 152 (59.77% from 255 or 53.33% from 285); Blue value is 48 (19.14% from 255 or 16.84% from 285); Max value from RGB is 152 - color contains mainly: green. Hex color #559830 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559830 is #AA67CF. Grayscale: #787878. Windows color (decimal): -11167696 or 3184725. OLE color: 3184725.

HSL color Cylindrical-coordinate representation of color #559830: hue angle of 98.65º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #559830 is Cyan = 0.44, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.40.

Color convert

RGB 85 152 48 -
CMYK 0.44 0 0.68 0.40
HSL 98.65º 0.52% 0.39% -
HSV(B) 98.65º 0.68% 0.6% -
XYZ 15.51 24.6 6.73 -
YUV 120.11 87.3 102.96 -
System Red Green Blue C M Y K H S L
Decimal 85 152 48 0.44 0 0.68 0.40 98.65 0.52 0.39
Hex 55 98 30 2C 0 44 28 63 34 27
Octal 125 230 60 54 0 104 50 143 64 47
Binary 1010101 10011000 110000 101100 0 1000100 101000 1100011 110100 100111

Color Harmonies of #559830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559830

Black with #559830

Text Example


Text Example

White with #559830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559830; }

 p { color: rgb(85,152,48); }

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

background-color css

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

 a { background-color: rgb(85,152,48); }

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

border-color css

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

 span { border-color: rgb(85,152,48); }

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