Shades of Kelly Green #65CC03
Tints of Kelly Green #65CC03
RGB
CMYK
RGB Variations
Color information
#65CC03 (or 0x65CC03) is known color: Kelly Green. HEX triplet: 65, CC and 03. RGB value is (101,204,3). Sum of RGB (Red+Green+Blue) = 101+204+3=308 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.79% from 308); Green value is 204 (80.08% from 255 or 66.23% from 308); Blue value is 3 (1.56% from 255 or 0.97% from 308); Max value from RGB is 204 - color contains mainly: green. Hex color #65CC03 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #65CC03 is #9A33FC. Grayscale: #969696. Windows color (decimal): -10105853 or 248933. OLE color: 248933.
HSL color Cylindrical-coordinate representation of color #65CC03: hue angle of 90.75º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #65CC03 is Cyan = 0.50, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 101 | 204 | 3 | - |
| CMYK | 0.50 | 0 | 0.99 | 0.2 |
| HSL | 90.75º | 0.97% | 0.41% | - |
| HSV(B) | 90.75º | 0.99% | 0.8% | - |
| XYZ | 26.98 | 45.96 | 7.54 | - |
| YUV | 150.29 | 44.88 | 92.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 204 | 3 | 0.50 | 0 | 0.99 | 0.2 | 90.75 | 0.97 | 0.41 |
| Hex | 65 | CC | 3 | 32 | 0 | 63 | 14 | 5B | 61 | 29 |
| Octal | 145 | 314 | 3 | 62 | 0 | 143 | 24 | 133 | 141 | 51 |
| Binary | 1100101 | 11001100 | 11 | 110010 | 0 | 1100011 | 10100 | 1011011 | 1100001 | 101001 |
Color Harmonies of #65CC03
Complementary color
Monochromatic Colors of #65CC03
Black with #65CC03
Text Example
Text Example
White with #65CC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CC03; }
p { color: rgb(101,204,3); }
H1.HeaderClassName
{
color: #65CC03;
}
.AnyTagClassName
{
color: #65CC03;
}
</style>
background-color css
<style>
a { background-color: #65CC03; }
a { background-color: rgb(101,204,3); }
div.DivClassName
{
background-color: #65CC03;
}
.BgClassName
{
background-color: #65CC03;
}
</style>
border-color css
<style>
span { border-color: #65CC03; }
span { border-color: rgb(101,204,3); }
td.TdClassName
{
border-color: #65CC03;
}
.TagClassName
{
border-color: #65CC03;
}
</style>