Shades of Kelly Green #6BCD1E
Tints of Kelly Green #6BCD1E
RGB
CMYK
RGB Variations
Color information
#6BCD1E (or 0x6BCD1E) is known color: Kelly Green. HEX triplet: 6B, CD and 1E. RGB value is (107,205,30). Sum of RGB (Red+Green+Blue) = 107+205+30=342 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.29% from 342); Green value is 205 (80.47% from 255 or 59.94% from 342); Blue value is 30 (12.11% from 255 or 8.77% from 342); Max value from RGB is 205 - color contains mainly: green. Hex color #6BCD1E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6BCD1E is #9432E1. Grayscale: #9C9C9C. Windows color (decimal): -9712354 or 2018667. OLE color: 2018667.
HSL color Cylindrical-coordinate representation of color #6BCD1E: hue angle of 93.6º 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 #6BCD1E is Cyan = 0.48, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 107 | 205 | 30 | - |
| CMYK | 0.48 | 0 | 0.85 | 0.20 |
| HSL | 93.6º | 0.74% | 0.46% | - |
| HSV(B) | 93.6º | 0.85% | 0.8% | - |
| XYZ | 28.13 | 46.88 | 8.79 | - |
| YUV | 155.75 | 57.03 | 93.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 205 | 30 | 0.48 | 0 | 0.85 | 0.20 | 93.6 | 0.74 | 0.46 |
| Hex | 6B | CD | 1E | 30 | 0 | 55 | 14 | 5E | 4A | 2E |
| Octal | 153 | 315 | 36 | 60 | 0 | 125 | 24 | 136 | 112 | 56 |
| Binary | 1101011 | 11001101 | 11110 | 110000 | 0 | 1010101 | 10100 | 1011110 | 1001010 | 101110 |
Color Harmonies of #6BCD1E
Complementary color
Monochromatic Colors of #6BCD1E
Black with #6BCD1E
Text Example
Text Example
White with #6BCD1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCD1E; }
p { color: rgb(107,205,30); }
H1.HeaderClassName
{
color: #6BCD1E;
}
.AnyTagClassName
{
color: #6BCD1E;
}
</style>
background-color css
<style>
a { background-color: #6BCD1E; }
a { background-color: rgb(107,205,30); }
div.DivClassName
{
background-color: #6BCD1E;
}
.BgClassName
{
background-color: #6BCD1E;
}
</style>
border-color css
<style>
span { border-color: #6BCD1E; }
span { border-color: rgb(107,205,30); }
td.TdClassName
{
border-color: #6BCD1E;
}
.TagClassName
{
border-color: #6BCD1E;
}
</style>