Shades of Apple #5CCC4B
Tints of Apple #5CCC4B
RGB
CMYK
RGB Variations
Color information
#5CCC4B (or 0x5CCC4B) is known color: Apple. HEX triplet: 5C, CC and 4B. RGB value is (92,204,75). Sum of RGB (Red+Green+Blue) = 92+204+75=371 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.80% from 371); Green value is 204 (80.08% from 255 or 54.99% from 371); Blue value is 75 (29.69% from 255 or 20.22% from 371); Max value from RGB is 204 - color contains mainly: green. Hex color #5CCC4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CCC4B is #A333B4. Grayscale: #9C9C9C. Windows color (decimal): -10695605 or 4967516. OLE color: 4967516.
HSL color Cylindrical-coordinate representation of color #5CCC4B: hue angle of 112.09º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5CCC4B is Cyan = 0.55, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 92 | 204 | 75 | - |
| CMYK | 0.55 | 0 | 0.63 | 0.2 |
| HSL | 112.09º | 0.56% | 0.55% | - |
| HSV(B) | 112.09º | 0.63% | 0.8% | - |
| XYZ | 27.28 | 45.97 | 14.09 | - |
| YUV | 155.81 | 82.39 | 82.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 204 | 75 | 0.55 | 0 | 0.63 | 0.2 | 112.09 | 0.56 | 0.55 |
| Hex | 5C | CC | 4B | 37 | 0 | 3F | 14 | 70 | 38 | 37 |
| Octal | 134 | 314 | 113 | 67 | 0 | 77 | 24 | 160 | 70 | 67 |
| Binary | 1011100 | 11001100 | 1001011 | 110111 | 0 | 111111 | 10100 | 1110000 | 111000 | 110111 |
Color Harmonies of #5CCC4B
Complementary color
Monochromatic Colors of #5CCC4B
Black with #5CCC4B
Text Example
Text Example
White with #5CCC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CCC4B; }
p { color: rgb(92,204,75); }
H1.HeaderClassName
{
color: #5CCC4B;
}
.AnyTagClassName
{
color: #5CCC4B;
}
</style>
background-color css
<style>
a { background-color: #5CCC4B; }
a { background-color: rgb(92,204,75); }
div.DivClassName
{
background-color: #5CCC4B;
}
.BgClassName
{
background-color: #5CCC4B;
}
</style>
border-color css
<style>
span { border-color: #5CCC4B; }
span { border-color: rgb(92,204,75); }
td.TdClassName
{
border-color: #5CCC4B;
}
.TagClassName
{
border-color: #5CCC4B;
}
</style>