Shades of Kelly Green #38C71B
Tints of Kelly Green #38C71B
RGB
CMYK
RGB Variations
Color information
#38C71B (or 0x38C71B) is known color: Kelly Green. HEX triplet: 38, C7 and 1B. RGB value is (56,199,27). Sum of RGB (Red+Green+Blue) = 56+199+27=282 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.86% from 282); Green value is 199 (78.12% from 255 or 70.57% from 282); Blue value is 27 (10.94% from 255 or 9.57% from 282); Max value from RGB is 199 - color contains mainly: green. Hex color #38C71B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38C71B is #C738E4. Grayscale: #898989. Windows color (decimal): -13056229 or 1820472. OLE color: 1820472.
HSL color Cylindrical-coordinate representation of color #38C71B: hue angle of 109.88º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #38C71B is Cyan = 0.72, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 56 | 199 | 27 | - |
| CMYK | 0.72 | 0 | 0.86 | 0.22 |
| HSL | 109.88º | 0.76% | 0.44% | - |
| HSV(B) | 109.88º | 0.86% | 0.78% | - |
| XYZ | 22.25 | 41.77 | 7.93 | - |
| YUV | 136.64 | 66.12 | 70.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 199 | 27 | 0.72 | 0 | 0.86 | 0.22 | 109.88 | 0.76 | 0.44 |
| Hex | 38 | C7 | 1B | 48 | 0 | 56 | 16 | 6E | 4C | 2C |
| Octal | 70 | 307 | 33 | 110 | 0 | 126 | 26 | 156 | 114 | 54 |
| Binary | 111000 | 11000111 | 11011 | 1001000 | 0 | 1010110 | 10110 | 1101110 | 1001100 | 101100 |
Color Harmonies of #38C71B
Complementary color
Monochromatic Colors of #38C71B
Black with #38C71B
Text Example
Text Example
White with #38C71B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38C71B; }
p { color: rgb(56,199,27); }
H1.HeaderClassName
{
color: #38C71B;
}
.AnyTagClassName
{
color: #38C71B;
}
</style>
background-color css
<style>
a { background-color: #38C71B; }
a { background-color: rgb(56,199,27); }
div.DivClassName
{
background-color: #38C71B;
}
.BgClassName
{
background-color: #38C71B;
}
</style>
border-color css
<style>
span { border-color: #38C71B; }
span { border-color: rgb(56,199,27); }
td.TdClassName
{
border-color: #38C71B;
}
.TagClassName
{
border-color: #38C71B;
}
</style>