Shades of Bright Green #67DD0A
Tints of Bright Green #67DD0A
RGB
CMYK
RGB Variations
Color information
#67DD0A (or 0x67DD0A) is known color: Bright Green. HEX triplet: 67, DD and 0A. RGB value is (103,221,10). Sum of RGB (Red+Green+Blue) = 103+221+10=334 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.84% from 334); Green value is 221 (86.72% from 255 or 66.17% from 334); Blue value is 10 (4.30% from 255 or 2.99% from 334); Max value from RGB is 221 - color contains mainly: green. Hex color #67DD0A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #67DD0A is #9822F5. Grayscale: #A2A2A2. Windows color (decimal): -9970422 or 712039. OLE color: 712039.
HSL color Cylindrical-coordinate representation of color #67DD0A: hue angle of 93.55º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #67DD0A is Cyan = 0.53, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 221 | 10 | - |
| CMYK | 0.53 | 0 | 0.95 | 0.13 |
| HSL | 93.55º | 0.91% | 0.45% | - |
| HSV(B) | 93.55º | 0.95% | 0.87% | - |
| XYZ | 31.5 | 54.62 | 9.17 | - |
| YUV | 161.66 | 42.41 | 86.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 221 | 10 | 0.53 | 0 | 0.95 | 0.13 | 93.55 | 0.91 | 0.45 |
| Hex | 67 | DD | A | 35 | 0 | 5F | D | 5E | 5B | 2D |
| Octal | 147 | 335 | 12 | 65 | 0 | 137 | 15 | 136 | 133 | 55 |
| Binary | 1100111 | 11011101 | 1010 | 110101 | 0 | 1011111 | 1101 | 1011110 | 1011011 | 101101 |
Color Harmonies of #67DD0A
Complementary color
Monochromatic Colors of #67DD0A
Black with #67DD0A
Text Example
Text Example
White with #67DD0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67DD0A; }
p { color: rgb(103,221,10); }
H1.HeaderClassName
{
color: #67DD0A;
}
.AnyTagClassName
{
color: #67DD0A;
}
</style>
background-color css
<style>
a { background-color: #67DD0A; }
a { background-color: rgb(103,221,10); }
div.DivClassName
{
background-color: #67DD0A;
}
.BgClassName
{
background-color: #67DD0A;
}
</style>
border-color css
<style>
span { border-color: #67DD0A; }
span { border-color: rgb(103,221,10); }
td.TdClassName
{
border-color: #67DD0A;
}
.TagClassName
{
border-color: #67DD0A;
}
</style>