Shades of Kelly Green #27BC01
Tints of Kelly Green #27BC01
RGB
CMYK
RGB Variations
Color information
#27BC01 (or 0x27BC01) is known color: Kelly Green. HEX triplet: 27, BC and 01. RGB value is (39,188,1). Sum of RGB (Red+Green+Blue) = 39+188+1=228 (30% of max value = 765). Red value is 39 (15.62% from 255 or 17.11% from 228); Green value is 188 (73.83% from 255 or 82.46% from 228); Blue value is 1 (0.78% from 255 or 0.44% from 228); Max value from RGB is 188 - color contains mainly: green. Hex color #27BC01 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #27BC01 is #D843FE. Grayscale: #7A7A7A. Windows color (decimal): -14173183 or 113703. OLE color: 113703.
HSL color Cylindrical-coordinate representation of color #27BC01: hue angle of 107.81º 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 #27BC01 is Cyan = 0.79, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 39 | 188 | 1 | - |
| CMYK | 0.79 | 0 | 0.99 | 0.26 |
| HSL | 107.81º | 0.99% | 0.37% | - |
| HSV(B) | 107.81º | 0.99% | 0.74% | - |
| XYZ | 18.83 | 36.4 | 6.06 | - |
| YUV | 122.13 | 59.64 | 68.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 188 | 1 | 0.79 | 0 | 0.99 | 0.26 | 107.81 | 0.99 | 0.37 |
| Hex | 27 | BC | 1 | 4F | 0 | 63 | 1A | 6C | 63 | 25 |
| Octal | 47 | 274 | 1 | 117 | 0 | 143 | 32 | 154 | 143 | 45 |
| Binary | 100111 | 10111100 | 1 | 1001111 | 0 | 1100011 | 11010 | 1101100 | 1100011 | 100101 |
Color Harmonies of #27BC01
Complementary color
Monochromatic Colors of #27BC01
Black with #27BC01
Text Example
Text Example
White with #27BC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27BC01; }
p { color: rgb(39,188,1); }
H1.HeaderClassName
{
color: #27BC01;
}
.AnyTagClassName
{
color: #27BC01;
}
</style>
background-color css
<style>
a { background-color: #27BC01; }
a { background-color: rgb(39,188,1); }
div.DivClassName
{
background-color: #27BC01;
}
.BgClassName
{
background-color: #27BC01;
}
</style>
border-color css
<style>
span { border-color: #27BC01; }
span { border-color: rgb(39,188,1); }
td.TdClassName
{
border-color: #27BC01;
}
.TagClassName
{
border-color: #27BC01;
}
</style>