Shades of Kelly Green #38D510
Tints of Kelly Green #38D510
RGB
CMYK
RGB Variations
Color information
#38D510 (or 0x38D510) is known color: Kelly Green. HEX triplet: 38, D5 and 10. RGB value is (56,213,16). Sum of RGB (Red+Green+Blue) = 56+213+16=285 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.65% from 285); Green value is 213 (83.59% from 255 or 74.74% from 285); Blue value is 16 (6.64% from 255 or 5.61% from 285); Max value from RGB is 213 - color contains mainly: green. Hex color #38D510 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #38D510 is #C72AEF. Grayscale: #909090. Windows color (decimal): -13052656 or 1103160. OLE color: 1103160.
HSL color Cylindrical-coordinate representation of color #38D510: hue angle of 107.82º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #38D510 is Cyan = 0.74, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 56 | 213 | 16 | - |
| CMYK | 0.74 | 0 | 0.92 | 0.16 |
| HSL | 107.82º | 0.86% | 0.45% | - |
| HSV(B) | 107.82º | 0.92% | 0.84% | - |
| XYZ | 25.52 | 48.47 | 8.5 | - |
| YUV | 143.6 | 55.99 | 65.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 213 | 16 | 0.74 | 0 | 0.92 | 0.16 | 107.82 | 0.86 | 0.45 |
| Hex | 38 | D5 | 10 | 4A | 0 | 5C | 10 | 6C | 56 | 2D |
| Octal | 70 | 325 | 20 | 112 | 0 | 134 | 20 | 154 | 126 | 55 |
| Binary | 111000 | 11010101 | 10000 | 1001010 | 0 | 1011100 | 10000 | 1101100 | 1010110 | 101101 |
Color Harmonies of #38D510
Complementary color
Monochromatic Colors of #38D510
Black with #38D510
Text Example
Text Example
White with #38D510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D510; }
p { color: rgb(56,213,16); }
H1.HeaderClassName
{
color: #38D510;
}
.AnyTagClassName
{
color: #38D510;
}
</style>
background-color css
<style>
a { background-color: #38D510; }
a { background-color: rgb(56,213,16); }
div.DivClassName
{
background-color: #38D510;
}
.BgClassName
{
background-color: #38D510;
}
</style>
border-color css
<style>
span { border-color: #38D510; }
span { border-color: rgb(56,213,16); }
td.TdClassName
{
border-color: #38D510;
}
.TagClassName
{
border-color: #38D510;
}
</style>