Html Css Color HEX #559D30 Limeade

📋 copy color: '#559D30'

red 85 ◦ green 157 ◦ blue 48

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

Shades of Limeade #559D30

Tints of Limeade #559D30

RGB

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

 GREEN value IS 157 (61.72% from 255) = 54.14%

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

R = 29.31%
G = 54.14%
B = 16.55%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.69

 K value IS 0.38

RGB Variations

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

Color information

#559D30 (or 0x559D30) is known color: Limeade. HEX triplet: 55, 9D and 30. RGB value is (85,157,48). Sum of RGB (Red+Green+Blue) = 85+157+48=290 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.31% from 290); Green value is 157 (61.72% from 255 or 54.14% from 290); Blue value is 48 (19.14% from 255 or 16.55% from 290); Max value from RGB is 157 - color contains mainly: green. Hex color #559D30 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559D30 is #AA62CF. Grayscale: #7B7B7B. Windows color (decimal): -11166416 or 3186005. OLE color: 3186005.

HSL color Cylindrical-coordinate representation of color #559D30: hue angle of 99.63º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #559D30 is Cyan = 0.46, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.38.

Color convert

RGB 85 157 48 -
CMYK 0.46 0 0.69 0.38
HSL 99.63º 0.53% 0.4% -
HSV(B) 99.63º 0.69% 0.62% -
XYZ 16.34 26.26 7 -
YUV 123.05 85.65 100.86 -
System Red Green Blue C M Y K H S L
Decimal 85 157 48 0.46 0 0.69 0.38 99.63 0.53 0.4
Hex 55 9D 30 2E 0 45 26 64 35 28
Octal 125 235 60 56 0 105 46 144 65 50
Binary 1010101 10011101 110000 101110 0 1000101 100110 1100100 110101 101000

Color Harmonies of #559D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559D30

Black with #559D30

Text Example


Text Example

White with #559D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559D30; }

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

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

background-color css

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

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

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

border-color css

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

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

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