Shades of Kelly Green #65C728
Tints of Kelly Green #65C728
RGB
CMYK
RGB Variations
Color information
#65C728 (or 0x65C728) is known color: Kelly Green. HEX triplet: 65, C7 and 28. RGB value is (101,199,40). Sum of RGB (Red+Green+Blue) = 101+199+40=340 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.71% from 340); Green value is 199 (78.12% from 255 or 58.53% from 340); Blue value is 40 (16.02% from 255 or 11.76% from 340); Max value from RGB is 199 - color contains mainly: green. Hex color #65C728 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65C728 is #9A38D7. Grayscale: #989898. Windows color (decimal): -10107096 or 2672485. OLE color: 2672485.
HSL color Cylindrical-coordinate representation of color #65C728: hue angle of 96.98º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #65C728 is Cyan = 0.49, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 101 | 199 | 40 | - |
| CMYK | 0.49 | 0 | 0.80 | 0.22 |
| HSL | 96.98º | 0.67% | 0.47% | - |
| HSV(B) | 96.98º | 0.8% | 0.78% | - |
| XYZ | 26.17 | 43.77 | 9.08 | - |
| YUV | 151.57 | 65.03 | 91.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 199 | 40 | 0.49 | 0 | 0.80 | 0.22 | 96.98 | 0.67 | 0.47 |
| Hex | 65 | C7 | 28 | 31 | 0 | 50 | 16 | 61 | 43 | 2F |
| Octal | 145 | 307 | 50 | 61 | 0 | 120 | 26 | 141 | 103 | 57 |
| Binary | 1100101 | 11000111 | 101000 | 110001 | 0 | 1010000 | 10110 | 1100001 | 1000011 | 101111 |
Color Harmonies of #65C728
Complementary color
Monochromatic Colors of #65C728
Black with #65C728
Text Example
Text Example
White with #65C728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C728; }
p { color: rgb(101,199,40); }
H1.HeaderClassName
{
color: #65C728;
}
.AnyTagClassName
{
color: #65C728;
}
</style>
background-color css
<style>
a { background-color: #65C728; }
a { background-color: rgb(101,199,40); }
div.DivClassName
{
background-color: #65C728;
}
.BgClassName
{
background-color: #65C728;
}
</style>
border-color css
<style>
span { border-color: #65C728; }
span { border-color: rgb(101,199,40); }
td.TdClassName
{
border-color: #65C728;
}
.TagClassName
{
border-color: #65C728;
}
</style>