Shades of Apple #61C341
Tints of Apple #61C341
RGB
CMYK
RGB Variations
Color information
#61C341 (or 0x61C341) is known color: Apple. HEX triplet: 61, C3 and 41. RGB value is (97,195,65). Sum of RGB (Red+Green+Blue) = 97+195+65=357 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.17% from 357); Green value is 195 (76.56% from 255 or 54.62% from 357); Blue value is 65 (25.78% from 255 or 18.21% from 357); Max value from RGB is 195 - color contains mainly: green. Hex color #61C341 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61C341 is #9E3CBE. Grayscale: #979797. Windows color (decimal): -10370239 or 4309857. OLE color: 4309857.
HSL color Cylindrical-coordinate representation of color #61C341: hue angle of 105.23º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #61C341 is Cyan = 0.50, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 97 | 195 | 65 | - |
| CMYK | 0.50 | 0 | 0.67 | 0.24 |
| HSL | 105.23º | 0.52% | 0.51% | - |
| HSV(B) | 105.23º | 0.67% | 0.76% | - |
| XYZ | 25.4 | 41.95 | 11.76 | - |
| YUV | 150.88 | 79.53 | 89.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 195 | 65 | 0.50 | 0 | 0.67 | 0.24 | 105.23 | 0.52 | 0.51 |
| Hex | 61 | C3 | 41 | 32 | 0 | 43 | 18 | 69 | 34 | 33 |
| Octal | 141 | 303 | 101 | 62 | 0 | 103 | 30 | 151 | 64 | 63 |
| Binary | 1100001 | 11000011 | 1000001 | 110010 | 0 | 1000011 | 11000 | 1101001 | 110100 | 110011 |
Color Harmonies of #61C341
Complementary color
Monochromatic Colors of #61C341
Black with #61C341
Text Example
Text Example
White with #61C341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C341; }
p { color: rgb(97,195,65); }
H1.HeaderClassName
{
color: #61C341;
}
.AnyTagClassName
{
color: #61C341;
}
</style>
background-color css
<style>
a { background-color: #61C341; }
a { background-color: rgb(97,195,65); }
div.DivClassName
{
background-color: #61C341;
}
.BgClassName
{
background-color: #61C341;
}
</style>
border-color css
<style>
span { border-color: #61C341; }
span { border-color: rgb(97,195,65); }
td.TdClassName
{
border-color: #61C341;
}
.TagClassName
{
border-color: #61C341;
}
</style>