Shades of Kelly Green #67D80F
Tints of Kelly Green #67D80F
RGB
CMYK
RGB Variations
Color information
#67D80F (or 0x67D80F) is known color: Kelly Green. HEX triplet: 67, D8 and 0F. RGB value is (103,216,15). Sum of RGB (Red+Green+Blue) = 103+216+15=334 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.84% from 334); Green value is 216 (84.77% from 255 or 64.67% from 334); Blue value is 15 (6.25% from 255 or 4.49% from 334); Max value from RGB is 216 - color contains mainly: green. Hex color #67D80F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #67D80F is #9827F0. Grayscale: #9F9F9F. Windows color (decimal): -9971697 or 1038439. OLE color: 1038439.
HSL color Cylindrical-coordinate representation of color #67D80F: hue angle of 93.73º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #67D80F is Cyan = 0.52, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 103 | 216 | 15 | - |
| CMYK | 0.52 | 0 | 0.93 | 0.15 |
| HSL | 93.73º | 0.87% | 0.45% | - |
| HSV(B) | 93.73º | 0.93% | 0.85% | - |
| XYZ | 30.24 | 52.03 | 8.9 | - |
| YUV | 159.3 | 46.56 | 87.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 216 | 15 | 0.52 | 0 | 0.93 | 0.15 | 93.73 | 0.87 | 0.45 |
| Hex | 67 | D8 | F | 34 | 0 | 5D | F | 5E | 57 | 2D |
| Octal | 147 | 330 | 17 | 64 | 0 | 135 | 17 | 136 | 127 | 55 |
| Binary | 1100111 | 11011000 | 1111 | 110100 | 0 | 1011101 | 1111 | 1011110 | 1010111 | 101101 |
Color Harmonies of #67D80F
Complementary color
Monochromatic Colors of #67D80F
Black with #67D80F
Text Example
Text Example
White with #67D80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67D80F; }
p { color: rgb(103,216,15); }
H1.HeaderClassName
{
color: #67D80F;
}
.AnyTagClassName
{
color: #67D80F;
}
</style>
background-color css
<style>
a { background-color: #67D80F; }
a { background-color: rgb(103,216,15); }
div.DivClassName
{
background-color: #67D80F;
}
.BgClassName
{
background-color: #67D80F;
}
</style>
border-color css
<style>
span { border-color: #67D80F; }
span { border-color: rgb(103,216,15); }
td.TdClassName
{
border-color: #67D80F;
}
.TagClassName
{
border-color: #67D80F;
}
</style>