Shades of Kelly Green #6BD02A
Tints of Kelly Green #6BD02A
RGB
CMYK
RGB Variations
Color information
#6BD02A (or 0x6BD02A) is known color: Kelly Green. HEX triplet: 6B, D0 and 2A. RGB value is (107,208,42). Sum of RGB (Red+Green+Blue) = 107+208+42=357 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.97% from 357); Green value is 208 (81.64% from 255 or 58.26% from 357); Blue value is 42 (16.80% from 255 or 11.76% from 357); Max value from RGB is 208 - color contains mainly: green. Hex color #6BD02A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6BD02A is #942FD5. Grayscale: #9F9F9F. Windows color (decimal): -9711574 or 2805867. OLE color: 2805867.
HSL color Cylindrical-coordinate representation of color #6BD02A: hue angle of 96.51º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6BD02A is Cyan = 0.49, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 107 | 208 | 42 | - |
| CMYK | 0.49 | 0 | 0.80 | 0.18 |
| HSL | 96.51º | 0.66% | 0.49% | - |
| HSV(B) | 96.51º | 0.8% | 0.82% | - |
| XYZ | 29.04 | 48.4 | 10 | - |
| YUV | 158.88 | 62.04 | 91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 208 | 42 | 0.49 | 0 | 0.80 | 0.18 | 96.51 | 0.66 | 0.49 |
| Hex | 6B | D0 | 2A | 31 | 0 | 50 | 12 | 61 | 42 | 31 |
| Octal | 153 | 320 | 52 | 61 | 0 | 120 | 22 | 141 | 102 | 61 |
| Binary | 1101011 | 11010000 | 101010 | 110001 | 0 | 1010000 | 10010 | 1100001 | 1000010 | 110001 |
Color Harmonies of #6BD02A
Complementary color
Monochromatic Colors of #6BD02A
Black with #6BD02A
Text Example
Text Example
White with #6BD02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BD02A; }
p { color: rgb(107,208,42); }
H1.HeaderClassName
{
color: #6BD02A;
}
.AnyTagClassName
{
color: #6BD02A;
}
</style>
background-color css
<style>
a { background-color: #6BD02A; }
a { background-color: rgb(107,208,42); }
div.DivClassName
{
background-color: #6BD02A;
}
.BgClassName
{
background-color: #6BD02A;
}
</style>
border-color css
<style>
span { border-color: #6BD02A; }
span { border-color: rgb(107,208,42); }
td.TdClassName
{
border-color: #6BD02A;
}
.TagClassName
{
border-color: #6BD02A;
}
</style>