Shades of Apple #61BC2D
Tints of Apple #61BC2D
RGB
CMYK
RGB Variations
Color information
#61BC2D (or 0x61BC2D) is known color: Apple. HEX triplet: 61, BC and 2D. RGB value is (97,188,45). Sum of RGB (Red+Green+Blue) = 97+188+45=330 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.39% from 330); Green value is 188 (73.83% from 255 or 56.97% from 330); Blue value is 45 (17.97% from 255 or 13.64% from 330); Max value from RGB is 188 - color contains mainly: green. Hex color #61BC2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61BC2D is #9E43D2. Grayscale: #909090. Windows color (decimal): -10372051 or 2997345. OLE color: 2997345.
HSL color Cylindrical-coordinate representation of color #61BC2D: hue angle of 98.18º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #61BC2D is Cyan = 0.48, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 97 | 188 | 45 | - |
| CMYK | 0.48 | 0 | 0.76 | 0.26 |
| HSL | 98.18º | 0.61% | 0.46% | - |
| HSV(B) | 98.18º | 0.76% | 0.74% | - |
| XYZ | 23.39 | 38.7 | 8.72 | - |
| YUV | 144.49 | 71.85 | 94.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 188 | 45 | 0.48 | 0 | 0.76 | 0.26 | 98.18 | 0.61 | 0.46 |
| Hex | 61 | BC | 2D | 30 | 0 | 4C | 1A | 62 | 3D | 2E |
| Octal | 141 | 274 | 55 | 60 | 0 | 114 | 32 | 142 | 75 | 56 |
| Binary | 1100001 | 10111100 | 101101 | 110000 | 0 | 1001100 | 11010 | 1100010 | 111101 | 101110 |
Color Harmonies of #61BC2D
Complementary color
Monochromatic Colors of #61BC2D
Black with #61BC2D
Text Example
Text Example
White with #61BC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61BC2D; }
p { color: rgb(97,188,45); }
H1.HeaderClassName
{
color: #61BC2D;
}
.AnyTagClassName
{
color: #61BC2D;
}
</style>
background-color css
<style>
a { background-color: #61BC2D; }
a { background-color: rgb(97,188,45); }
div.DivClassName
{
background-color: #61BC2D;
}
.BgClassName
{
background-color: #61BC2D;
}
</style>
border-color css
<style>
span { border-color: #61BC2D; }
span { border-color: rgb(97,188,45); }
td.TdClassName
{
border-color: #61BC2D;
}
.TagClassName
{
border-color: #61BC2D;
}
</style>