Shades of Kelly Green #3CB505
Tints of Kelly Green #3CB505
RGB
CMYK
RGB Variations
Color information
#3CB505 (or 0x3CB505) is known color: Kelly Green. HEX triplet: 3C, B5 and 05. RGB value is (60,181,5). Sum of RGB (Red+Green+Blue) = 60+181+5=246 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.39% from 246); Green value is 181 (71.09% from 255 or 73.58% from 246); Blue value is 5 (2.34% from 255 or 2.03% from 246); Max value from RGB is 181 - color contains mainly: green. Hex color #3CB505 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CB505 is #C34AFA. Grayscale: #7D7D7D. Windows color (decimal): -12798715 or 374076. OLE color: 374076.
HSL color Cylindrical-coordinate representation of color #3CB505: hue angle of 101.25º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3CB505 is Cyan = 0.67, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 60 | 181 | 5 | - |
| CMYK | 0.67 | 0 | 0.97 | 0.29 |
| HSL | 101.25º | 0.95% | 0.36% | - |
| HSV(B) | 101.25º | 0.97% | 0.71% | - |
| XYZ | 18.41 | 34.02 | 5.74 | - |
| YUV | 124.76 | 60.41 | 81.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 181 | 5 | 0.67 | 0 | 0.97 | 0.29 | 101.25 | 0.95 | 0.36 |
| Hex | 3C | B5 | 5 | 43 | 0 | 61 | 1D | 65 | 5F | 24 |
| Octal | 74 | 265 | 5 | 103 | 0 | 141 | 35 | 145 | 137 | 44 |
| Binary | 111100 | 10110101 | 101 | 1000011 | 0 | 1100001 | 11101 | 1100101 | 1011111 | 100100 |
Color Harmonies of #3CB505
Complementary color
Monochromatic Colors of #3CB505
Black with #3CB505
Text Example
Text Example
White with #3CB505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB505; }
p { color: rgb(60,181,5); }
H1.HeaderClassName
{
color: #3CB505;
}
.AnyTagClassName
{
color: #3CB505;
}
</style>
background-color css
<style>
a { background-color: #3CB505; }
a { background-color: rgb(60,181,5); }
div.DivClassName
{
background-color: #3CB505;
}
.BgClassName
{
background-color: #3CB505;
}
</style>
border-color css
<style>
span { border-color: #3CB505; }
span { border-color: rgb(60,181,5); }
td.TdClassName
{
border-color: #3CB505;
}
.TagClassName
{
border-color: #3CB505;
}
</style>