Shades of Apple #61C93C
Tints of Apple #61C93C
RGB
CMYK
RGB Variations
Color information
#61C93C (or 0x61C93C) is known color: Apple. HEX triplet: 61, C9 and 3C. RGB value is (97,201,60). Sum of RGB (Red+Green+Blue) = 97+201+60=358 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.09% from 358); Green value is 201 (78.91% from 255 or 56.15% from 358); Blue value is 60 (23.83% from 255 or 16.76% from 358); Max value from RGB is 201 - color contains mainly: green. Hex color #61C93C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61C93C is #9E36C3. Grayscale: #9A9A9A. Windows color (decimal): -10368708 or 3983713. OLE color: 3983713.
HSL color Cylindrical-coordinate representation of color #61C93C: hue angle of 104.26º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #61C93C is Cyan = 0.52, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 97 | 201 | 60 | - |
| CMYK | 0.52 | 0 | 0.70 | 0.21 |
| HSL | 104.26º | 0.57% | 0.51% | - |
| HSV(B) | 104.26º | 0.7% | 0.79% | - |
| XYZ | 26.63 | 44.64 | 11.49 | - |
| YUV | 153.83 | 75.04 | 87.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 201 | 60 | 0.52 | 0 | 0.70 | 0.21 | 104.26 | 0.57 | 0.51 |
| Hex | 61 | C9 | 3C | 34 | 0 | 46 | 15 | 68 | 39 | 33 |
| Octal | 141 | 311 | 74 | 64 | 0 | 106 | 25 | 150 | 71 | 63 |
| Binary | 1100001 | 11001001 | 111100 | 110100 | 0 | 1000110 | 10101 | 1101000 | 111001 | 110011 |
Color Harmonies of #61C93C
Complementary color
Monochromatic Colors of #61C93C
Black with #61C93C
Text Example
Text Example
White with #61C93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C93C; }
p { color: rgb(97,201,60); }
H1.HeaderClassName
{
color: #61C93C;
}
.AnyTagClassName
{
color: #61C93C;
}
</style>
background-color css
<style>
a { background-color: #61C93C; }
a { background-color: rgb(97,201,60); }
div.DivClassName
{
background-color: #61C93C;
}
.BgClassName
{
background-color: #61C93C;
}
</style>
border-color css
<style>
span { border-color: #61C93C; }
span { border-color: rgb(97,201,60); }
td.TdClassName
{
border-color: #61C93C;
}
.TagClassName
{
border-color: #61C93C;
}
</style>