Shades of Apple #61C830
Tints of Apple #61C830
RGB
CMYK
RGB Variations
Color information
#61C830 (or 0x61C830) is known color: Apple. HEX triplet: 61, C8 and 30. RGB value is (97,200,48). Sum of RGB (Red+Green+Blue) = 97+200+48=345 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.12% from 345); Green value is 200 (78.52% from 255 or 57.97% from 345); Blue value is 48 (19.14% from 255 or 13.91% from 345); Max value from RGB is 200 - color contains mainly: green. Hex color #61C830 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61C830 is #9E37CF. Grayscale: #989898. Windows color (decimal): -10368976 or 3197025. OLE color: 3197025.
HSL color Cylindrical-coordinate representation of color #61C830: hue angle of 100.66º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #61C830 is Cyan = 0.52, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 97 | 200 | 48 | - |
| CMYK | 0.52 | 0 | 0.76 | 0.22 |
| HSL | 100.66º | 0.61% | 0.49% | - |
| HSV(B) | 100.66º | 0.76% | 0.78% | - |
| XYZ | 26.12 | 44.06 | 9.92 | - |
| YUV | 151.88 | 69.38 | 88.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 200 | 48 | 0.52 | 0 | 0.76 | 0.22 | 100.66 | 0.61 | 0.49 |
| Hex | 61 | C8 | 30 | 34 | 0 | 4C | 16 | 65 | 3D | 31 |
| Octal | 141 | 310 | 60 | 64 | 0 | 114 | 26 | 145 | 75 | 61 |
| Binary | 1100001 | 11001000 | 110000 | 110100 | 0 | 1001100 | 10110 | 1100101 | 111101 | 110001 |
Color Harmonies of #61C830
Complementary color
Monochromatic Colors of #61C830
Black with #61C830
Text Example
Text Example
White with #61C830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C830; }
p { color: rgb(97,200,48); }
H1.HeaderClassName
{
color: #61C830;
}
.AnyTagClassName
{
color: #61C830;
}
</style>
background-color css
<style>
a { background-color: #61C830; }
a { background-color: rgb(97,200,48); }
div.DivClassName
{
background-color: #61C830;
}
.BgClassName
{
background-color: #61C830;
}
</style>
border-color css
<style>
span { border-color: #61C830; }
span { border-color: rgb(97,200,48); }
td.TdClassName
{
border-color: #61C830;
}
.TagClassName
{
border-color: #61C830;
}
</style>