Shades of Kelly Green #38CF07
Tints of Kelly Green #38CF07
RGB
CMYK
RGB Variations
Color information
#38CF07 (or 0x38CF07) is known color: Kelly Green. HEX triplet: 38, CF and 07. RGB value is (56,207,7). Sum of RGB (Red+Green+Blue) = 56+207+7=270 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.74% from 270); Green value is 207 (81.25% from 255 or 76.67% from 270); Blue value is 7 (3.12% from 255 or 2.59% from 270); Max value from RGB is 207 - color contains mainly: green. Hex color #38CF07 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #38CF07 is #C730F8. Grayscale: #8B8B8B. Windows color (decimal): -13054201 or 511800. OLE color: 511800.
HSL color Cylindrical-coordinate representation of color #38CF07: hue angle of 105.3º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #38CF07 is Cyan = 0.73, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 56 | 207 | 7 | - |
| CMYK | 0.73 | 0 | 0.97 | 0.19 |
| HSL | 105.3º | 0.93% | 0.42% | - |
| HSV(B) | 105.3º | 0.97% | 0.81% | - |
| XYZ | 23.98 | 45.48 | 7.72 | - |
| YUV | 139.05 | 53.47 | 68.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 207 | 7 | 0.73 | 0 | 0.97 | 0.19 | 105.3 | 0.93 | 0.42 |
| Hex | 38 | CF | 7 | 49 | 0 | 61 | 13 | 69 | 5D | 2A |
| Octal | 70 | 317 | 7 | 111 | 0 | 141 | 23 | 151 | 135 | 52 |
| Binary | 111000 | 11001111 | 111 | 1001001 | 0 | 1100001 | 10011 | 1101001 | 1011101 | 101010 |
Color Harmonies of #38CF07
Complementary color
Monochromatic Colors of #38CF07
Black with #38CF07
Text Example
Text Example
White with #38CF07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38CF07; }
p { color: rgb(56,207,7); }
H1.HeaderClassName
{
color: #38CF07;
}
.AnyTagClassName
{
color: #38CF07;
}
</style>
background-color css
<style>
a { background-color: #38CF07; }
a { background-color: rgb(56,207,7); }
div.DivClassName
{
background-color: #38CF07;
}
.BgClassName
{
background-color: #38CF07;
}
</style>
border-color css
<style>
span { border-color: #38CF07; }
span { border-color: rgb(56,207,7); }
td.TdClassName
{
border-color: #38CF07;
}
.TagClassName
{
border-color: #38CF07;
}
</style>