Shades of Kelly Green #38A925
Tints of Kelly Green #38A925
RGB
CMYK
RGB Variations
Color information
#38A925 (or 0x38A925) is known color: Kelly Green. HEX triplet: 38, A9 and 25. RGB value is (56,169,37). Sum of RGB (Red+Green+Blue) = 56+169+37=262 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.37% from 262); Green value is 169 (66.41% from 255 or 64.50% from 262); Blue value is 37 (14.84% from 255 or 14.12% from 262); Max value from RGB is 169 - color contains mainly: green. Hex color #38A925 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38A925 is #C756DA. Grayscale: #787878. Windows color (decimal): -13063899 or 2468152. OLE color: 2468152.
HSL color Cylindrical-coordinate representation of color #38A925: hue angle of 111.36º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38A925 is Cyan = 0.67, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 56 | 169 | 37 | - |
| CMYK | 0.67 | 0 | 0.78 | 0.34 |
| HSL | 111.36º | 0.64% | 0.4% | - |
| HSV(B) | 111.36º | 0.78% | 0.66% | - |
| XYZ | 16.15 | 29.35 | 6.56 | - |
| YUV | 120.17 | 81.06 | 82.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 169 | 37 | 0.67 | 0 | 0.78 | 0.34 | 111.36 | 0.64 | 0.4 |
| Hex | 38 | A9 | 25 | 43 | 0 | 4E | 22 | 6F | 40 | 28 |
| Octal | 70 | 251 | 45 | 103 | 0 | 116 | 42 | 157 | 100 | 50 |
| Binary | 111000 | 10101001 | 100101 | 1000011 | 0 | 1001110 | 100010 | 1101111 | 1000000 | 101000 |
Color Harmonies of #38A925
Complementary color
Monochromatic Colors of #38A925
Black with #38A925
Text Example
Text Example
White with #38A925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38A925; }
p { color: rgb(56,169,37); }
H1.HeaderClassName
{
color: #38A925;
}
.AnyTagClassName
{
color: #38A925;
}
</style>
background-color css
<style>
a { background-color: #38A925; }
a { background-color: rgb(56,169,37); }
div.DivClassName
{
background-color: #38A925;
}
.BgClassName
{
background-color: #38A925;
}
</style>
border-color css
<style>
span { border-color: #38A925; }
span { border-color: rgb(56,169,37); }
td.TdClassName
{
border-color: #38A925;
}
.TagClassName
{
border-color: #38A925;
}
</style>