Shades of Kelly Green #61BC01
Tints of Kelly Green #61BC01
RGB
CMYK
RGB Variations
Color information
#61BC01 (or 0x61BC01) is known color: Kelly Green. HEX triplet: 61, BC and 01. RGB value is (97,188,1). Sum of RGB (Red+Green+Blue) = 97+188+1=286 (37% of max value = 765). Red value is 97 (38.28% from 255 or 33.92% from 286); Green value is 188 (73.83% from 255 or 65.73% from 286); Blue value is 1 (0.78% from 255 or 0.35% from 286); Max value from RGB is 188 - color contains mainly: green. Hex color #61BC01 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #61BC01 is #9E43FE. Grayscale: #8C8C8C. Windows color (decimal): -10372095 or 113761. OLE color: 113761.
HSL color Cylindrical-coordinate representation of color #61BC01: hue angle of 89.2º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #61BC01 is Cyan = 0.48, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 97 | 188 | 1 | - |
| CMYK | 0.48 | 0 | 0.99 | 0.26 |
| HSL | 89.2º | 0.99% | 0.37% | - |
| HSV(B) | 89.2º | 0.99% | 0.74% | - |
| XYZ | 22.92 | 38.51 | 6.25 | - |
| YUV | 139.47 | 49.85 | 97.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 188 | 1 | 0.48 | 0 | 0.99 | 0.26 | 89.2 | 0.99 | 0.37 |
| Hex | 61 | BC | 1 | 30 | 0 | 63 | 1A | 59 | 63 | 25 |
| Octal | 141 | 274 | 1 | 60 | 0 | 143 | 32 | 131 | 143 | 45 |
| Binary | 1100001 | 10111100 | 1 | 110000 | 0 | 1100011 | 11010 | 1011001 | 1100011 | 100101 |
Color Harmonies of #61BC01
Complementary color
Monochromatic Colors of #61BC01
Black with #61BC01
Text Example
Text Example
White with #61BC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61BC01; }
p { color: rgb(97,188,1); }
H1.HeaderClassName
{
color: #61BC01;
}
.AnyTagClassName
{
color: #61BC01;
}
</style>
background-color css
<style>
a { background-color: #61BC01; }
a { background-color: rgb(97,188,1); }
div.DivClassName
{
background-color: #61BC01;
}
.BgClassName
{
background-color: #61BC01;
}
</style>
border-color css
<style>
span { border-color: #61BC01; }
span { border-color: rgb(97,188,1); }
td.TdClassName
{
border-color: #61BC01;
}
.TagClassName
{
border-color: #61BC01;
}
</style>