Shades of Apple #61C333
Tints of Apple #61C333
RGB
CMYK
RGB Variations
Color information
#61C333 (or 0x61C333) is known color: Apple. HEX triplet: 61, C3 and 33. RGB value is (97,195,51). Sum of RGB (Red+Green+Blue) = 97+195+51=343 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.28% from 343); Green value is 195 (76.56% from 255 or 56.85% from 343); Blue value is 51 (20.31% from 255 or 14.87% from 343); Max value from RGB is 195 - color contains mainly: green. Hex color #61C333 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61C333 is #9E3CCC. Grayscale: #959595. Windows color (decimal): -10370253 or 3392353. OLE color: 3392353.
HSL color Cylindrical-coordinate representation of color #61C333: hue angle of 100.83º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #61C333 is Cyan = 0.50, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 97 | 195 | 51 | - |
| CMYK | 0.50 | 0 | 0.74 | 0.24 |
| HSL | 100.83º | 0.59% | 0.48% | - |
| HSV(B) | 100.83º | 0.74% | 0.76% | - |
| XYZ | 25.04 | 41.81 | 9.88 | - |
| YUV | 149.28 | 72.53 | 90.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 195 | 51 | 0.50 | 0 | 0.74 | 0.24 | 100.83 | 0.59 | 0.48 |
| Hex | 61 | C3 | 33 | 32 | 0 | 4A | 18 | 65 | 3B | 30 |
| Octal | 141 | 303 | 63 | 62 | 0 | 112 | 30 | 145 | 73 | 60 |
| Binary | 1100001 | 11000011 | 110011 | 110010 | 0 | 1001010 | 11000 | 1100101 | 111011 | 110000 |
Color Harmonies of #61C333
Complementary color
Monochromatic Colors of #61C333
Black with #61C333
Text Example
Text Example
White with #61C333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C333; }
p { color: rgb(97,195,51); }
H1.HeaderClassName
{
color: #61C333;
}
.AnyTagClassName
{
color: #61C333;
}
</style>
background-color css
<style>
a { background-color: #61C333; }
a { background-color: rgb(97,195,51); }
div.DivClassName
{
background-color: #61C333;
}
.BgClassName
{
background-color: #61C333;
}
</style>
border-color css
<style>
span { border-color: #61C333; }
span { border-color: rgb(97,195,51); }
td.TdClassName
{
border-color: #61C333;
}
.TagClassName
{
border-color: #61C333;
}
</style>