Shades of Kelly Green #65CF28
Tints of Kelly Green #65CF28
RGB
CMYK
RGB Variations
Color information
#65CF28 (or 0x65CF28) is known color: Kelly Green. HEX triplet: 65, CF and 28. RGB value is (101,207,40). Sum of RGB (Red+Green+Blue) = 101+207+40=348 (46% of max value = 765). Red value is 101 (39.84% from 255 or 29.02% from 348); Green value is 207 (81.25% from 255 or 59.48% from 348); Blue value is 40 (16.02% from 255 or 11.49% from 348); Max value from RGB is 207 - color contains mainly: green. Hex color #65CF28 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65CF28 is #9A30D7. Grayscale: #9C9C9C. Windows color (decimal): -10105048 or 2674533. OLE color: 2674533.
HSL color Cylindrical-coordinate representation of color #65CF28: hue angle of 98.08º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #65CF28 is Cyan = 0.51, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 207 | 40 | - |
| CMYK | 0.51 | 0 | 0.81 | 0.19 |
| HSL | 98.08º | 0.68% | 0.48% | - |
| HSV(B) | 98.08º | 0.81% | 0.81% | - |
| XYZ | 28.06 | 47.55 | 9.71 | - |
| YUV | 156.27 | 62.38 | 88.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 207 | 40 | 0.51 | 0 | 0.81 | 0.19 | 98.08 | 0.68 | 0.48 |
| Hex | 65 | CF | 28 | 33 | 0 | 51 | 13 | 62 | 44 | 30 |
| Octal | 145 | 317 | 50 | 63 | 0 | 121 | 23 | 142 | 104 | 60 |
| Binary | 1100101 | 11001111 | 101000 | 110011 | 0 | 1010001 | 10011 | 1100010 | 1000100 | 110000 |
Color Harmonies of #65CF28
Complementary color
Monochromatic Colors of #65CF28
Black with #65CF28
Text Example
Text Example
White with #65CF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CF28; }
p { color: rgb(101,207,40); }
H1.HeaderClassName
{
color: #65CF28;
}
.AnyTagClassName
{
color: #65CF28;
}
</style>
background-color css
<style>
a { background-color: #65CF28; }
a { background-color: rgb(101,207,40); }
div.DivClassName
{
background-color: #65CF28;
}
.BgClassName
{
background-color: #65CF28;
}
</style>
border-color css
<style>
span { border-color: #65CF28; }
span { border-color: rgb(101,207,40); }
td.TdClassName
{
border-color: #65CF28;
}
.TagClassName
{
border-color: #65CF28;
}
</style>