Shades of Kelly Green #38C303
Tints of Kelly Green #38C303
RGB
CMYK
RGB Variations
Color information
#38C303 (or 0x38C303) is known color: Kelly Green. HEX triplet: 38, C3 and 03. RGB value is (56,195,3). Sum of RGB (Red+Green+Blue) = 56+195+3=254 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.05% from 254); Green value is 195 (76.56% from 255 or 76.77% from 254); Blue value is 3 (1.56% from 255 or 1.18% from 254); Max value from RGB is 195 - color contains mainly: green. Hex color #38C303 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #38C303 is #C73CFC. Grayscale: #848484. Windows color (decimal): -13057277 or 246584. OLE color: 246584.
HSL color Cylindrical-coordinate representation of color #38C303: hue angle of 103.44º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #38C303 is Cyan = 0.71, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 56 | 195 | 3 | - |
| CMYK | 0.71 | 0 | 0.98 | 0.24 |
| HSL | 103.44º | 0.97% | 0.39% | - |
| HSV(B) | 103.44º | 0.98% | 0.76% | - |
| XYZ | 21.16 | 39.88 | 6.67 | - |
| YUV | 131.55 | 55.45 | 74.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 195 | 3 | 0.71 | 0 | 0.98 | 0.24 | 103.44 | 0.97 | 0.39 |
| Hex | 38 | C3 | 3 | 47 | 0 | 62 | 18 | 67 | 61 | 27 |
| Octal | 70 | 303 | 3 | 107 | 0 | 142 | 30 | 147 | 141 | 47 |
| Binary | 111000 | 11000011 | 11 | 1000111 | 0 | 1100010 | 11000 | 1100111 | 1100001 | 100111 |
Color Harmonies of #38C303
Complementary color
Monochromatic Colors of #38C303
Black with #38C303
Text Example
Text Example
White with #38C303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38C303; }
p { color: rgb(56,195,3); }
H1.HeaderClassName
{
color: #38C303;
}
.AnyTagClassName
{
color: #38C303;
}
</style>
background-color css
<style>
a { background-color: #38C303; }
a { background-color: rgb(56,195,3); }
div.DivClassName
{
background-color: #38C303;
}
.BgClassName
{
background-color: #38C303;
}
</style>
border-color css
<style>
span { border-color: #38C303; }
span { border-color: rgb(56,195,3); }
td.TdClassName
{
border-color: #38C303;
}
.TagClassName
{
border-color: #38C303;
}
</style>