Shades of Kelly Green #3FBD12
Tints of Kelly Green #3FBD12
RGB
CMYK
RGB Variations
Color information
#3FBD12 (or 0x3FBD12) is known color: Kelly Green. HEX triplet: 3F, BD and 12. RGB value is (63,189,18). Sum of RGB (Red+Green+Blue) = 63+189+18=270 (35% of max value = 765). Red value is 63 (25% from 255 or 23.33% from 270); Green value is 189 (74.22% from 255 or 70% from 270); Blue value is 18 (7.42% from 255 or 6.67% from 270); Max value from RGB is 189 - color contains mainly: green. Hex color #3FBD12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FBD12 is #C042ED. Grayscale: #848484. Windows color (decimal): -12600046 or 1228095. OLE color: 1228095.
HSL color Cylindrical-coordinate representation of color #3FBD12: hue angle of 104.21º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3FBD12 is Cyan = 0.67, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 63 | 189 | 18 | - |
| CMYK | 0.67 | 0 | 0.90 | 0.26 |
| HSL | 104.21º | 0.83% | 0.41% | - |
| HSV(B) | 104.21º | 0.9% | 0.74% | - |
| XYZ | 20.36 | 37.5 | 6.74 | - |
| YUV | 131.83 | 63.76 | 78.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 189 | 18 | 0.67 | 0 | 0.90 | 0.26 | 104.21 | 0.83 | 0.41 |
| Hex | 3F | BD | 12 | 43 | 0 | 5A | 1A | 68 | 53 | 29 |
| Octal | 77 | 275 | 22 | 103 | 0 | 132 | 32 | 150 | 123 | 51 |
| Binary | 111111 | 10111101 | 10010 | 1000011 | 0 | 1011010 | 11010 | 1101000 | 1010011 | 101001 |
Color Harmonies of #3FBD12
Complementary color
Monochromatic Colors of #3FBD12
Black with #3FBD12
Text Example
Text Example
White with #3FBD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBD12; }
p { color: rgb(63,189,18); }
H1.HeaderClassName
{
color: #3FBD12;
}
.AnyTagClassName
{
color: #3FBD12;
}
</style>
background-color css
<style>
a { background-color: #3FBD12; }
a { background-color: rgb(63,189,18); }
div.DivClassName
{
background-color: #3FBD12;
}
.BgClassName
{
background-color: #3FBD12;
}
</style>
border-color css
<style>
span { border-color: #3FBD12; }
span { border-color: rgb(63,189,18); }
td.TdClassName
{
border-color: #3FBD12;
}
.TagClassName
{
border-color: #3FBD12;
}
</style>