Shades of Kelly Green #6BCD1F
Tints of Kelly Green #6BCD1F
RGB
CMYK
RGB Variations
Color information
#6BCD1F (or 0x6BCD1F) is known color: Kelly Green. HEX triplet: 6B, CD and 1F. RGB value is (107,205,31). Sum of RGB (Red+Green+Blue) = 107+205+31=343 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.20% from 343); Green value is 205 (80.47% from 255 or 59.77% from 343); Blue value is 31 (12.5% from 255 or 9.04% from 343); Max value from RGB is 205 - color contains mainly: green. Hex color #6BCD1F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6BCD1F is #9432E0. Grayscale: #9C9C9C. Windows color (decimal): -9712353 or 2084203. OLE color: 2084203.
HSL color Cylindrical-coordinate representation of color #6BCD1F: hue angle of 93.79º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6BCD1F is Cyan = 0.48, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 107 | 205 | 31 | - |
| CMYK | 0.48 | 0 | 0.85 | 0.20 |
| HSL | 93.79º | 0.74% | 0.46% | - |
| HSV(B) | 93.79º | 0.85% | 0.8% | - |
| XYZ | 28.14 | 46.89 | 8.86 | - |
| YUV | 155.86 | 57.53 | 93.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 205 | 31 | 0.48 | 0 | 0.85 | 0.20 | 93.79 | 0.74 | 0.46 |
| Hex | 6B | CD | 1F | 30 | 0 | 55 | 14 | 5E | 4A | 2E |
| Octal | 153 | 315 | 37 | 60 | 0 | 125 | 24 | 136 | 112 | 56 |
| Binary | 1101011 | 11001101 | 11111 | 110000 | 0 | 1010101 | 10100 | 1011110 | 1001010 | 101110 |
Color Harmonies of #6BCD1F
Complementary color
Monochromatic Colors of #6BCD1F
Black with #6BCD1F
Text Example
Text Example
White with #6BCD1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCD1F; }
p { color: rgb(107,205,31); }
H1.HeaderClassName
{
color: #6BCD1F;
}
.AnyTagClassName
{
color: #6BCD1F;
}
</style>
background-color css
<style>
a { background-color: #6BCD1F; }
a { background-color: rgb(107,205,31); }
div.DivClassName
{
background-color: #6BCD1F;
}
.BgClassName
{
background-color: #6BCD1F;
}
</style>
border-color css
<style>
span { border-color: #6BCD1F; }
span { border-color: rgb(107,205,31); }
td.TdClassName
{
border-color: #6BCD1F;
}
.TagClassName
{
border-color: #6BCD1F;
}
</style>