Shades of Kelly Green #67CA01
Tints of Kelly Green #67CA01
RGB
CMYK
RGB Variations
Color information
#67CA01 (or 0x67CA01) is known color: Kelly Green. HEX triplet: 67, CA and 01. RGB value is (103,202,1). Sum of RGB (Red+Green+Blue) = 103+202+1=306 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.66% from 306); Green value is 202 (79.30% from 255 or 66.01% from 306); Blue value is 1 (0.78% from 255 or 0.33% from 306); Max value from RGB is 202 - color contains mainly: green. Hex color #67CA01 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #67CA01 is #9835FE. Grayscale: #969696. Windows color (decimal): -9975295 or 117351. OLE color: 117351.
HSL color Cylindrical-coordinate representation of color #67CA01: hue angle of 89.55º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #67CA01 is Cyan = 0.49, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 103 | 202 | 1 | - |
| CMYK | 0.49 | 0 | 1.00 | 0.21 |
| HSL | 89.55º | 0.99% | 0.4% | - |
| HSV(B) | 89.55º | 1% | 0.79% | - |
| XYZ | 26.72 | 45.13 | 7.33 | - |
| YUV | 149.49 | 44.2 | 94.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 202 | 1 | 0.49 | 0 | 1.00 | 0.21 | 89.55 | 0.99 | 0.4 |
| Hex | 67 | CA | 1 | 31 | 0 | 64 | 15 | 5A | 63 | 28 |
| Octal | 147 | 312 | 1 | 61 | 0 | 144 | 25 | 132 | 143 | 50 |
| Binary | 1100111 | 11001010 | 1 | 110001 | 0 | 1100100 | 10101 | 1011010 | 1100011 | 101000 |
Color Harmonies of #67CA01
Complementary color
Monochromatic Colors of #67CA01
Black with #67CA01
Text Example
Text Example
White with #67CA01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67CA01; }
p { color: rgb(103,202,1); }
H1.HeaderClassName
{
color: #67CA01;
}
.AnyTagClassName
{
color: #67CA01;
}
</style>
background-color css
<style>
a { background-color: #67CA01; }
a { background-color: rgb(103,202,1); }
div.DivClassName
{
background-color: #67CA01;
}
.BgClassName
{
background-color: #67CA01;
}
</style>
border-color css
<style>
span { border-color: #67CA01; }
span { border-color: rgb(103,202,1); }
td.TdClassName
{
border-color: #67CA01;
}
.TagClassName
{
border-color: #67CA01;
}
</style>