Shades of Kelly Green #66D727
Tints of Kelly Green #66D727
RGB
CMYK
RGB Variations
Color information
#66D727 (or 0x66D727) is known color: Kelly Green. HEX triplet: 66, D7 and 27. RGB value is (102,215,39). Sum of RGB (Red+Green+Blue) = 102+215+39=356 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.65% from 356); Green value is 215 (84.38% from 255 or 60.39% from 356); Blue value is 39 (15.62% from 255 or 10.96% from 356); Max value from RGB is 215 - color contains mainly: green. Hex color #66D727 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66D727 is #9928D8. Grayscale: #A1A1A1. Windows color (decimal): -10037465 or 2611046. OLE color: 2611046.
HSL color Cylindrical-coordinate representation of color #66D727: hue angle of 98.52º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #66D727 is Cyan = 0.53, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 102 | 215 | 39 | - |
| CMYK | 0.53 | 0 | 0.82 | 0.16 |
| HSL | 98.52º | 0.69% | 0.5% | - |
| HSV(B) | 98.52º | 0.82% | 0.84% | - |
| XYZ | 30.15 | 51.57 | 10.29 | - |
| YUV | 161.15 | 59.06 | 85.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 215 | 39 | 0.53 | 0 | 0.82 | 0.16 | 98.52 | 0.69 | 0.5 |
| Hex | 66 | D7 | 27 | 35 | 0 | 52 | 10 | 63 | 45 | 32 |
| Octal | 146 | 327 | 47 | 65 | 0 | 122 | 20 | 143 | 105 | 62 |
| Binary | 1100110 | 11010111 | 100111 | 110101 | 0 | 1010010 | 10000 | 1100011 | 1000101 | 110010 |
Color Harmonies of #66D727
Complementary color
Monochromatic Colors of #66D727
Black with #66D727
Text Example
Text Example
White with #66D727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D727; }
p { color: rgb(102,215,39); }
H1.HeaderClassName
{
color: #66D727;
}
.AnyTagClassName
{
color: #66D727;
}
</style>
background-color css
<style>
a { background-color: #66D727; }
a { background-color: rgb(102,215,39); }
div.DivClassName
{
background-color: #66D727;
}
.BgClassName
{
background-color: #66D727;
}
</style>
border-color css
<style>
span { border-color: #66D727; }
span { border-color: rgb(102,215,39); }
td.TdClassName
{
border-color: #66D727;
}
.TagClassName
{
border-color: #66D727;
}
</style>