Shades of Kelly Green #65CB03
Tints of Kelly Green #65CB03
RGB
CMYK
RGB Variations
Color information
#65CB03 (or 0x65CB03) is known color: Kelly Green. HEX triplet: 65, CB and 03. RGB value is (101,203,3). Sum of RGB (Red+Green+Blue) = 101+203+3=307 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.90% from 307); Green value is 203 (79.69% from 255 or 66.12% from 307); Blue value is 3 (1.56% from 255 or 0.98% from 307); Max value from RGB is 203 - color contains mainly: green. Hex color #65CB03 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #65CB03 is #9A34FC. Grayscale: #969696. Windows color (decimal): -10106109 or 248677. OLE color: 248677.
HSL color Cylindrical-coordinate representation of color #65CB03: hue angle of 90.6º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #65CB03 is Cyan = 0.50, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 101 | 203 | 3 | - |
| CMYK | 0.50 | 0 | 0.99 | 0.20 |
| HSL | 90.6º | 0.97% | 0.4% | - |
| HSV(B) | 90.6º | 0.99% | 0.8% | - |
| XYZ | 26.74 | 45.49 | 7.46 | - |
| YUV | 149.7 | 45.21 | 93.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 203 | 3 | 0.50 | 0 | 0.99 | 0.20 | 90.6 | 0.97 | 0.4 |
| Hex | 65 | CB | 3 | 32 | 0 | 63 | 14 | 5B | 61 | 28 |
| Octal | 145 | 313 | 3 | 62 | 0 | 143 | 24 | 133 | 141 | 50 |
| Binary | 1100101 | 11001011 | 11 | 110010 | 0 | 1100011 | 10100 | 1011011 | 1100001 | 101000 |
Color Harmonies of #65CB03
Complementary color
Monochromatic Colors of #65CB03
Black with #65CB03
Text Example
Text Example
White with #65CB03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CB03; }
p { color: rgb(101,203,3); }
H1.HeaderClassName
{
color: #65CB03;
}
.AnyTagClassName
{
color: #65CB03;
}
</style>
background-color css
<style>
a { background-color: #65CB03; }
a { background-color: rgb(101,203,3); }
div.DivClassName
{
background-color: #65CB03;
}
.BgClassName
{
background-color: #65CB03;
}
</style>
border-color css
<style>
span { border-color: #65CB03; }
span { border-color: rgb(101,203,3); }
td.TdClassName
{
border-color: #65CB03;
}
.TagClassName
{
border-color: #65CB03;
}
</style>