Shades of Kelly Green #38AB0D
Tints of Kelly Green #38AB0D
RGB
CMYK
RGB Variations
Color information
#38AB0D (or 0x38AB0D) is known color: Kelly Green. HEX triplet: 38, AB and 0D. RGB value is (56,171,13). Sum of RGB (Red+Green+Blue) = 56+171+13=240 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.33% from 240); Green value is 171 (67.19% from 255 or 71.25% from 240); Blue value is 13 (5.47% from 255 or 5.42% from 240); Max value from RGB is 171 - color contains mainly: green. Hex color #38AB0D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #38AB0D is #C754F2. Grayscale: #777777. Windows color (decimal): -13063411 or 895800. OLE color: 895800.
HSL color Cylindrical-coordinate representation of color #38AB0D: hue angle of 103.67º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #38AB0D is Cyan = 0.67, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 56 | 171 | 13 | - |
| CMYK | 0.67 | 0 | 0.92 | 0.33 |
| HSL | 103.67º | 0.86% | 0.36% | - |
| HSV(B) | 103.67º | 0.92% | 0.67% | - |
| XYZ | 16.27 | 30 | 5.31 | - |
| YUV | 118.6 | 68.4 | 83.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 171 | 13 | 0.67 | 0 | 0.92 | 0.33 | 103.67 | 0.86 | 0.36 |
| Hex | 38 | AB | D | 43 | 0 | 5C | 21 | 68 | 56 | 24 |
| Octal | 70 | 253 | 15 | 103 | 0 | 134 | 41 | 150 | 126 | 44 |
| Binary | 111000 | 10101011 | 1101 | 1000011 | 0 | 1011100 | 100001 | 1101000 | 1010110 | 100100 |
Color Harmonies of #38AB0D
Complementary color
Monochromatic Colors of #38AB0D
Black with #38AB0D
Text Example
Text Example
White with #38AB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38AB0D; }
p { color: rgb(56,171,13); }
H1.HeaderClassName
{
color: #38AB0D;
}
.AnyTagClassName
{
color: #38AB0D;
}
</style>
background-color css
<style>
a { background-color: #38AB0D; }
a { background-color: rgb(56,171,13); }
div.DivClassName
{
background-color: #38AB0D;
}
.BgClassName
{
background-color: #38AB0D;
}
</style>
border-color css
<style>
span { border-color: #38AB0D; }
span { border-color: rgb(56,171,13); }
td.TdClassName
{
border-color: #38AB0D;
}
.TagClassName
{
border-color: #38AB0D;
}
</style>