Shades of Apple #5CCF38
Tints of Apple #5CCF38
RGB
CMYK
RGB Variations
Color information
#5CCF38 (or 0x5CCF38) is known color: Apple. HEX triplet: 5C, CF and 38. RGB value is (92,207,56). Sum of RGB (Red+Green+Blue) = 92+207+56=355 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.92% from 355); Green value is 207 (81.25% from 255 or 58.31% from 355); Blue value is 56 (22.27% from 255 or 15.77% from 355); Max value from RGB is 207 - color contains mainly: green. Hex color #5CCF38 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CCF38 is #A330C7. Grayscale: #9B9B9B. Windows color (decimal): -10694856 or 3723100. OLE color: 3723100.
HSL color Cylindrical-coordinate representation of color #5CCF38: hue angle of 105.7º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5CCF38 is Cyan = 0.56, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 92 | 207 | 56 | - |
| CMYK | 0.56 | 0 | 0.73 | 0.19 |
| HSL | 105.7º | 0.61% | 0.52% | - |
| HSV(B) | 105.7º | 0.73% | 0.81% | - |
| XYZ | 27.44 | 47.19 | 11.4 | - |
| YUV | 155.4 | 71.9 | 82.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 207 | 56 | 0.56 | 0 | 0.73 | 0.19 | 105.7 | 0.61 | 0.52 |
| Hex | 5C | CF | 38 | 38 | 0 | 49 | 13 | 6A | 3D | 34 |
| Octal | 134 | 317 | 70 | 70 | 0 | 111 | 23 | 152 | 75 | 64 |
| Binary | 1011100 | 11001111 | 111000 | 111000 | 0 | 1001001 | 10011 | 1101010 | 111101 | 110100 |
Color Harmonies of #5CCF38
Complementary color
Monochromatic Colors of #5CCF38
Black with #5CCF38
Text Example
Text Example
White with #5CCF38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CCF38; }
p { color: rgb(92,207,56); }
H1.HeaderClassName
{
color: #5CCF38;
}
.AnyTagClassName
{
color: #5CCF38;
}
</style>
background-color css
<style>
a { background-color: #5CCF38; }
a { background-color: rgb(92,207,56); }
div.DivClassName
{
background-color: #5CCF38;
}
.BgClassName
{
background-color: #5CCF38;
}
</style>
border-color css
<style>
span { border-color: #5CCF38; }
span { border-color: rgb(92,207,56); }
td.TdClassName
{
border-color: #5CCF38;
}
.TagClassName
{
border-color: #5CCF38;
}
</style>