Shades of Fruit Salad #5C9E5C
Tints of Fruit Salad #5C9E5C
RGB
CMYK
RGB Variations
Color information
#5C9E5C (or 0x5C9E5C) is known color: Fruit Salad. HEX triplet: 5C, 9E and 5C. RGB value is (92,158,92). Sum of RGB (Red+Green+Blue) = 92+158+92=342 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.90% from 342); Green value is 158 (62.11% from 255 or 46.20% from 342); Blue value is 92 (36.33% from 255 or 26.90% from 342); Max value from RGB is 158 - color contains mainly: green. Hex color #5C9E5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C9E5C is #A361A3. Grayscale: #828282. Windows color (decimal): -10707364 or 6069852. OLE color: 6069852.
HSL color Cylindrical-coordinate representation of color #5C9E5C: hue angle of 120º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5C9E5C is Cyan = 0.42, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 92 | 158 | 92 | - |
| CMYK | 0.42 | 0 | 0.42 | 0.38 |
| HSL | 120º | 0.26% | 0.49% | - |
| HSV(B) | 120º | 0.42% | 0.62% | - |
| XYZ | 18.57 | 27.5 | 14.45 | - |
| YUV | 130.74 | 106.13 | 100.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 158 | 92 | 0.42 | 0 | 0.42 | 0.38 | 120 | 0.26 | 0.49 |
| Hex | 5C | 9E | 5C | 2A | 0 | 2A | 26 | 78 | 1A | 31 |
| Octal | 134 | 236 | 134 | 52 | 0 | 52 | 46 | 170 | 32 | 61 |
| Binary | 1011100 | 10011110 | 1011100 | 101010 | 0 | 101010 | 100110 | 1111000 | 11010 | 110001 |
Color Harmonies of #5C9E5C
Complementary color
Monochromatic Colors of #5C9E5C
Black with #5C9E5C
Text Example
Text Example
White with #5C9E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C9E5C; }
p { color: rgb(92,158,92); }
H1.HeaderClassName
{
color: #5C9E5C;
}
.AnyTagClassName
{
color: #5C9E5C;
}
</style>
background-color css
<style>
a { background-color: #5C9E5C; }
a { background-color: rgb(92,158,92); }
div.DivClassName
{
background-color: #5C9E5C;
}
.BgClassName
{
background-color: #5C9E5C;
}
</style>
border-color css
<style>
span { border-color: #5C9E5C; }
span { border-color: rgb(92,158,92); }
td.TdClassName
{
border-color: #5C9E5C;
}
.TagClassName
{
border-color: #5C9E5C;
}
</style>