Shades of Apple #61C23C
Tints of Apple #61C23C
RGB
CMYK
RGB Variations
Color information
#61C23C (or 0x61C23C) is known color: Apple. HEX triplet: 61, C2 and 3C. RGB value is (97,194,60). Sum of RGB (Red+Green+Blue) = 97+194+60=351 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.64% from 351); Green value is 194 (76.17% from 255 or 55.27% from 351); Blue value is 60 (23.83% from 255 or 17.09% from 351); Max value from RGB is 194 - color contains mainly: green. Hex color #61C23C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61C23C is #9E3DC3. Grayscale: #969696. Windows color (decimal): -10370500 or 3981921. OLE color: 3981921.
HSL color Cylindrical-coordinate representation of color #61C23C: hue angle of 103.43º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #61C23C is Cyan = 0.50, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 97 | 194 | 60 | - |
| CMYK | 0.50 | 0 | 0.69 | 0.24 |
| HSL | 103.43º | 0.53% | 0.5% | - |
| HSV(B) | 103.43º | 0.69% | 0.76% | - |
| XYZ | 25.04 | 41.45 | 10.96 | - |
| YUV | 149.72 | 77.36 | 90.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 194 | 60 | 0.50 | 0 | 0.69 | 0.24 | 103.43 | 0.53 | 0.5 |
| Hex | 61 | C2 | 3C | 32 | 0 | 45 | 18 | 67 | 35 | 32 |
| Octal | 141 | 302 | 74 | 62 | 0 | 105 | 30 | 147 | 65 | 62 |
| Binary | 1100001 | 11000010 | 111100 | 110010 | 0 | 1000101 | 11000 | 1100111 | 110101 | 110010 |
Color Harmonies of #61C23C
Complementary color
Monochromatic Colors of #61C23C
Black with #61C23C
Text Example
Text Example
White with #61C23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C23C; }
p { color: rgb(97,194,60); }
H1.HeaderClassName
{
color: #61C23C;
}
.AnyTagClassName
{
color: #61C23C;
}
</style>
background-color css
<style>
a { background-color: #61C23C; }
a { background-color: rgb(97,194,60); }
div.DivClassName
{
background-color: #61C23C;
}
.BgClassName
{
background-color: #61C23C;
}
</style>
border-color css
<style>
span { border-color: #61C23C; }
span { border-color: rgb(97,194,60); }
td.TdClassName
{
border-color: #61C23C;
}
.TagClassName
{
border-color: #61C23C;
}
</style>