Shades of Kelly Green #65CA00
Tints of Kelly Green #65CA00
RGB
CMYK
RGB Variations
Color information
#65CA00 (or 0x65CA00) is known color: Kelly Green. HEX triplet: 65, CA and 00. RGB value is (101,202,0). Sum of RGB (Red+Green+Blue) = 101+202+0=303 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.33% from 303); Green value is 202 (79.30% from 255 or 66.67% from 303); Blue value is 0 (0.39% from 255 or 0% from 303); Max value from RGB is 202 - color contains mainly: green. Hex color #65CA00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #65CA00 is #9A35FF. Grayscale: #959595. Windows color (decimal): -10106368 or 51813. OLE color: 51813.
HSL color Cylindrical-coordinate representation of color #65CA00: hue angle of 90º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #65CA00 is Cyan = 0.50, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 101 | 202 | 0 | - |
| CMYK | 0.50 | 0 | 1 | 0.21 |
| HSL | 90º | 1% | 0.4% | - |
| HSV(B) | 90º | 1% | 0.79% | - |
| XYZ | 26.49 | 45.01 | 7.29 | - |
| YUV | 148.77 | 44.04 | 93.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 202 | 0 | 0.50 | 0 | 1 | 0.21 | 90 | 1 | 0.4 |
| Hex | 65 | CA | 0 | 32 | 0 | 64 | 15 | 5A | 64 | 28 |
| Octal | 145 | 312 | 0 | 62 | 0 | 144 | 25 | 132 | 144 | 50 |
| Binary | 1100101 | 11001010 | 0 | 110010 | 0 | 1100100 | 10101 | 1011010 | 1100100 | 101000 |
Color Harmonies of #65CA00
Complementary color
Monochromatic Colors of #65CA00
Black with #65CA00
Text Example
Text Example
White with #65CA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CA00; }
p { color: rgb(101,202,0); }
H1.HeaderClassName
{
color: #65CA00;
}
.AnyTagClassName
{
color: #65CA00;
}
</style>
background-color css
<style>
a { background-color: #65CA00; }
a { background-color: rgb(101,202,0); }
div.DivClassName
{
background-color: #65CA00;
}
.BgClassName
{
background-color: #65CA00;
}
</style>
border-color css
<style>
span { border-color: #65CA00; }
span { border-color: rgb(101,202,0); }
td.TdClassName
{
border-color: #65CA00;
}
.TagClassName
{
border-color: #65CA00;
}
</style>