Shades of Kelly Green #38B521
Tints of Kelly Green #38B521
RGB
CMYK
RGB Variations
Color information
#38B521 (or 0x38B521) is known color: Kelly Green. HEX triplet: 38, B5 and 21. RGB value is (56,181,33). Sum of RGB (Red+Green+Blue) = 56+181+33=270 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.74% from 270); Green value is 181 (71.09% from 255 or 67.04% from 270); Blue value is 33 (13.28% from 255 or 12.22% from 270); Max value from RGB is 181 - color contains mainly: green. Hex color #38B521 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38B521 is #C74ADE. Grayscale: #7F7F7F. Windows color (decimal): -13060831 or 2209080. OLE color: 2209080.
HSL color Cylindrical-coordinate representation of color #38B521: hue angle of 110.68º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #38B521 is Cyan = 0.69, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 56 | 181 | 33 | - |
| CMYK | 0.69 | 0 | 0.82 | 0.29 |
| HSL | 110.68º | 0.69% | 0.42% | - |
| HSV(B) | 110.68º | 0.82% | 0.71% | - |
| XYZ | 18.43 | 34 | 7.03 | - |
| YUV | 126.75 | 75.09 | 77.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 181 | 33 | 0.69 | 0 | 0.82 | 0.29 | 110.68 | 0.69 | 0.42 |
| Hex | 38 | B5 | 21 | 45 | 0 | 52 | 1D | 6F | 45 | 2A |
| Octal | 70 | 265 | 41 | 105 | 0 | 122 | 35 | 157 | 105 | 52 |
| Binary | 111000 | 10110101 | 100001 | 1000101 | 0 | 1010010 | 11101 | 1101111 | 1000101 | 101010 |
Color Harmonies of #38B521
Complementary color
Monochromatic Colors of #38B521
Black with #38B521
Text Example
Text Example
White with #38B521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38B521; }
p { color: rgb(56,181,33); }
H1.HeaderClassName
{
color: #38B521;
}
.AnyTagClassName
{
color: #38B521;
}
</style>
background-color css
<style>
a { background-color: #38B521; }
a { background-color: rgb(56,181,33); }
div.DivClassName
{
background-color: #38B521;
}
.BgClassName
{
background-color: #38B521;
}
</style>
border-color css
<style>
span { border-color: #38B521; }
span { border-color: rgb(56,181,33); }
td.TdClassName
{
border-color: #38B521;
}
.TagClassName
{
border-color: #38B521;
}
</style>