Shades of Kelly Green #3DBB08
Tints of Kelly Green #3DBB08
RGB
CMYK
RGB Variations
Color information
#3DBB08 (or 0x3DBB08) is known color: Kelly Green. HEX triplet: 3D, BB and 08. RGB value is (61,187,8). Sum of RGB (Red+Green+Blue) = 61+187+8=256 (33% of max value = 765). Red value is 61 (24.22% from 255 or 23.83% from 256); Green value is 187 (73.44% from 255 or 73.05% from 256); Blue value is 8 (3.52% from 255 or 3.12% from 256); Max value from RGB is 187 - color contains mainly: green. Hex color #3DBB08 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DBB08 is #C244F7. Grayscale: #818181. Windows color (decimal): -12731640 or 572221. OLE color: 572221.
HSL color Cylindrical-coordinate representation of color #3DBB08: hue angle of 102.23º degrees, saturation: 0.92, 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 #3DBB08 is Cyan = 0.67, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 61 | 187 | 8 | - |
| CMYK | 0.67 | 0 | 0.96 | 0.27 |
| HSL | 102.23º | 0.92% | 0.38% | - |
| HSV(B) | 102.23º | 0.96% | 0.73% | - |
| XYZ | 19.74 | 36.55 | 6.24 | - |
| YUV | 128.92 | 59.76 | 79.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 187 | 8 | 0.67 | 0 | 0.96 | 0.27 | 102.23 | 0.92 | 0.38 |
| Hex | 3D | BB | 8 | 43 | 0 | 60 | 1B | 66 | 5C | 26 |
| Octal | 75 | 273 | 10 | 103 | 0 | 140 | 33 | 146 | 134 | 46 |
| Binary | 111101 | 10111011 | 1000 | 1000011 | 0 | 1100000 | 11011 | 1100110 | 1011100 | 100110 |
Color Harmonies of #3DBB08
Complementary color
Monochromatic Colors of #3DBB08
Black with #3DBB08
Text Example
Text Example
White with #3DBB08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBB08; }
p { color: rgb(61,187,8); }
H1.HeaderClassName
{
color: #3DBB08;
}
.AnyTagClassName
{
color: #3DBB08;
}
</style>
background-color css
<style>
a { background-color: #3DBB08; }
a { background-color: rgb(61,187,8); }
div.DivClassName
{
background-color: #3DBB08;
}
.BgClassName
{
background-color: #3DBB08;
}
</style>
border-color css
<style>
span { border-color: #3DBB08; }
span { border-color: rgb(61,187,8); }
td.TdClassName
{
border-color: #3DBB08;
}
.TagClassName
{
border-color: #3DBB08;
}
</style>