Shades of Apple #5CBD32
Tints of Apple #5CBD32
RGB
CMYK
RGB Variations
Color information
#5CBD32 (or 0x5CBD32) is known color: Apple. HEX triplet: 5C, BD and 32. RGB value is (92,189,50). Sum of RGB (Red+Green+Blue) = 92+189+50=331 (43% of max value = 765). Red value is 92 (36.33% from 255 or 27.79% from 331); Green value is 189 (74.22% from 255 or 57.10% from 331); Blue value is 50 (19.92% from 255 or 15.11% from 331); Max value from RGB is 189 - color contains mainly: green. Hex color #5CBD32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CBD32 is #A342CD. Grayscale: #909090. Windows color (decimal): -10699470 or 3325276. OLE color: 3325276.
HSL color Cylindrical-coordinate representation of color #5CBD32: hue angle of 101.87º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5CBD32 is Cyan = 0.51, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 92 | 189 | 50 | - |
| CMYK | 0.51 | 0 | 0.74 | 0.26 |
| HSL | 101.87º | 0.58% | 0.47% | - |
| HSV(B) | 101.87º | 0.74% | 0.74% | - |
| XYZ | 23.19 | 38.9 | 9.3 | - |
| YUV | 144.15 | 74.86 | 90.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 189 | 50 | 0.51 | 0 | 0.74 | 0.26 | 101.87 | 0.58 | 0.47 |
| Hex | 5C | BD | 32 | 33 | 0 | 4A | 1A | 66 | 3A | 2F |
| Octal | 134 | 275 | 62 | 63 | 0 | 112 | 32 | 146 | 72 | 57 |
| Binary | 1011100 | 10111101 | 110010 | 110011 | 0 | 1001010 | 11010 | 1100110 | 111010 | 101111 |
Color Harmonies of #5CBD32
Complementary color
Monochromatic Colors of #5CBD32
Black with #5CBD32
Text Example
Text Example
White with #5CBD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CBD32; }
p { color: rgb(92,189,50); }
H1.HeaderClassName
{
color: #5CBD32;
}
.AnyTagClassName
{
color: #5CBD32;
}
</style>
background-color css
<style>
a { background-color: #5CBD32; }
a { background-color: rgb(92,189,50); }
div.DivClassName
{
background-color: #5CBD32;
}
.BgClassName
{
background-color: #5CBD32;
}
</style>
border-color css
<style>
span { border-color: #5CBD32; }
span { border-color: rgb(92,189,50); }
td.TdClassName
{
border-color: #5CBD32;
}
.TagClassName
{
border-color: #5CBD32;
}
</style>