Html Css Color HEX #559C07 Limeade

📋 copy color: '#559C07'

red 85 ◦ green 156 ◦ blue 7

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

Shades of Limeade #559C07

Tints of Limeade #559C07

RGB

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

 GREEN value IS 156 (61.33% from 255) = 62.9%

 BLUE value IS 7 (3.13% from 255) = 2.82%

R = 34.27%
G = 62.9%
B = 2.82%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.96

 K value IS 0.39

RGB Variations

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

Color information

#559C07 (or 0x559C07) is known color: Limeade. HEX triplet: 55, 9C and 07. RGB value is (85,156,7). Sum of RGB (Red+Green+Blue) = 85+156+7=248 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.27% from 248); Green value is 156 (61.33% from 255 or 62.90% from 248); Blue value is 7 (3.12% from 255 or 2.82% from 248); Max value from RGB is 156 - color contains mainly: green. Hex color #559C07 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #559C07 is #AA63F8. Grayscale: #767676. Windows color (decimal): -11166713 or 498773. OLE color: 498773.

HSL color Cylindrical-coordinate representation of color #559C07: hue angle of 88.59º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #559C07 is Cyan = 0.46, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.39.

Color convert

RGB 85 156 7 -
CMYK 0.46 0 0.96 0.39
HSL 88.59º 0.91% 0.32% -
HSV(B) 88.59º 0.96% 0.61% -
XYZ 15.67 25.72 4.34 -
YUV 117.79 65.48 104.62 -
System Red Green Blue C M Y K H S L
Decimal 85 156 7 0.46 0 0.96 0.39 88.59 0.91 0.32
Hex 55 9C 7 2E 0 60 27 59 5B 20
Octal 125 234 7 56 0 140 47 131 133 40
Binary 1010101 10011100 111 101110 0 1100000 100111 1011001 1011011 100000

Color Harmonies of #559C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559C07

Black with #559C07

Text Example


Text Example

White with #559C07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,156,7); }

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

background-color css

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

 a { background-color: rgb(85,156,7); }

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

border-color css

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

 span { border-color: rgb(85,156,7); }

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