Shades of Kelly Green #3CAA07
Tints of Kelly Green #3CAA07
RGB
CMYK
RGB Variations
Color information
#3CAA07 (or 0x3CAA07) is known color: Kelly Green. HEX triplet: 3C, AA and 07. RGB value is (60,170,7). Sum of RGB (Red+Green+Blue) = 60+170+7=237 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.32% from 237); Green value is 170 (66.80% from 255 or 71.73% from 237); Blue value is 7 (3.12% from 255 or 2.95% from 237); Max value from RGB is 170 - color contains mainly: green. Hex color #3CAA07 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3CAA07 is #C355F8. Grayscale: #777777. Windows color (decimal): -12801529 or 502332. OLE color: 502332.
HSL color Cylindrical-coordinate representation of color #3CAA07: hue angle of 100.49º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3CAA07 is Cyan = 0.65, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 170 | 7 | - |
| CMYK | 0.65 | 0 | 0.96 | 0.33 |
| HSL | 100.49º | 0.92% | 0.35% | - |
| HSV(B) | 100.49º | 0.96% | 0.67% | - |
| XYZ | 16.28 | 29.73 | 5.08 | - |
| YUV | 118.53 | 65.06 | 86.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 170 | 7 | 0.65 | 0 | 0.96 | 0.33 | 100.49 | 0.92 | 0.35 |
| Hex | 3C | AA | 7 | 41 | 0 | 60 | 21 | 64 | 5C | 23 |
| Octal | 74 | 252 | 7 | 101 | 0 | 140 | 41 | 144 | 134 | 43 |
| Binary | 111100 | 10101010 | 111 | 1000001 | 0 | 1100000 | 100001 | 1100100 | 1011100 | 100011 |
Color Harmonies of #3CAA07
Complementary color
Monochromatic Colors of #3CAA07
Black with #3CAA07
Text Example
Text Example
White with #3CAA07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAA07; }
p { color: rgb(60,170,7); }
H1.HeaderClassName
{
color: #3CAA07;
}
.AnyTagClassName
{
color: #3CAA07;
}
</style>
background-color css
<style>
a { background-color: #3CAA07; }
a { background-color: rgb(60,170,7); }
div.DivClassName
{
background-color: #3CAA07;
}
.BgClassName
{
background-color: #3CAA07;
}
</style>
border-color css
<style>
span { border-color: #3CAA07; }
span { border-color: rgb(60,170,7); }
td.TdClassName
{
border-color: #3CAA07;
}
.TagClassName
{
border-color: #3CAA07;
}
</style>