Shades of Kelly Green #27CF05
Tints of Kelly Green #27CF05
RGB
CMYK
RGB Variations
Color information
#27CF05 (or 0x27CF05) is known color: Kelly Green. HEX triplet: 27, CF and 05. RGB value is (39,207,5). Sum of RGB (Red+Green+Blue) = 39+207+5=251 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.54% from 251); Green value is 207 (81.25% from 255 or 82.47% from 251); Blue value is 5 (2.34% from 255 or 1.99% from 251); Max value from RGB is 207 - color contains mainly: green. Hex color #27CF05 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #27CF05 is #D830FA. Grayscale: #868686. Windows color (decimal): -14168315 or 380711. OLE color: 380711.
HSL color Cylindrical-coordinate representation of color #27CF05: hue angle of 109.9º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #27CF05 is Cyan = 0.81, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 39 | 207 | 5 | - |
| CMYK | 0.81 | 0 | 0.98 | 0.19 |
| HSL | 109.9º | 0.95% | 0.42% | - |
| HSV(B) | 109.9º | 0.98% | 0.81% | - |
| XYZ | 23.18 | 45.07 | 7.62 | - |
| YUV | 133.74 | 55.34 | 60.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 207 | 5 | 0.81 | 0 | 0.98 | 0.19 | 109.9 | 0.95 | 0.42 |
| Hex | 27 | CF | 5 | 51 | 0 | 62 | 13 | 6E | 5F | 2A |
| Octal | 47 | 317 | 5 | 121 | 0 | 142 | 23 | 156 | 137 | 52 |
| Binary | 100111 | 11001111 | 101 | 1010001 | 0 | 1100010 | 10011 | 1101110 | 1011111 | 101010 |
Color Harmonies of #27CF05
Complementary color
Monochromatic Colors of #27CF05
Black with #27CF05
Text Example
Text Example
White with #27CF05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27CF05; }
p { color: rgb(39,207,5); }
H1.HeaderClassName
{
color: #27CF05;
}
.AnyTagClassName
{
color: #27CF05;
}
</style>
background-color css
<style>
a { background-color: #27CF05; }
a { background-color: rgb(39,207,5); }
div.DivClassName
{
background-color: #27CF05;
}
.BgClassName
{
background-color: #27CF05;
}
</style>
border-color css
<style>
span { border-color: #27CF05; }
span { border-color: rgb(39,207,5); }
td.TdClassName
{
border-color: #27CF05;
}
.TagClassName
{
border-color: #27CF05;
}
</style>