Shades of Apple #61CE30
Tints of Apple #61CE30
RGB
CMYK
RGB Variations
Color information
#61CE30 (or 0x61CE30) is known color: Apple. HEX triplet: 61, CE and 30. RGB value is (97,206,48). Sum of RGB (Red+Green+Blue) = 97+206+48=351 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.64% from 351); Green value is 206 (80.86% from 255 or 58.69% from 351); Blue value is 48 (19.14% from 255 or 13.68% from 351); Max value from RGB is 206 - color contains mainly: green. Hex color #61CE30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61CE30 is #9E31CF. Grayscale: #9B9B9B. Windows color (decimal): -10367440 or 3198561. OLE color: 3198561.
HSL color Cylindrical-coordinate representation of color #61CE30: hue angle of 101.39º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #61CE30 is Cyan = 0.53, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 97 | 206 | 48 | - |
| CMYK | 0.53 | 0 | 0.77 | 0.19 |
| HSL | 101.39º | 0.62% | 0.5% | - |
| HSV(B) | 101.39º | 0.77% | 0.81% | - |
| XYZ | 27.53 | 46.9 | 10.4 | - |
| YUV | 155.4 | 67.39 | 86.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 206 | 48 | 0.53 | 0 | 0.77 | 0.19 | 101.39 | 0.62 | 0.5 |
| Hex | 61 | CE | 30 | 35 | 0 | 4D | 13 | 65 | 3E | 32 |
| Octal | 141 | 316 | 60 | 65 | 0 | 115 | 23 | 145 | 76 | 62 |
| Binary | 1100001 | 11001110 | 110000 | 110101 | 0 | 1001101 | 10011 | 1100101 | 111110 | 110010 |
Color Harmonies of #61CE30
Complementary color
Monochromatic Colors of #61CE30
Black with #61CE30
Text Example
Text Example
White with #61CE30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61CE30; }
p { color: rgb(97,206,48); }
H1.HeaderClassName
{
color: #61CE30;
}
.AnyTagClassName
{
color: #61CE30;
}
</style>
background-color css
<style>
a { background-color: #61CE30; }
a { background-color: rgb(97,206,48); }
div.DivClassName
{
background-color: #61CE30;
}
.BgClassName
{
background-color: #61CE30;
}
</style>
border-color css
<style>
span { border-color: #61CE30; }
span { border-color: rgb(97,206,48); }
td.TdClassName
{
border-color: #61CE30;
}
.TagClassName
{
border-color: #61CE30;
}
</style>