Shades of Bright Green #67DD04
Tints of Bright Green #67DD04
RGB
CMYK
RGB Variations
Color information
#67DD04 (or 0x67DD04) is known color: Bright Green. HEX triplet: 67, DD and 04. RGB value is (103,221,4). Sum of RGB (Red+Green+Blue) = 103+221+4=328 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.40% from 328); Green value is 221 (86.72% from 255 or 67.38% from 328); Blue value is 4 (1.95% from 255 or 1.22% from 328); Max value from RGB is 221 - color contains mainly: green. Hex color #67DD04 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #67DD04 is #9822FB. Grayscale: #A1A1A1. Windows color (decimal): -9970428 or 318823. OLE color: 318823.
HSL color Cylindrical-coordinate representation of color #67DD04: hue angle of 92.63º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #67DD04 is Cyan = 0.53, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 221 | 4 | - |
| CMYK | 0.53 | 0 | 0.98 | 0.13 |
| HSL | 92.63º | 0.96% | 0.44% | - |
| HSV(B) | 92.63º | 0.98% | 0.87% | - |
| XYZ | 31.47 | 54.61 | 9 | - |
| YUV | 160.98 | 39.41 | 86.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 221 | 4 | 0.53 | 0 | 0.98 | 0.13 | 92.63 | 0.96 | 0.44 |
| Hex | 67 | DD | 4 | 35 | 0 | 62 | D | 5D | 60 | 2C |
| Octal | 147 | 335 | 4 | 65 | 0 | 142 | 15 | 135 | 140 | 54 |
| Binary | 1100111 | 11011101 | 100 | 110101 | 0 | 1100010 | 1101 | 1011101 | 1100000 | 101100 |
Color Harmonies of #67DD04
Complementary color
Monochromatic Colors of #67DD04
Black with #67DD04
Text Example
Text Example
White with #67DD04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67DD04; }
p { color: rgb(103,221,4); }
H1.HeaderClassName
{
color: #67DD04;
}
.AnyTagClassName
{
color: #67DD04;
}
</style>
background-color css
<style>
a { background-color: #67DD04; }
a { background-color: rgb(103,221,4); }
div.DivClassName
{
background-color: #67DD04;
}
.BgClassName
{
background-color: #67DD04;
}
</style>
border-color css
<style>
span { border-color: #67DD04; }
span { border-color: rgb(103,221,4); }
td.TdClassName
{
border-color: #67DD04;
}
.TagClassName
{
border-color: #67DD04;
}
</style>