Shades of Apple #5ACF4C
Tints of Apple #5ACF4C
RGB
CMYK
RGB Variations
Color information
#5ACF4C (or 0x5ACF4C) is known color: Apple. HEX triplet: 5A, CF and 4C. RGB value is (90,207,76). Sum of RGB (Red+Green+Blue) = 90+207+76=373 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.13% from 373); Green value is 207 (81.25% from 255 or 55.50% from 373); Blue value is 76 (30.08% from 255 or 20.38% from 373); Max value from RGB is 207 - color contains mainly: green. Hex color #5ACF4C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ACF4C is #A530B3. Grayscale: #9D9D9D. Windows color (decimal): -10825908 or 5033818. OLE color: 5033818.
HSL color Cylindrical-coordinate representation of color #5ACF4C: hue angle of 113.59º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5ACF4C is Cyan = 0.57, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 90 | 207 | 76 | - |
| CMYK | 0.57 | 0 | 0.63 | 0.19 |
| HSL | 113.59º | 0.58% | 0.55% | - |
| HSV(B) | 113.59º | 0.63% | 0.81% | - |
| XYZ | 27.83 | 47.32 | 14.5 | - |
| YUV | 157.08 | 82.24 | 80.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 207 | 76 | 0.57 | 0 | 0.63 | 0.19 | 113.59 | 0.58 | 0.55 |
| Hex | 5A | CF | 4C | 39 | 0 | 3F | 13 | 72 | 3A | 37 |
| Octal | 132 | 317 | 114 | 71 | 0 | 77 | 23 | 162 | 72 | 67 |
| Binary | 1011010 | 11001111 | 1001100 | 111001 | 0 | 111111 | 10011 | 1110010 | 111010 | 110111 |
Color Harmonies of #5ACF4C
Complementary color
Monochromatic Colors of #5ACF4C
Black with #5ACF4C
Text Example
Text Example
White with #5ACF4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACF4C; }
p { color: rgb(90,207,76); }
H1.HeaderClassName
{
color: #5ACF4C;
}
.AnyTagClassName
{
color: #5ACF4C;
}
</style>
background-color css
<style>
a { background-color: #5ACF4C; }
a { background-color: rgb(90,207,76); }
div.DivClassName
{
background-color: #5ACF4C;
}
.BgClassName
{
background-color: #5ACF4C;
}
</style>
border-color css
<style>
span { border-color: #5ACF4C; }
span { border-color: rgb(90,207,76); }
td.TdClassName
{
border-color: #5ACF4C;
}
.TagClassName
{
border-color: #5ACF4C;
}
</style>