Shades of Kelly Green #38B423
Tints of Kelly Green #38B423
RGB
CMYK
RGB Variations
Color information
#38B423 (or 0x38B423) is known color: Kelly Green. HEX triplet: 38, B4 and 23. RGB value is (56,180,35). Sum of RGB (Red+Green+Blue) = 56+180+35=271 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.66% from 271); Green value is 180 (70.70% from 255 or 66.42% from 271); Blue value is 35 (14.06% from 255 or 12.92% from 271); Max value from RGB is 180 - color contains mainly: green. Hex color #38B423 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38B423 is #C74BDC. Grayscale: #7E7E7E. Windows color (decimal): -13061085 or 2339896. OLE color: 2339896.
HSL color Cylindrical-coordinate representation of color #38B423: hue angle of 111.31º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #38B423 is Cyan = 0.69, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 56 | 180 | 35 | - |
| CMYK | 0.69 | 0 | 0.81 | 0.29 |
| HSL | 111.31º | 0.67% | 0.42% | - |
| HSV(B) | 111.31º | 0.81% | 0.71% | - |
| XYZ | 18.26 | 33.6 | 7.11 | - |
| YUV | 126.39 | 76.42 | 77.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 180 | 35 | 0.69 | 0 | 0.81 | 0.29 | 111.31 | 0.67 | 0.42 |
| Hex | 38 | B4 | 23 | 45 | 0 | 51 | 1D | 6F | 43 | 2A |
| Octal | 70 | 264 | 43 | 105 | 0 | 121 | 35 | 157 | 103 | 52 |
| Binary | 111000 | 10110100 | 100011 | 1000101 | 0 | 1010001 | 11101 | 1101111 | 1000011 | 101010 |
Color Harmonies of #38B423
Complementary color
Monochromatic Colors of #38B423
Black with #38B423
Text Example
Text Example
White with #38B423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38B423; }
p { color: rgb(56,180,35); }
H1.HeaderClassName
{
color: #38B423;
}
.AnyTagClassName
{
color: #38B423;
}
</style>
background-color css
<style>
a { background-color: #38B423; }
a { background-color: rgb(56,180,35); }
div.DivClassName
{
background-color: #38B423;
}
.BgClassName
{
background-color: #38B423;
}
</style>
border-color css
<style>
span { border-color: #38B423; }
span { border-color: rgb(56,180,35); }
td.TdClassName
{
border-color: #38B423;
}
.TagClassName
{
border-color: #38B423;
}
</style>