Shades of Kelly Green #38D403
Tints of Kelly Green #38D403
RGB
CMYK
RGB Variations
Color information
#38D403 (or 0x38D403) is known color: Kelly Green. HEX triplet: 38, D4 and 03. RGB value is (56,212,3). Sum of RGB (Red+Green+Blue) = 56+212+3=271 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.66% from 271); Green value is 212 (83.20% from 255 or 78.23% from 271); Blue value is 3 (1.56% from 255 or 1.11% from 271); Max value from RGB is 212 - color contains mainly: green. Hex color #38D403 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #38D403 is #C72BFC. Grayscale: #8E8E8E. Windows color (decimal): -13052925 or 250936. OLE color: 250936.
HSL color Cylindrical-coordinate representation of color #38D403: hue angle of 104.78º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #38D403 is Cyan = 0.74, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 56 | 212 | 3 | - |
| CMYK | 0.74 | 0 | 0.99 | 0.17 |
| HSL | 104.78º | 0.97% | 0.42% | - |
| HSV(B) | 104.78º | 0.99% | 0.83% | - |
| XYZ | 25.19 | 47.93 | 8.01 | - |
| YUV | 141.53 | 49.82 | 66.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 212 | 3 | 0.74 | 0 | 0.99 | 0.17 | 104.78 | 0.97 | 0.42 |
| Hex | 38 | D4 | 3 | 4A | 0 | 63 | 11 | 69 | 61 | 2A |
| Octal | 70 | 324 | 3 | 112 | 0 | 143 | 21 | 151 | 141 | 52 |
| Binary | 111000 | 11010100 | 11 | 1001010 | 0 | 1100011 | 10001 | 1101001 | 1100001 | 101010 |
Color Harmonies of #38D403
Complementary color
Monochromatic Colors of #38D403
Black with #38D403
Text Example
Text Example
White with #38D403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D403; }
p { color: rgb(56,212,3); }
H1.HeaderClassName
{
color: #38D403;
}
.AnyTagClassName
{
color: #38D403;
}
</style>
background-color css
<style>
a { background-color: #38D403; }
a { background-color: rgb(56,212,3); }
div.DivClassName
{
background-color: #38D403;
}
.BgClassName
{
background-color: #38D403;
}
</style>
border-color css
<style>
span { border-color: #38D403; }
span { border-color: rgb(56,212,3); }
td.TdClassName
{
border-color: #38D403;
}
.TagClassName
{
border-color: #38D403;
}
</style>