Shades of Apple #5CBE30
Tints of Apple #5CBE30
RGB
CMYK
RGB Variations
Color information
#5CBE30 (or 0x5CBE30) is known color: Apple. HEX triplet: 5C, BE and 30. RGB value is (92,190,48). Sum of RGB (Red+Green+Blue) = 92+190+48=330 (43% of max value = 765). Red value is 92 (36.33% from 255 or 27.88% from 330); Green value is 190 (74.61% from 255 or 57.58% from 330); Blue value is 48 (19.14% from 255 or 14.55% from 330); Max value from RGB is 190 - color contains mainly: green. Hex color #5CBE30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CBE30 is #A341CF. Grayscale: #909090. Windows color (decimal): -10699216 or 3194460. OLE color: 3194460.
HSL color Cylindrical-coordinate representation of color #5CBE30: hue angle of 101.41º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5CBE30 is Cyan = 0.52, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 92 | 190 | 48 | - |
| CMYK | 0.52 | 0 | 0.75 | 0.25 |
| HSL | 101.41º | 0.6% | 0.47% | - |
| HSV(B) | 101.41º | 0.75% | 0.75% | - |
| XYZ | 23.36 | 39.32 | 9.15 | - |
| YUV | 144.51 | 73.53 | 90.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 190 | 48 | 0.52 | 0 | 0.75 | 0.25 | 101.41 | 0.6 | 0.47 |
| Hex | 5C | BE | 30 | 34 | 0 | 4B | 19 | 65 | 3C | 2F |
| Octal | 134 | 276 | 60 | 64 | 0 | 113 | 31 | 145 | 74 | 57 |
| Binary | 1011100 | 10111110 | 110000 | 110100 | 0 | 1001011 | 11001 | 1100101 | 111100 | 101111 |
Color Harmonies of #5CBE30
Complementary color
Monochromatic Colors of #5CBE30
Black with #5CBE30
Text Example
Text Example
White with #5CBE30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CBE30; }
p { color: rgb(92,190,48); }
H1.HeaderClassName
{
color: #5CBE30;
}
.AnyTagClassName
{
color: #5CBE30;
}
</style>
background-color css
<style>
a { background-color: #5CBE30; }
a { background-color: rgb(92,190,48); }
div.DivClassName
{
background-color: #5CBE30;
}
.BgClassName
{
background-color: #5CBE30;
}
</style>
border-color css
<style>
span { border-color: #5CBE30; }
span { border-color: rgb(92,190,48); }
td.TdClassName
{
border-color: #5CBE30;
}
.TagClassName
{
border-color: #5CBE30;
}
</style>