Shades of Bright Green #67DC04
Tints of Bright Green #67DC04
RGB
CMYK
RGB Variations
Color information
#67DC04 (or 0x67DC04) is known color: Bright Green. HEX triplet: 67, DC and 04. RGB value is (103,220,4). Sum of RGB (Red+Green+Blue) = 103+220+4=327 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.50% from 327); Green value is 220 (86.33% from 255 or 67.28% from 327); Blue value is 4 (1.95% from 255 or 1.22% from 327); Max value from RGB is 220 - color contains mainly: green. Hex color #67DC04 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #67DC04 is #9823FB. Grayscale: #A1A1A1. Windows color (decimal): -9970684 or 318567. OLE color: 318567.
HSL color Cylindrical-coordinate representation of color #67DC04: hue angle of 92.5º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #67DC04 is Cyan = 0.53, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 220 | 4 | - |
| CMYK | 0.53 | 0 | 0.98 | 0.14 |
| HSL | 92.5º | 0.96% | 0.44% | - |
| HSV(B) | 92.5º | 0.98% | 0.86% | - |
| XYZ | 31.21 | 54.08 | 8.91 | - |
| YUV | 160.39 | 39.74 | 87.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 220 | 4 | 0.53 | 0 | 0.98 | 0.14 | 92.5 | 0.96 | 0.44 |
| Hex | 67 | DC | 4 | 35 | 0 | 62 | E | 5C | 60 | 2C |
| Octal | 147 | 334 | 4 | 65 | 0 | 142 | 16 | 134 | 140 | 54 |
| Binary | 1100111 | 11011100 | 100 | 110101 | 0 | 1100010 | 1110 | 1011100 | 1100000 | 101100 |
Color Harmonies of #67DC04
Complementary color
Monochromatic Colors of #67DC04
Black with #67DC04
Text Example
Text Example
White with #67DC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67DC04; }
p { color: rgb(103,220,4); }
H1.HeaderClassName
{
color: #67DC04;
}
.AnyTagClassName
{
color: #67DC04;
}
</style>
background-color css
<style>
a { background-color: #67DC04; }
a { background-color: rgb(103,220,4); }
div.DivClassName
{
background-color: #67DC04;
}
.BgClassName
{
background-color: #67DC04;
}
</style>
border-color css
<style>
span { border-color: #67DC04; }
span { border-color: rgb(103,220,4); }
td.TdClassName
{
border-color: #67DC04;
}
.TagClassName
{
border-color: #67DC04;
}
</style>