Shades of Kelly Green #38BE1D
Tints of Kelly Green #38BE1D
RGB
CMYK
RGB Variations
Color information
#38BE1D (or 0x38BE1D) is known color: Kelly Green. HEX triplet: 38, BE and 1D. RGB value is (56,190,29). Sum of RGB (Red+Green+Blue) = 56+190+29=275 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.36% from 275); Green value is 190 (74.61% from 255 or 69.09% from 275); Blue value is 29 (11.72% from 255 or 10.55% from 275); Max value from RGB is 190 - color contains mainly: green. Hex color #38BE1D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38BE1D is #C741E2. Grayscale: #848484. Windows color (decimal): -13058531 or 1949240. OLE color: 1949240.
HSL color Cylindrical-coordinate representation of color #38BE1D: hue angle of 109.94º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #38BE1D is Cyan = 0.71, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 56 | 190 | 29 | - |
| CMYK | 0.71 | 0 | 0.85 | 0.25 |
| HSL | 109.94º | 0.74% | 0.43% | - |
| HSV(B) | 109.94º | 0.85% | 0.75% | - |
| XYZ | 20.27 | 37.76 | 7.38 | - |
| YUV | 131.58 | 70.11 | 74.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 190 | 29 | 0.71 | 0 | 0.85 | 0.25 | 109.94 | 0.74 | 0.43 |
| Hex | 38 | BE | 1D | 47 | 0 | 55 | 19 | 6E | 4A | 2B |
| Octal | 70 | 276 | 35 | 107 | 0 | 125 | 31 | 156 | 112 | 53 |
| Binary | 111000 | 10111110 | 11101 | 1000111 | 0 | 1010101 | 11001 | 1101110 | 1001010 | 101011 |
Color Harmonies of #38BE1D
Complementary color
Monochromatic Colors of #38BE1D
Black with #38BE1D
Text Example
Text Example
White with #38BE1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38BE1D; }
p { color: rgb(56,190,29); }
H1.HeaderClassName
{
color: #38BE1D;
}
.AnyTagClassName
{
color: #38BE1D;
}
</style>
background-color css
<style>
a { background-color: #38BE1D; }
a { background-color: rgb(56,190,29); }
div.DivClassName
{
background-color: #38BE1D;
}
.BgClassName
{
background-color: #38BE1D;
}
</style>
border-color css
<style>
span { border-color: #38BE1D; }
span { border-color: rgb(56,190,29); }
td.TdClassName
{
border-color: #38BE1D;
}
.TagClassName
{
border-color: #38BE1D;
}
</style>