Shades of Kelly Green #3FAF08
Tints of Kelly Green #3FAF08
RGB
CMYK
RGB Variations
Color information
#3FAF08 (or 0x3FAF08) is known color: Kelly Green. HEX triplet: 3F, AF and 08. RGB value is (63,175,8). Sum of RGB (Red+Green+Blue) = 63+175+8=246 (32% of max value = 765). Red value is 63 (25% from 255 or 25.61% from 246); Green value is 175 (68.75% from 255 or 71.14% from 246); Blue value is 8 (3.52% from 255 or 3.25% from 246); Max value from RGB is 175 - color contains mainly: green. Hex color #3FAF08 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3FAF08 is #C050F7. Grayscale: #7B7B7B. Windows color (decimal): -12603640 or 569151. OLE color: 569151.
HSL color Cylindrical-coordinate representation of color #3FAF08: hue angle of 100.24º 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 #3FAF08 is Cyan = 0.64, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 63 | 175 | 8 | - |
| CMYK | 0.64 | 0 | 0.95 | 0.31 |
| HSL | 100.24º | 0.91% | 0.36% | - |
| HSV(B) | 100.24º | 0.95% | 0.69% | - |
| XYZ | 17.42 | 31.73 | 5.44 | - |
| YUV | 122.47 | 63.39 | 85.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 175 | 8 | 0.64 | 0 | 0.95 | 0.31 | 100.24 | 0.91 | 0.36 |
| Hex | 3F | AF | 8 | 40 | 0 | 5F | 1F | 64 | 5B | 24 |
| Octal | 77 | 257 | 10 | 100 | 0 | 137 | 37 | 144 | 133 | 44 |
| Binary | 111111 | 10101111 | 1000 | 1000000 | 0 | 1011111 | 11111 | 1100100 | 1011011 | 100100 |
Color Harmonies of #3FAF08
Complementary color
Monochromatic Colors of #3FAF08
Black with #3FAF08
Text Example
Text Example
White with #3FAF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAF08; }
p { color: rgb(63,175,8); }
H1.HeaderClassName
{
color: #3FAF08;
}
.AnyTagClassName
{
color: #3FAF08;
}
</style>
background-color css
<style>
a { background-color: #3FAF08; }
a { background-color: rgb(63,175,8); }
div.DivClassName
{
background-color: #3FAF08;
}
.BgClassName
{
background-color: #3FAF08;
}
</style>
border-color css
<style>
span { border-color: #3FAF08; }
span { border-color: rgb(63,175,8); }
td.TdClassName
{
border-color: #3FAF08;
}
.TagClassName
{
border-color: #3FAF08;
}
</style>