Shades of Kelly Green #3CAF08
Tints of Kelly Green #3CAF08
RGB
CMYK
RGB Variations
Color information
#3CAF08 (or 0x3CAF08) is known color: Kelly Green. HEX triplet: 3C, AF and 08. RGB value is (60,175,8). Sum of RGB (Red+Green+Blue) = 60+175+8=243 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.69% from 243); Green value is 175 (68.75% from 255 or 72.02% from 243); Blue value is 8 (3.52% from 255 or 3.29% from 243); Max value from RGB is 175 - color contains mainly: green. Hex color #3CAF08 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3CAF08 is #C350F7. Grayscale: #7A7A7A. Windows color (decimal): -12800248 or 569148. OLE color: 569148.
HSL color Cylindrical-coordinate representation of color #3CAF08: hue angle of 101.32º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3CAF08 is Cyan = 0.66, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 60 | 175 | 8 | - |
| CMYK | 0.66 | 0 | 0.95 | 0.31 |
| HSL | 101.32º | 0.91% | 0.36% | - |
| HSV(B) | 101.32º | 0.95% | 0.69% | - |
| XYZ | 17.24 | 31.64 | 5.43 | - |
| YUV | 121.58 | 63.9 | 84.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 175 | 8 | 0.66 | 0 | 0.95 | 0.31 | 101.32 | 0.91 | 0.36 |
| Hex | 3C | AF | 8 | 42 | 0 | 5F | 1F | 65 | 5B | 24 |
| Octal | 74 | 257 | 10 | 102 | 0 | 137 | 37 | 145 | 133 | 44 |
| Binary | 111100 | 10101111 | 1000 | 1000010 | 0 | 1011111 | 11111 | 1100101 | 1011011 | 100100 |
Color Harmonies of #3CAF08
Complementary color
Monochromatic Colors of #3CAF08
Black with #3CAF08
Text Example
Text Example
White with #3CAF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAF08; }
p { color: rgb(60,175,8); }
H1.HeaderClassName
{
color: #3CAF08;
}
.AnyTagClassName
{
color: #3CAF08;
}
</style>
background-color css
<style>
a { background-color: #3CAF08; }
a { background-color: rgb(60,175,8); }
div.DivClassName
{
background-color: #3CAF08;
}
.BgClassName
{
background-color: #3CAF08;
}
</style>
border-color css
<style>
span { border-color: #3CAF08; }
span { border-color: rgb(60,175,8); }
td.TdClassName
{
border-color: #3CAF08;
}
.TagClassName
{
border-color: #3CAF08;
}
</style>