Shades of Kelly Green #3DBB07
Tints of Kelly Green #3DBB07
RGB
CMYK
RGB Variations
Color information
#3DBB07 (or 0x3DBB07) is known color: Kelly Green. HEX triplet: 3D, BB and 07. RGB value is (61,187,7). Sum of RGB (Red+Green+Blue) = 61+187+7=255 (33% of max value = 765). Red value is 61 (24.22% from 255 or 23.92% from 255); Green value is 187 (73.44% from 255 or 73.33% from 255); Blue value is 7 (3.12% from 255 or 2.75% from 255); Max value from RGB is 187 - color contains mainly: green. Hex color #3DBB07 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DBB07 is #C244F8. Grayscale: #818181. Windows color (decimal): -12731641 or 506685. OLE color: 506685.
HSL color Cylindrical-coordinate representation of color #3DBB07: hue angle of 102º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3DBB07 is Cyan = 0.67, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 61 | 187 | 7 | - |
| CMYK | 0.67 | 0 | 0.96 | 0.27 |
| HSL | 102º | 0.93% | 0.38% | - |
| HSV(B) | 102º | 0.96% | 0.73% | - |
| XYZ | 19.73 | 36.55 | 6.22 | - |
| YUV | 128.81 | 59.26 | 79.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 187 | 7 | 0.67 | 0 | 0.96 | 0.27 | 102 | 0.93 | 0.38 |
| Hex | 3D | BB | 7 | 43 | 0 | 60 | 1B | 66 | 5D | 26 |
| Octal | 75 | 273 | 7 | 103 | 0 | 140 | 33 | 146 | 135 | 46 |
| Binary | 111101 | 10111011 | 111 | 1000011 | 0 | 1100000 | 11011 | 1100110 | 1011101 | 100110 |
Color Harmonies of #3DBB07
Complementary color
Monochromatic Colors of #3DBB07
Black with #3DBB07
Text Example
Text Example
White with #3DBB07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBB07; }
p { color: rgb(61,187,7); }
H1.HeaderClassName
{
color: #3DBB07;
}
.AnyTagClassName
{
color: #3DBB07;
}
</style>
background-color css
<style>
a { background-color: #3DBB07; }
a { background-color: rgb(61,187,7); }
div.DivClassName
{
background-color: #3DBB07;
}
.BgClassName
{
background-color: #3DBB07;
}
</style>
border-color css
<style>
span { border-color: #3DBB07; }
span { border-color: rgb(61,187,7); }
td.TdClassName
{
border-color: #3DBB07;
}
.TagClassName
{
border-color: #3DBB07;
}
</style>