Shades of Kelly Green #66CF25
Tints of Kelly Green #66CF25
RGB
CMYK
RGB Variations
Color information
#66CF25 (or 0x66CF25) is known color: Kelly Green. HEX triplet: 66, CF and 25. RGB value is (102,207,37). Sum of RGB (Red+Green+Blue) = 102+207+37=346 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.48% from 346); Green value is 207 (81.25% from 255 or 59.83% from 346); Blue value is 37 (14.84% from 255 or 10.69% from 346); Max value from RGB is 207 - color contains mainly: green. Hex color #66CF25 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66CF25 is #9930DA. Grayscale: #9C9C9C. Windows color (decimal): -10039515 or 2477926. OLE color: 2477926.
HSL color Cylindrical-coordinate representation of color #66CF25: hue angle of 97.06º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #66CF25 is Cyan = 0.51, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 207 | 37 | - |
| CMYK | 0.51 | 0 | 0.82 | 0.19 |
| HSL | 97.06º | 0.7% | 0.48% | - |
| HSV(B) | 97.06º | 0.82% | 0.81% | - |
| XYZ | 28.13 | 47.58 | 9.45 | - |
| YUV | 156.23 | 60.71 | 89.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 207 | 37 | 0.51 | 0 | 0.82 | 0.19 | 97.06 | 0.7 | 0.48 |
| Hex | 66 | CF | 25 | 33 | 0 | 52 | 13 | 61 | 46 | 30 |
| Octal | 146 | 317 | 45 | 63 | 0 | 122 | 23 | 141 | 106 | 60 |
| Binary | 1100110 | 11001111 | 100101 | 110011 | 0 | 1010010 | 10011 | 1100001 | 1000110 | 110000 |
Color Harmonies of #66CF25
Complementary color
Monochromatic Colors of #66CF25
Black with #66CF25
Text Example
Text Example
White with #66CF25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CF25; }
p { color: rgb(102,207,37); }
H1.HeaderClassName
{
color: #66CF25;
}
.AnyTagClassName
{
color: #66CF25;
}
</style>
background-color css
<style>
a { background-color: #66CF25; }
a { background-color: rgb(102,207,37); }
div.DivClassName
{
background-color: #66CF25;
}
.BgClassName
{
background-color: #66CF25;
}
</style>
border-color css
<style>
span { border-color: #66CF25; }
span { border-color: rgb(102,207,37); }
td.TdClassName
{
border-color: #66CF25;
}
.TagClassName
{
border-color: #66CF25;
}
</style>