Shades of Apple #5FC13D
Tints of Apple #5FC13D
RGB
CMYK
RGB Variations
Color information
#5FC13D (or 0x5FC13D) is known color: Apple. HEX triplet: 5F, C1 and 3D. RGB value is (95,193,61). Sum of RGB (Red+Green+Blue) = 95+193+61=349 (46% of max value = 765). Red value is 95 (37.5% from 255 or 27.22% from 349); Green value is 193 (75.78% from 255 or 55.30% from 349); Blue value is 61 (24.22% from 255 or 17.48% from 349); Max value from RGB is 193 - color contains mainly: green. Hex color #5FC13D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FC13D is #A03EC2. Grayscale: #959595. Windows color (decimal): -10501827 or 4047199. OLE color: 4047199.
HSL color Cylindrical-coordinate representation of color #5FC13D: hue angle of 104.55º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5FC13D is Cyan = 0.51, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 95 | 193 | 61 | - |
| CMYK | 0.51 | 0 | 0.68 | 0.24 |
| HSL | 104.55º | 0.52% | 0.5% | - |
| HSV(B) | 104.55º | 0.68% | 0.76% | - |
| XYZ | 24.63 | 40.91 | 11.01 | - |
| YUV | 148.65 | 78.53 | 89.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 193 | 61 | 0.51 | 0 | 0.68 | 0.24 | 104.55 | 0.52 | 0.5 |
| Hex | 5F | C1 | 3D | 33 | 0 | 44 | 18 | 69 | 34 | 32 |
| Octal | 137 | 301 | 75 | 63 | 0 | 104 | 30 | 151 | 64 | 62 |
| Binary | 1011111 | 11000001 | 111101 | 110011 | 0 | 1000100 | 11000 | 1101001 | 110100 | 110010 |
Color Harmonies of #5FC13D
Complementary color
Monochromatic Colors of #5FC13D
Black with #5FC13D
Text Example
Text Example
White with #5FC13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC13D; }
p { color: rgb(95,193,61); }
H1.HeaderClassName
{
color: #5FC13D;
}
.AnyTagClassName
{
color: #5FC13D;
}
</style>
background-color css
<style>
a { background-color: #5FC13D; }
a { background-color: rgb(95,193,61); }
div.DivClassName
{
background-color: #5FC13D;
}
.BgClassName
{
background-color: #5FC13D;
}
</style>
border-color css
<style>
span { border-color: #5FC13D; }
span { border-color: rgb(95,193,61); }
td.TdClassName
{
border-color: #5FC13D;
}
.TagClassName
{
border-color: #5FC13D;
}
</style>