Shades of Apple #61C03D
Tints of Apple #61C03D
RGB
CMYK
RGB Variations
Color information
#61C03D (or 0x61C03D) is known color: Apple. HEX triplet: 61, C0 and 3D. RGB value is (97,192,61). Sum of RGB (Red+Green+Blue) = 97+192+61=350 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.71% from 350); Green value is 192 (75.39% from 255 or 54.86% from 350); Blue value is 61 (24.22% from 255 or 17.43% from 350); Max value from RGB is 192 - color contains mainly: green. Hex color #61C03D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61C03D is #9E3FC2. Grayscale: #959595. Windows color (decimal): -10371011 or 4046945. OLE color: 4046945.
HSL color Cylindrical-coordinate representation of color #61C03D: hue angle of 103.51º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #61C03D is Cyan = 0.49, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 97 | 192 | 61 | - |
| CMYK | 0.49 | 0 | 0.68 | 0.25 |
| HSL | 103.51º | 0.52% | 0.5% | - |
| HSV(B) | 103.51º | 0.68% | 0.75% | - |
| XYZ | 24.62 | 40.58 | 10.95 | - |
| YUV | 148.66 | 78.53 | 91.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 192 | 61 | 0.49 | 0 | 0.68 | 0.25 | 103.51 | 0.52 | 0.5 |
| Hex | 61 | C0 | 3D | 31 | 0 | 44 | 19 | 68 | 34 | 32 |
| Octal | 141 | 300 | 75 | 61 | 0 | 104 | 31 | 150 | 64 | 62 |
| Binary | 1100001 | 11000000 | 111101 | 110001 | 0 | 1000100 | 11001 | 1101000 | 110100 | 110010 |
Color Harmonies of #61C03D
Complementary color
Monochromatic Colors of #61C03D
Black with #61C03D
Text Example
Text Example
White with #61C03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C03D; }
p { color: rgb(97,192,61); }
H1.HeaderClassName
{
color: #61C03D;
}
.AnyTagClassName
{
color: #61C03D;
}
</style>
background-color css
<style>
a { background-color: #61C03D; }
a { background-color: rgb(97,192,61); }
div.DivClassName
{
background-color: #61C03D;
}
.BgClassName
{
background-color: #61C03D;
}
</style>
border-color css
<style>
span { border-color: #61C03D; }
span { border-color: rgb(97,192,61); }
td.TdClassName
{
border-color: #61C03D;
}
.TagClassName
{
border-color: #61C03D;
}
</style>