Shades of Kelly Green #3FB905
Tints of Kelly Green #3FB905
RGB
CMYK
RGB Variations
Color information
#3FB905 (or 0x3FB905) is known color: Kelly Green. HEX triplet: 3F, B9 and 05. RGB value is (63,185,5). Sum of RGB (Red+Green+Blue) = 63+185+5=253 (33% of max value = 765). Red value is 63 (25% from 255 or 24.90% from 253); Green value is 185 (72.66% from 255 or 73.12% from 253); Blue value is 5 (2.34% from 255 or 1.98% from 253); Max value from RGB is 185 - color contains mainly: green. Hex color #3FB905 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FB905 is #C046FA. Grayscale: #808080. Windows color (decimal): -12601083 or 375103. OLE color: 375103.
HSL color Cylindrical-coordinate representation of color #3FB905: hue angle of 100.67º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3FB905 is Cyan = 0.66, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 63 | 185 | 5 | - |
| CMYK | 0.66 | 0 | 0.97 | 0.27 |
| HSL | 100.67º | 0.95% | 0.37% | - |
| HSV(B) | 100.67º | 0.97% | 0.73% | - |
| XYZ | 19.43 | 35.77 | 6.02 | - |
| YUV | 128 | 58.58 | 81.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 185 | 5 | 0.66 | 0 | 0.97 | 0.27 | 100.67 | 0.95 | 0.37 |
| Hex | 3F | B9 | 5 | 42 | 0 | 61 | 1B | 65 | 5F | 25 |
| Octal | 77 | 271 | 5 | 102 | 0 | 141 | 33 | 145 | 137 | 45 |
| Binary | 111111 | 10111001 | 101 | 1000010 | 0 | 1100001 | 11011 | 1100101 | 1011111 | 100101 |
Color Harmonies of #3FB905
Complementary color
Monochromatic Colors of #3FB905
Black with #3FB905
Text Example
Text Example
White with #3FB905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FB905; }
p { color: rgb(63,185,5); }
H1.HeaderClassName
{
color: #3FB905;
}
.AnyTagClassName
{
color: #3FB905;
}
</style>
background-color css
<style>
a { background-color: #3FB905; }
a { background-color: rgb(63,185,5); }
div.DivClassName
{
background-color: #3FB905;
}
.BgClassName
{
background-color: #3FB905;
}
</style>
border-color css
<style>
span { border-color: #3FB905; }
span { border-color: rgb(63,185,5); }
td.TdClassName
{
border-color: #3FB905;
}
.TagClassName
{
border-color: #3FB905;
}
</style>