Shades of Apple #61C038
Tints of Apple #61C038
RGB
CMYK
RGB Variations
Color information
#61C038 (or 0x61C038) is known color: Apple. HEX triplet: 61, C0 and 38. RGB value is (97,192,56). Sum of RGB (Red+Green+Blue) = 97+192+56=345 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.12% from 345); Green value is 192 (75.39% from 255 or 55.65% from 345); Blue value is 56 (22.27% from 255 or 16.23% from 345); Max value from RGB is 192 - color contains mainly: green. Hex color #61C038 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61C038 is #9E3FC7. Grayscale: #949494. Windows color (decimal): -10371016 or 3719265. OLE color: 3719265.
HSL color Cylindrical-coordinate representation of color #61C038: hue angle of 101.91º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #61C038 is Cyan = 0.49, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 97 | 192 | 56 | - |
| CMYK | 0.49 | 0 | 0.71 | 0.25 |
| HSL | 101.91º | 0.55% | 0.49% | - |
| HSV(B) | 101.91º | 0.71% | 0.75% | - |
| XYZ | 24.49 | 40.53 | 10.27 | - |
| YUV | 148.09 | 76.03 | 91.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 192 | 56 | 0.49 | 0 | 0.71 | 0.25 | 101.91 | 0.55 | 0.49 |
| Hex | 61 | C0 | 38 | 31 | 0 | 47 | 19 | 66 | 37 | 31 |
| Octal | 141 | 300 | 70 | 61 | 0 | 107 | 31 | 146 | 67 | 61 |
| Binary | 1100001 | 11000000 | 111000 | 110001 | 0 | 1000111 | 11001 | 1100110 | 110111 | 110001 |
Color Harmonies of #61C038
Complementary color
Monochromatic Colors of #61C038
Black with #61C038
Text Example
Text Example
White with #61C038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C038; }
p { color: rgb(97,192,56); }
H1.HeaderClassName
{
color: #61C038;
}
.AnyTagClassName
{
color: #61C038;
}
</style>
background-color css
<style>
a { background-color: #61C038; }
a { background-color: rgb(97,192,56); }
div.DivClassName
{
background-color: #61C038;
}
.BgClassName
{
background-color: #61C038;
}
</style>
border-color css
<style>
span { border-color: #61C038; }
span { border-color: rgb(97,192,56); }
td.TdClassName
{
border-color: #61C038;
}
.TagClassName
{
border-color: #61C038;
}
</style>