Shades of Kelly Green #38B10F
Tints of Kelly Green #38B10F
RGB
CMYK
RGB Variations
Color information
#38B10F (or 0x38B10F) is known color: Kelly Green. HEX triplet: 38, B1 and 0F. RGB value is (56,177,15). Sum of RGB (Red+Green+Blue) = 56+177+15=248 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.58% from 248); Green value is 177 (69.53% from 255 or 71.37% from 248); Blue value is 15 (6.25% from 255 or 6.05% from 248); Max value from RGB is 177 - color contains mainly: green. Hex color #38B10F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #38B10F is #C74EF0. Grayscale: #7A7A7A. Windows color (decimal): -13061873 or 1028408. OLE color: 1028408.
HSL color Cylindrical-coordinate representation of color #38B10F: hue angle of 104.81º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #38B10F is Cyan = 0.68, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 56 | 177 | 15 | - |
| CMYK | 0.68 | 0 | 0.92 | 0.31 |
| HSL | 104.81º | 0.84% | 0.38% | - |
| HSV(B) | 104.81º | 0.92% | 0.69% | - |
| XYZ | 17.44 | 32.32 | 5.77 | - |
| YUV | 122.35 | 67.41 | 80.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 177 | 15 | 0.68 | 0 | 0.92 | 0.31 | 104.81 | 0.84 | 0.38 |
| Hex | 38 | B1 | F | 44 | 0 | 5C | 1F | 69 | 54 | 26 |
| Octal | 70 | 261 | 17 | 104 | 0 | 134 | 37 | 151 | 124 | 46 |
| Binary | 111000 | 10110001 | 1111 | 1000100 | 0 | 1011100 | 11111 | 1101001 | 1010100 | 100110 |
Color Harmonies of #38B10F
Complementary color
Monochromatic Colors of #38B10F
Black with #38B10F
Text Example
Text Example
White with #38B10F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38B10F; }
p { color: rgb(56,177,15); }
H1.HeaderClassName
{
color: #38B10F;
}
.AnyTagClassName
{
color: #38B10F;
}
</style>
background-color css
<style>
a { background-color: #38B10F; }
a { background-color: rgb(56,177,15); }
div.DivClassName
{
background-color: #38B10F;
}
.BgClassName
{
background-color: #38B10F;
}
</style>
border-color css
<style>
span { border-color: #38B10F; }
span { border-color: rgb(56,177,15); }
td.TdClassName
{
border-color: #38B10F;
}
.TagClassName
{
border-color: #38B10F;
}
</style>