Shades of Kelly Green #3CB507
Tints of Kelly Green #3CB507
RGB
CMYK
RGB Variations
Color information
#3CB507 (or 0x3CB507) is known color: Kelly Green. HEX triplet: 3C, B5 and 07. RGB value is (60,181,7). Sum of RGB (Red+Green+Blue) = 60+181+7=248 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.19% from 248); Green value is 181 (71.09% from 255 or 72.98% from 248); Blue value is 7 (3.12% from 255 or 2.82% from 248); Max value from RGB is 181 - color contains mainly: green. Hex color #3CB507 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CB507 is #C34AF8. Grayscale: #7D7D7D. Windows color (decimal): -12798713 or 505148. OLE color: 505148.
HSL color Cylindrical-coordinate representation of color #3CB507: hue angle of 101.72º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3CB507 is Cyan = 0.67, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 60 | 181 | 7 | - |
| CMYK | 0.67 | 0 | 0.96 | 0.29 |
| HSL | 101.72º | 0.93% | 0.37% | - |
| HSV(B) | 101.72º | 0.96% | 0.71% | - |
| XYZ | 18.43 | 34.02 | 5.8 | - |
| YUV | 124.99 | 61.41 | 81.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 181 | 7 | 0.67 | 0 | 0.96 | 0.29 | 101.72 | 0.93 | 0.37 |
| Hex | 3C | B5 | 7 | 43 | 0 | 60 | 1D | 66 | 5D | 25 |
| Octal | 74 | 265 | 7 | 103 | 0 | 140 | 35 | 146 | 135 | 45 |
| Binary | 111100 | 10110101 | 111 | 1000011 | 0 | 1100000 | 11101 | 1100110 | 1011101 | 100101 |
Color Harmonies of #3CB507
Complementary color
Monochromatic Colors of #3CB507
Black with #3CB507
Text Example
Text Example
White with #3CB507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB507; }
p { color: rgb(60,181,7); }
H1.HeaderClassName
{
color: #3CB507;
}
.AnyTagClassName
{
color: #3CB507;
}
</style>
background-color css
<style>
a { background-color: #3CB507; }
a { background-color: rgb(60,181,7); }
div.DivClassName
{
background-color: #3CB507;
}
.BgClassName
{
background-color: #3CB507;
}
</style>
border-color css
<style>
span { border-color: #3CB507; }
span { border-color: rgb(60,181,7); }
td.TdClassName
{
border-color: #3CB507;
}
.TagClassName
{
border-color: #3CB507;
}
</style>