Shades of Apple #61CA41
Tints of Apple #61CA41
RGB
CMYK
RGB Variations
Color information
#61CA41 (or 0x61CA41) is known color: Apple. HEX triplet: 61, CA and 41. RGB value is (97,202,65). Sum of RGB (Red+Green+Blue) = 97+202+65=364 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.65% from 364); Green value is 202 (79.30% from 255 or 55.49% from 364); Blue value is 65 (25.78% from 255 or 17.86% from 364); Max value from RGB is 202 - color contains mainly: green. Hex color #61CA41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61CA41 is #9E35BE. Grayscale: #9B9B9B. Windows color (decimal): -10368447 or 4311649. OLE color: 4311649.
HSL color Cylindrical-coordinate representation of color #61CA41: hue angle of 105.99º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #61CA41 is Cyan = 0.52, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 97 | 202 | 65 | - |
| CMYK | 0.52 | 0 | 0.68 | 0.21 |
| HSL | 105.99º | 0.56% | 0.52% | - |
| HSV(B) | 105.99º | 0.68% | 0.79% | - |
| XYZ | 27 | 45.16 | 12.3 | - |
| YUV | 154.99 | 77.21 | 86.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 202 | 65 | 0.52 | 0 | 0.68 | 0.21 | 105.99 | 0.56 | 0.52 |
| Hex | 61 | CA | 41 | 34 | 0 | 44 | 15 | 6A | 38 | 34 |
| Octal | 141 | 312 | 101 | 64 | 0 | 104 | 25 | 152 | 70 | 64 |
| Binary | 1100001 | 11001010 | 1000001 | 110100 | 0 | 1000100 | 10101 | 1101010 | 111000 | 110100 |
Color Harmonies of #61CA41
Complementary color
Monochromatic Colors of #61CA41
Black with #61CA41
Text Example
Text Example
White with #61CA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61CA41; }
p { color: rgb(97,202,65); }
H1.HeaderClassName
{
color: #61CA41;
}
.AnyTagClassName
{
color: #61CA41;
}
</style>
background-color css
<style>
a { background-color: #61CA41; }
a { background-color: rgb(97,202,65); }
div.DivClassName
{
background-color: #61CA41;
}
.BgClassName
{
background-color: #61CA41;
}
</style>
border-color css
<style>
span { border-color: #61CA41; }
span { border-color: rgb(97,202,65); }
td.TdClassName
{
border-color: #61CA41;
}
.TagClassName
{
border-color: #61CA41;
}
</style>