Shades of Apple #5CB64C
Tints of Apple #5CB64C
RGB
CMYK
RGB Variations
Color information
#5CB64C (or 0x5CB64C) is known color: Apple. HEX triplet: 5C, B6 and 4C. RGB value is (92,182,76). Sum of RGB (Red+Green+Blue) = 92+182+76=350 (46% of max value = 765). Red value is 92 (36.33% from 255 or 26.29% from 350); Green value is 182 (71.48% from 255 or 52% from 350); Blue value is 76 (30.08% from 255 or 21.71% from 350); Max value from RGB is 182 - color contains mainly: green. Hex color #5CB64C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CB64C is #A349B3. Grayscale: #8F8F8F. Windows color (decimal): -10701236 or 5027420. OLE color: 5027420.
HSL color Cylindrical-coordinate representation of color #5CB64C: hue angle of 110.94º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5CB64C is Cyan = 0.49, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 92 | 182 | 76 | - |
| CMYK | 0.49 | 0 | 0.58 | 0.29 |
| HSL | 110.94º | 0.42% | 0.51% | - |
| HSV(B) | 110.94º | 0.58% | 0.71% | - |
| XYZ | 22.45 | 36.25 | 12.65 | - |
| YUV | 143.01 | 90.18 | 91.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 182 | 76 | 0.49 | 0 | 0.58 | 0.29 | 110.94 | 0.42 | 0.51 |
| Hex | 5C | B6 | 4C | 31 | 0 | 3A | 1D | 6F | 2A | 33 |
| Octal | 134 | 266 | 114 | 61 | 0 | 72 | 35 | 157 | 52 | 63 |
| Binary | 1011100 | 10110110 | 1001100 | 110001 | 0 | 111010 | 11101 | 1101111 | 101010 | 110011 |
Color Harmonies of #5CB64C
Complementary color
Monochromatic Colors of #5CB64C
Black with #5CB64C
Text Example
Text Example
White with #5CB64C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CB64C; }
p { color: rgb(92,182,76); }
H1.HeaderClassName
{
color: #5CB64C;
}
.AnyTagClassName
{
color: #5CB64C;
}
</style>
background-color css
<style>
a { background-color: #5CB64C; }
a { background-color: rgb(92,182,76); }
div.DivClassName
{
background-color: #5CB64C;
}
.BgClassName
{
background-color: #5CB64C;
}
</style>
border-color css
<style>
span { border-color: #5CB64C; }
span { border-color: rgb(92,182,76); }
td.TdClassName
{
border-color: #5CB64C;
}
.TagClassName
{
border-color: #5CB64C;
}
</style>