Shades of Kelly Green #36D70A
Tints of Kelly Green #36D70A
RGB
CMYK
RGB Variations
Color information
#36D70A (or 0x36D70A) is known color: Kelly Green. HEX triplet: 36, D7 and 0A. RGB value is (54,215,10). Sum of RGB (Red+Green+Blue) = 54+215+10=279 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.35% from 279); Green value is 215 (84.38% from 255 or 77.06% from 279); Blue value is 10 (4.30% from 255 or 3.58% from 279); Max value from RGB is 215 - color contains mainly: green. Hex color #36D70A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #36D70A is #C928F5. Grayscale: #909090. Windows color (decimal): -13183222 or 710454. OLE color: 710454.
HSL color Cylindrical-coordinate representation of color #36D70A: hue angle of 107.12º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #36D70A is Cyan = 0.75, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 54 | 215 | 10 | - |
| CMYK | 0.75 | 0 | 0.95 | 0.16 |
| HSL | 107.12º | 0.91% | 0.44% | - |
| HSV(B) | 107.12º | 0.95% | 0.84% | - |
| XYZ | 25.88 | 49.41 | 8.46 | - |
| YUV | 143.49 | 52.66 | 64.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 215 | 10 | 0.75 | 0 | 0.95 | 0.16 | 107.12 | 0.91 | 0.44 |
| Hex | 36 | D7 | A | 4B | 0 | 5F | 10 | 6B | 5B | 2C |
| Octal | 66 | 327 | 12 | 113 | 0 | 137 | 20 | 153 | 133 | 54 |
| Binary | 110110 | 11010111 | 1010 | 1001011 | 0 | 1011111 | 10000 | 1101011 | 1011011 | 101100 |
Color Harmonies of #36D70A
Complementary color
Monochromatic Colors of #36D70A
Black with #36D70A
Text Example
Text Example
White with #36D70A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36D70A; }
p { color: rgb(54,215,10); }
H1.HeaderClassName
{
color: #36D70A;
}
.AnyTagClassName
{
color: #36D70A;
}
</style>
background-color css
<style>
a { background-color: #36D70A; }
a { background-color: rgb(54,215,10); }
div.DivClassName
{
background-color: #36D70A;
}
.BgClassName
{
background-color: #36D70A;
}
</style>
border-color css
<style>
span { border-color: #36D70A; }
span { border-color: rgb(54,215,10); }
td.TdClassName
{
border-color: #36D70A;
}
.TagClassName
{
border-color: #36D70A;
}
</style>