Shades of Kelly Green #3CAB08
Tints of Kelly Green #3CAB08
RGB
CMYK
RGB Variations
Color information
#3CAB08 (or 0x3CAB08) is known color: Kelly Green. HEX triplet: 3C, AB and 08. RGB value is (60,171,8). Sum of RGB (Red+Green+Blue) = 60+171+8=239 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.10% from 239); Green value is 171 (67.19% from 255 or 71.55% from 239); Blue value is 8 (3.52% from 255 or 3.35% from 239); Max value from RGB is 171 - color contains mainly: green. Hex color #3CAB08 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3CAB08 is #C354F7. Grayscale: #777777. Windows color (decimal): -12801272 or 568124. OLE color: 568124.
HSL color Cylindrical-coordinate representation of color #3CAB08: hue angle of 100.86º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3CAB08 is Cyan = 0.65, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 171 | 8 | - |
| CMYK | 0.65 | 0 | 0.95 | 0.33 |
| HSL | 100.86º | 0.91% | 0.35% | - |
| HSV(B) | 100.86º | 0.95% | 0.67% | - |
| XYZ | 16.47 | 30.1 | 5.17 | - |
| YUV | 119.23 | 65.23 | 85.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 171 | 8 | 0.65 | 0 | 0.95 | 0.33 | 100.86 | 0.91 | 0.35 |
| Hex | 3C | AB | 8 | 41 | 0 | 5F | 21 | 65 | 5B | 23 |
| Octal | 74 | 253 | 10 | 101 | 0 | 137 | 41 | 145 | 133 | 43 |
| Binary | 111100 | 10101011 | 1000 | 1000001 | 0 | 1011111 | 100001 | 1100101 | 1011011 | 100011 |
Color Harmonies of #3CAB08
Complementary color
Monochromatic Colors of #3CAB08
Black with #3CAB08
Text Example
Text Example
White with #3CAB08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAB08; }
p { color: rgb(60,171,8); }
H1.HeaderClassName
{
color: #3CAB08;
}
.AnyTagClassName
{
color: #3CAB08;
}
</style>
background-color css
<style>
a { background-color: #3CAB08; }
a { background-color: rgb(60,171,8); }
div.DivClassName
{
background-color: #3CAB08;
}
.BgClassName
{
background-color: #3CAB08;
}
</style>
border-color css
<style>
span { border-color: #3CAB08; }
span { border-color: rgb(60,171,8); }
td.TdClassName
{
border-color: #3CAB08;
}
.TagClassName
{
border-color: #3CAB08;
}
</style>