Shades of Kelly Green #3DCB06
Tints of Kelly Green #3DCB06
RGB
CMYK
RGB Variations
Color information
#3DCB06 (or 0x3DCB06) is known color: Kelly Green. HEX triplet: 3D, CB and 06. RGB value is (61,203,6). Sum of RGB (Red+Green+Blue) = 61+203+6=270 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.59% from 270); Green value is 203 (79.69% from 255 or 75.19% from 270); Blue value is 6 (2.73% from 255 or 2.22% from 270); Max value from RGB is 203 - color contains mainly: green. Hex color #3DCB06 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DCB06 is #C234F9. Grayscale: #8A8A8A. Windows color (decimal): -12727546 or 445245. OLE color: 445245.
HSL color Cylindrical-coordinate representation of color #3DCB06: hue angle of 103.25º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3DCB06 is Cyan = 0.70, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 61 | 203 | 6 | - |
| CMYK | 0.70 | 0 | 0.97 | 0.20 |
| HSL | 103.25º | 0.94% | 0.41% | - |
| HSV(B) | 103.25º | 0.97% | 0.8% | - |
| XYZ | 23.31 | 43.72 | 7.38 | - |
| YUV | 138.08 | 53.46 | 73.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 203 | 6 | 0.70 | 0 | 0.97 | 0.20 | 103.25 | 0.94 | 0.41 |
| Hex | 3D | CB | 6 | 46 | 0 | 61 | 14 | 67 | 5E | 29 |
| Octal | 75 | 313 | 6 | 106 | 0 | 141 | 24 | 147 | 136 | 51 |
| Binary | 111101 | 11001011 | 110 | 1000110 | 0 | 1100001 | 10100 | 1100111 | 1011110 | 101001 |
Color Harmonies of #3DCB06
Complementary color
Monochromatic Colors of #3DCB06
Black with #3DCB06
Text Example
Text Example
White with #3DCB06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCB06; }
p { color: rgb(61,203,6); }
H1.HeaderClassName
{
color: #3DCB06;
}
.AnyTagClassName
{
color: #3DCB06;
}
</style>
background-color css
<style>
a { background-color: #3DCB06; }
a { background-color: rgb(61,203,6); }
div.DivClassName
{
background-color: #3DCB06;
}
.BgClassName
{
background-color: #3DCB06;
}
</style>
border-color css
<style>
span { border-color: #3DCB06; }
span { border-color: rgb(61,203,6); }
td.TdClassName
{
border-color: #3DCB06;
}
.TagClassName
{
border-color: #3DCB06;
}
</style>