Shades of Apple #5ACF3D
Tints of Apple #5ACF3D
RGB
CMYK
RGB Variations
Color information
#5ACF3D (or 0x5ACF3D) is known color: Apple. HEX triplet: 5A, CF and 3D. RGB value is (90,207,61). Sum of RGB (Red+Green+Blue) = 90+207+61=358 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.14% from 358); Green value is 207 (81.25% from 255 or 57.82% from 358); Blue value is 61 (24.22% from 255 or 17.04% from 358); Max value from RGB is 207 - color contains mainly: green. Hex color #5ACF3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ACF3D is #A530C2. Grayscale: #9B9B9B. Windows color (decimal): -10825923 or 4050778. OLE color: 4050778.
HSL color Cylindrical-coordinate representation of color #5ACF3D: hue angle of 108.08º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5ACF3D is Cyan = 0.57, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 90 | 207 | 61 | - |
| CMYK | 0.57 | 0 | 0.71 | 0.19 |
| HSL | 108.08º | 0.6% | 0.53% | - |
| HSV(B) | 108.08º | 0.71% | 0.81% | - |
| XYZ | 27.37 | 47.14 | 12.07 | - |
| YUV | 155.37 | 74.74 | 81.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 207 | 61 | 0.57 | 0 | 0.71 | 0.19 | 108.08 | 0.6 | 0.53 |
| Hex | 5A | CF | 3D | 39 | 0 | 47 | 13 | 6C | 3C | 35 |
| Octal | 132 | 317 | 75 | 71 | 0 | 107 | 23 | 154 | 74 | 65 |
| Binary | 1011010 | 11001111 | 111101 | 111001 | 0 | 1000111 | 10011 | 1101100 | 111100 | 110101 |
Color Harmonies of #5ACF3D
Complementary color
Monochromatic Colors of #5ACF3D
Black with #5ACF3D
Text Example
Text Example
White with #5ACF3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACF3D; }
p { color: rgb(90,207,61); }
H1.HeaderClassName
{
color: #5ACF3D;
}
.AnyTagClassName
{
color: #5ACF3D;
}
</style>
background-color css
<style>
a { background-color: #5ACF3D; }
a { background-color: rgb(90,207,61); }
div.DivClassName
{
background-color: #5ACF3D;
}
.BgClassName
{
background-color: #5ACF3D;
}
</style>
border-color css
<style>
span { border-color: #5ACF3D; }
span { border-color: rgb(90,207,61); }
td.TdClassName
{
border-color: #5ACF3D;
}
.TagClassName
{
border-color: #5ACF3D;
}
</style>