Shades of Apple #5CBD39
Tints of Apple #5CBD39
RGB
CMYK
RGB Variations
Color information
#5CBD39 (or 0x5CBD39) is known color: Apple. HEX triplet: 5C, BD and 39. RGB value is (92,189,57). Sum of RGB (Red+Green+Blue) = 92+189+57=338 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.22% from 338); Green value is 189 (74.22% from 255 or 55.92% from 338); Blue value is 57 (22.66% from 255 or 16.86% from 338); Max value from RGB is 189 - color contains mainly: green. Hex color #5CBD39 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CBD39 is #A342C6. Grayscale: #919191. Windows color (decimal): -10699463 or 3784028. OLE color: 3784028.
HSL color Cylindrical-coordinate representation of color #5CBD39: hue angle of 104.09º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5CBD39 is Cyan = 0.51, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 92 | 189 | 57 | - |
| CMYK | 0.51 | 0 | 0.70 | 0.26 |
| HSL | 104.09º | 0.54% | 0.48% | - |
| HSV(B) | 104.09º | 0.7% | 0.74% | - |
| XYZ | 23.35 | 38.97 | 10.16 | - |
| YUV | 144.95 | 78.36 | 90.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 189 | 57 | 0.51 | 0 | 0.70 | 0.26 | 104.09 | 0.54 | 0.48 |
| Hex | 5C | BD | 39 | 33 | 0 | 46 | 1A | 68 | 36 | 30 |
| Octal | 134 | 275 | 71 | 63 | 0 | 106 | 32 | 150 | 66 | 60 |
| Binary | 1011100 | 10111101 | 111001 | 110011 | 0 | 1000110 | 11010 | 1101000 | 110110 | 110000 |
Color Harmonies of #5CBD39
Complementary color
Monochromatic Colors of #5CBD39
Black with #5CBD39
Text Example
Text Example
White with #5CBD39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CBD39; }
p { color: rgb(92,189,57); }
H1.HeaderClassName
{
color: #5CBD39;
}
.AnyTagClassName
{
color: #5CBD39;
}
</style>
background-color css
<style>
a { background-color: #5CBD39; }
a { background-color: rgb(92,189,57); }
div.DivClassName
{
background-color: #5CBD39;
}
.BgClassName
{
background-color: #5CBD39;
}
</style>
border-color css
<style>
span { border-color: #5CBD39; }
span { border-color: rgb(92,189,57); }
td.TdClassName
{
border-color: #5CBD39;
}
.TagClassName
{
border-color: #5CBD39;
}
</style>