Shades of Kelly Green #3FBA25
Tints of Kelly Green #3FBA25
RGB
CMYK
RGB Variations
Color information
#3FBA25 (or 0x3FBA25) is known color: Kelly Green. HEX triplet: 3F, BA and 25. RGB value is (63,186,37). Sum of RGB (Red+Green+Blue) = 63+186+37=286 (37% of max value = 765). Red value is 63 (25% from 255 or 22.03% from 286); Green value is 186 (73.05% from 255 or 65.03% from 286); Blue value is 37 (14.84% from 255 or 12.94% from 286); Max value from RGB is 186 - color contains mainly: green. Hex color #3FBA25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FBA25 is #C045DA. Grayscale: #848484. Windows color (decimal): -12600795 or 2472511. OLE color: 2472511.
HSL color Cylindrical-coordinate representation of color #3FBA25: hue angle of 109.53º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3FBA25 is Cyan = 0.66, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 63 | 186 | 37 | - |
| CMYK | 0.66 | 0 | 0.80 | 0.27 |
| HSL | 109.53º | 0.67% | 0.44% | - |
| HSV(B) | 109.53º | 0.8% | 0.73% | - |
| XYZ | 19.94 | 36.31 | 7.71 | - |
| YUV | 132.24 | 74.25 | 78.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 186 | 37 | 0.66 | 0 | 0.80 | 0.27 | 109.53 | 0.67 | 0.44 |
| Hex | 3F | BA | 25 | 42 | 0 | 50 | 1B | 6E | 43 | 2C |
| Octal | 77 | 272 | 45 | 102 | 0 | 120 | 33 | 156 | 103 | 54 |
| Binary | 111111 | 10111010 | 100101 | 1000010 | 0 | 1010000 | 11011 | 1101110 | 1000011 | 101100 |
Color Harmonies of #3FBA25
Complementary color
Monochromatic Colors of #3FBA25
Black with #3FBA25
Text Example
Text Example
White with #3FBA25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBA25; }
p { color: rgb(63,186,37); }
H1.HeaderClassName
{
color: #3FBA25;
}
.AnyTagClassName
{
color: #3FBA25;
}
</style>
background-color css
<style>
a { background-color: #3FBA25; }
a { background-color: rgb(63,186,37); }
div.DivClassName
{
background-color: #3FBA25;
}
.BgClassName
{
background-color: #3FBA25;
}
</style>
border-color css
<style>
span { border-color: #3FBA25; }
span { border-color: rgb(63,186,37); }
td.TdClassName
{
border-color: #3FBA25;
}
.TagClassName
{
border-color: #3FBA25;
}
</style>