Shades of Kelly Green #67C328
Tints of Kelly Green #67C328
RGB
CMYK
RGB Variations
Color information
#67C328 (or 0x67C328) is known color: Kelly Green. HEX triplet: 67, C3 and 28. RGB value is (103,195,40). Sum of RGB (Red+Green+Blue) = 103+195+40=338 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.47% from 338); Green value is 195 (76.56% from 255 or 57.69% from 338); Blue value is 40 (16.02% from 255 or 11.83% from 338); Max value from RGB is 195 - color contains mainly: green. Hex color #67C328 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #67C328 is #983CD7. Grayscale: #969696. Windows color (decimal): -9977048 or 2671463. OLE color: 2671463.
HSL color Cylindrical-coordinate representation of color #67C328: hue angle of 95.61º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #67C328 is Cyan = 0.47, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 103 | 195 | 40 | - |
| CMYK | 0.47 | 0 | 0.79 | 0.24 |
| HSL | 95.61º | 0.66% | 0.46% | - |
| HSV(B) | 95.61º | 0.79% | 0.76% | - |
| XYZ | 25.49 | 42.07 | 8.78 | - |
| YUV | 149.82 | 66.02 | 94.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 195 | 40 | 0.47 | 0 | 0.79 | 0.24 | 95.61 | 0.66 | 0.46 |
| Hex | 67 | C3 | 28 | 2F | 0 | 4F | 18 | 60 | 42 | 2E |
| Octal | 147 | 303 | 50 | 57 | 0 | 117 | 30 | 140 | 102 | 56 |
| Binary | 1100111 | 11000011 | 101000 | 101111 | 0 | 1001111 | 11000 | 1100000 | 1000010 | 101110 |
Color Harmonies of #67C328
Complementary color
Monochromatic Colors of #67C328
Black with #67C328
Text Example
Text Example
White with #67C328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67C328; }
p { color: rgb(103,195,40); }
H1.HeaderClassName
{
color: #67C328;
}
.AnyTagClassName
{
color: #67C328;
}
</style>
background-color css
<style>
a { background-color: #67C328; }
a { background-color: rgb(103,195,40); }
div.DivClassName
{
background-color: #67C328;
}
.BgClassName
{
background-color: #67C328;
}
</style>
border-color css
<style>
span { border-color: #67C328; }
span { border-color: rgb(103,195,40); }
td.TdClassName
{
border-color: #67C328;
}
.TagClassName
{
border-color: #67C328;
}
</style>