Shades of Kelly Green #65C302
Tints of Kelly Green #65C302
RGB
CMYK
RGB Variations
Color information
#65C302 (or 0x65C302) is known color: Kelly Green. HEX triplet: 65, C3 and 02. RGB value is (101,195,2). Sum of RGB (Red+Green+Blue) = 101+195+2=298 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.89% from 298); Green value is 195 (76.56% from 255 or 65.44% from 298); Blue value is 2 (1.17% from 255 or 0.67% from 298); Max value from RGB is 195 - color contains mainly: green. Hex color #65C302 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #65C302 is #9A3CFD. Grayscale: #919191. Windows color (decimal): -10108158 or 181093. OLE color: 181093.
HSL color Cylindrical-coordinate representation of color #65C302: hue angle of 89.22º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #65C302 is Cyan = 0.48, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 101 | 195 | 2 | - |
| CMYK | 0.48 | 0 | 0.99 | 0.24 |
| HSL | 89.22º | 0.98% | 0.39% | - |
| HSV(B) | 89.22º | 0.99% | 0.76% | - |
| XYZ | 24.89 | 41.8 | 6.81 | - |
| YUV | 144.89 | 47.36 | 96.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 195 | 2 | 0.48 | 0 | 0.99 | 0.24 | 89.22 | 0.98 | 0.39 |
| Hex | 65 | C3 | 2 | 30 | 0 | 63 | 18 | 59 | 62 | 27 |
| Octal | 145 | 303 | 2 | 60 | 0 | 143 | 30 | 131 | 142 | 47 |
| Binary | 1100101 | 11000011 | 10 | 110000 | 0 | 1100011 | 11000 | 1011001 | 1100010 | 100111 |
Color Harmonies of #65C302
Complementary color
Monochromatic Colors of #65C302
Black with #65C302
Text Example
Text Example
White with #65C302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C302; }
p { color: rgb(101,195,2); }
H1.HeaderClassName
{
color: #65C302;
}
.AnyTagClassName
{
color: #65C302;
}
</style>
background-color css
<style>
a { background-color: #65C302; }
a { background-color: rgb(101,195,2); }
div.DivClassName
{
background-color: #65C302;
}
.BgClassName
{
background-color: #65C302;
}
</style>
border-color css
<style>
span { border-color: #65C302; }
span { border-color: rgb(101,195,2); }
td.TdClassName
{
border-color: #65C302;
}
.TagClassName
{
border-color: #65C302;
}
</style>