Shades of Bright Green #67DD0F
Tints of Bright Green #67DD0F
RGB
CMYK
RGB Variations
Color information
#67DD0F (or 0x67DD0F) is known color: Bright Green. HEX triplet: 67, DD and 0F. RGB value is (103,221,15). Sum of RGB (Red+Green+Blue) = 103+221+15=339 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.38% from 339); Green value is 221 (86.72% from 255 or 65.19% from 339); Blue value is 15 (6.25% from 255 or 4.42% from 339); Max value from RGB is 221 - color contains mainly: green. Hex color #67DD0F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #67DD0F is #9822F0. Grayscale: #A2A2A2. Windows color (decimal): -9970417 or 1039719. OLE color: 1039719.
HSL color Cylindrical-coordinate representation of color #67DD0F: hue angle of 94.37º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #67DD0F is Cyan = 0.53, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 221 | 15 | - |
| CMYK | 0.53 | 0 | 0.93 | 0.13 |
| HSL | 94.37º | 0.87% | 0.46% | - |
| HSV(B) | 94.37º | 0.93% | 0.87% | - |
| XYZ | 31.54 | 54.63 | 9.33 | - |
| YUV | 162.23 | 44.91 | 85.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 221 | 15 | 0.53 | 0 | 0.93 | 0.13 | 94.37 | 0.87 | 0.46 |
| Hex | 67 | DD | F | 35 | 0 | 5D | D | 5E | 57 | 2E |
| Octal | 147 | 335 | 17 | 65 | 0 | 135 | 15 | 136 | 127 | 56 |
| Binary | 1100111 | 11011101 | 1111 | 110101 | 0 | 1011101 | 1101 | 1011110 | 1010111 | 101110 |
Color Harmonies of #67DD0F
Complementary color
Monochromatic Colors of #67DD0F
Black with #67DD0F
Text Example
Text Example
White with #67DD0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67DD0F; }
p { color: rgb(103,221,15); }
H1.HeaderClassName
{
color: #67DD0F;
}
.AnyTagClassName
{
color: #67DD0F;
}
</style>
background-color css
<style>
a { background-color: #67DD0F; }
a { background-color: rgb(103,221,15); }
div.DivClassName
{
background-color: #67DD0F;
}
.BgClassName
{
background-color: #67DD0F;
}
</style>
border-color css
<style>
span { border-color: #67DD0F; }
span { border-color: rgb(103,221,15); }
td.TdClassName
{
border-color: #67DD0F;
}
.TagClassName
{
border-color: #67DD0F;
}
</style>