Shades of Kelly Green #3DBB05
Tints of Kelly Green #3DBB05
RGB
CMYK
RGB Variations
Color information
#3DBB05 (or 0x3DBB05) is known color: Kelly Green. HEX triplet: 3D, BB and 05. RGB value is (61,187,5). Sum of RGB (Red+Green+Blue) = 61+187+5=253 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.11% from 253); Green value is 187 (73.44% from 255 or 73.91% from 253); Blue value is 5 (2.34% from 255 or 1.98% from 253); Max value from RGB is 187 - color contains mainly: green. Hex color #3DBB05 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DBB05 is #C244FA. Grayscale: #818181. Windows color (decimal): -12731643 or 375613. OLE color: 375613.
HSL color Cylindrical-coordinate representation of color #3DBB05: hue angle of 101.54º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3DBB05 is Cyan = 0.67, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
RGB | 61 | 187 | 5 | - |
CMYK | 0.67 | 0 | 0.97 | 0.27 |
HSL | 101.54º | 0.95% | 0.38% | - |
HSV(B) | 101.54º | 0.97% | 0.73% | - |
XYZ | 19.72 | 36.54 | 6.16 | - |
YUV | 128.58 | 58.26 | 79.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 61 | 187 | 5 | 0.67 | 0 | 0.97 | 0.27 | 101.54 | 0.95 | 0.38 |
Hex | 3D | BB | 5 | 43 | 0 | 61 | 1B | 66 | 5F | 26 |
Octal | 75 | 273 | 5 | 103 | 0 | 141 | 33 | 146 | 137 | 46 |
Binary | 111101 | 10111011 | 101 | 1000011 | 0 | 1100001 | 11011 | 1100110 | 1011111 | 100110 |
Color Harmonies of #3DBB05
Complementary color
Monochromatic Colors of #3DBB05
Black with #3DBB05
Text Example
Text Example
White with #3DBB05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBB05; }
p { color: rgb(61,187,5); }
H1.HeaderClassName
{
color: #3DBB05;
}
.AnyTagClassName
{
color: #3DBB05;
}
</style>
background-color css
<style>
a { background-color: #3DBB05; }
a { background-color: rgb(61,187,5); }
div.DivClassName
{
background-color: #3DBB05;
}
.BgClassName
{
background-color: #3DBB05;
}
</style>
border-color css
<style>
span { border-color: #3DBB05; }
span { border-color: rgb(61,187,5); }
td.TdClassName
{
border-color: #3DBB05;
}
.TagClassName
{
border-color: #3DBB05;
}
</style>