Shades of Apple #61C84A
Tints of Apple #61C84A
RGB
CMYK
RGB Variations
Color information
#61C84A (or 0x61C84A) is known color: Apple. HEX triplet: 61, C8 and 4A. RGB value is (97,200,74). Sum of RGB (Red+Green+Blue) = 97+200+74=371 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.15% from 371); Green value is 200 (78.52% from 255 or 53.91% from 371); Blue value is 74 (29.30% from 255 or 19.95% from 371); Max value from RGB is 200 - color contains mainly: green. Hex color #61C84A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61C84A is #9E37B5. Grayscale: #9B9B9B. Windows color (decimal): -10368950 or 4900961. OLE color: 4900961.
HSL color Cylindrical-coordinate representation of color #61C84A: hue angle of 109.05º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #61C84A is Cyan = 0.52, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 97 | 200 | 74 | - |
| CMYK | 0.52 | 0 | 0.63 | 0.22 |
| HSL | 109.05º | 0.53% | 0.54% | - |
| HSV(B) | 109.05º | 0.63% | 0.78% | - |
| XYZ | 26.82 | 44.34 | 13.62 | - |
| YUV | 154.84 | 82.38 | 86.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 200 | 74 | 0.52 | 0 | 0.63 | 0.22 | 109.05 | 0.53 | 0.54 |
| Hex | 61 | C8 | 4A | 34 | 0 | 3F | 16 | 6D | 35 | 36 |
| Octal | 141 | 310 | 112 | 64 | 0 | 77 | 26 | 155 | 65 | 66 |
| Binary | 1100001 | 11001000 | 1001010 | 110100 | 0 | 111111 | 10110 | 1101101 | 110101 | 110110 |
Color Harmonies of #61C84A
Complementary color
Monochromatic Colors of #61C84A
Black with #61C84A
Text Example
Text Example
White with #61C84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C84A; }
p { color: rgb(97,200,74); }
H1.HeaderClassName
{
color: #61C84A;
}
.AnyTagClassName
{
color: #61C84A;
}
</style>
background-color css
<style>
a { background-color: #61C84A; }
a { background-color: rgb(97,200,74); }
div.DivClassName
{
background-color: #61C84A;
}
.BgClassName
{
background-color: #61C84A;
}
</style>
border-color css
<style>
span { border-color: #61C84A; }
span { border-color: rgb(97,200,74); }
td.TdClassName
{
border-color: #61C84A;
}
.TagClassName
{
border-color: #61C84A;
}
</style>