Shades of Apple #61CE51
Tints of Apple #61CE51
RGB
CMYK
RGB Variations
Color information
#61CE51 (or 0x61CE51) is known color: Apple. HEX triplet: 61, CE and 51. RGB value is (97,206,81). Sum of RGB (Red+Green+Blue) = 97+206+81=384 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.26% from 384); Green value is 206 (80.86% from 255 or 53.65% from 384); Blue value is 81 (32.03% from 255 or 21.09% from 384); Max value from RGB is 206 - color contains mainly: green. Hex color #61CE51 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61CE51 is #9E31AE. Grayscale: #9F9F9F. Windows color (decimal): -10367407 or 5361249. OLE color: 5361249.
HSL color Cylindrical-coordinate representation of color #61CE51: hue angle of 112.32º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #61CE51 is Cyan = 0.53, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 97 | 206 | 81 | - |
| CMYK | 0.53 | 0 | 0.61 | 0.19 |
| HSL | 112.32º | 0.56% | 0.56% | - |
| HSV(B) | 112.32º | 0.61% | 0.81% | - |
| XYZ | 28.49 | 47.28 | 15.41 | - |
| YUV | 159.16 | 83.89 | 83.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 206 | 81 | 0.53 | 0 | 0.61 | 0.19 | 112.32 | 0.56 | 0.56 |
| Hex | 61 | CE | 51 | 35 | 0 | 3D | 13 | 70 | 38 | 38 |
| Octal | 141 | 316 | 121 | 65 | 0 | 75 | 23 | 160 | 70 | 70 |
| Binary | 1100001 | 11001110 | 1010001 | 110101 | 0 | 111101 | 10011 | 1110000 | 111000 | 111000 |
Color Harmonies of #61CE51
Complementary color
Monochromatic Colors of #61CE51
Black with #61CE51
Text Example
Text Example
White with #61CE51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61CE51; }
p { color: rgb(97,206,81); }
H1.HeaderClassName
{
color: #61CE51;
}
.AnyTagClassName
{
color: #61CE51;
}
</style>
background-color css
<style>
a { background-color: #61CE51; }
a { background-color: rgb(97,206,81); }
div.DivClassName
{
background-color: #61CE51;
}
.BgClassName
{
background-color: #61CE51;
}
</style>
border-color css
<style>
span { border-color: #61CE51; }
span { border-color: rgb(97,206,81); }
td.TdClassName
{
border-color: #61CE51;
}
.TagClassName
{
border-color: #61CE51;
}
</style>