Shades of Apple #5ABF31
Tints of Apple #5ABF31
RGB
CMYK
RGB Variations
Color information
#5ABF31 (or 0x5ABF31) is known color: Apple. HEX triplet: 5A, BF and 31. RGB value is (90,191,49). Sum of RGB (Red+Green+Blue) = 90+191+49=330 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.27% from 330); Green value is 191 (75% from 255 or 57.88% from 330); Blue value is 49 (19.53% from 255 or 14.85% from 330); Max value from RGB is 191 - color contains mainly: green. Hex color #5ABF31 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ABF31 is #A540CE. Grayscale: #919191. Windows color (decimal): -10830031 or 3260250. OLE color: 3260250.
HSL color Cylindrical-coordinate representation of color #5ABF31: hue angle of 102.68º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5ABF31 is Cyan = 0.53, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 90 | 191 | 49 | - |
| CMYK | 0.53 | 0 | 0.74 | 0.25 |
| HSL | 102.68º | 0.59% | 0.47% | - |
| HSV(B) | 102.68º | 0.74% | 0.75% | - |
| XYZ | 23.4 | 39.66 | 9.33 | - |
| YUV | 144.61 | 74.04 | 89.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 191 | 49 | 0.53 | 0 | 0.74 | 0.25 | 102.68 | 0.59 | 0.47 |
| Hex | 5A | BF | 31 | 35 | 0 | 4A | 19 | 67 | 3B | 2F |
| Octal | 132 | 277 | 61 | 65 | 0 | 112 | 31 | 147 | 73 | 57 |
| Binary | 1011010 | 10111111 | 110001 | 110101 | 0 | 1001010 | 11001 | 1100111 | 111011 | 101111 |
Color Harmonies of #5ABF31
Complementary color
Monochromatic Colors of #5ABF31
Black with #5ABF31
Text Example
Text Example
White with #5ABF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABF31; }
p { color: rgb(90,191,49); }
H1.HeaderClassName
{
color: #5ABF31;
}
.AnyTagClassName
{
color: #5ABF31;
}
</style>
background-color css
<style>
a { background-color: #5ABF31; }
a { background-color: rgb(90,191,49); }
div.DivClassName
{
background-color: #5ABF31;
}
.BgClassName
{
background-color: #5ABF31;
}
</style>
border-color css
<style>
span { border-color: #5ABF31; }
span { border-color: rgb(90,191,49); }
td.TdClassName
{
border-color: #5ABF31;
}
.TagClassName
{
border-color: #5ABF31;
}
</style>