Shades of Bright Green #67DC0C
Tints of Bright Green #67DC0C
RGB
CMYK
RGB Variations
Color information
#67DC0C (or 0x67DC0C) is known color: Bright Green. HEX triplet: 67, DC and 0C. RGB value is (103,220,12). Sum of RGB (Red+Green+Blue) = 103+220+12=335 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.75% from 335); Green value is 220 (86.33% from 255 or 65.67% from 335); Blue value is 12 (5.08% from 255 or 3.58% from 335); Max value from RGB is 220 - color contains mainly: green. Hex color #67DC0C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #67DC0C is #9823F3. Grayscale: #A2A2A2. Windows color (decimal): -9970676 or 842855. OLE color: 842855.
HSL color Cylindrical-coordinate representation of color #67DC0C: hue angle of 93.75º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #67DC0C is Cyan = 0.53, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 220 | 12 | - |
| CMYK | 0.53 | 0 | 0.95 | 0.14 |
| HSL | 93.75º | 0.9% | 0.45% | - |
| HSV(B) | 93.75º | 0.95% | 0.86% | - |
| XYZ | 31.25 | 54.1 | 9.14 | - |
| YUV | 161.31 | 43.74 | 86.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 220 | 12 | 0.53 | 0 | 0.95 | 0.14 | 93.75 | 0.9 | 0.45 |
| Hex | 67 | DC | C | 35 | 0 | 5F | E | 5E | 5A | 2D |
| Octal | 147 | 334 | 14 | 65 | 0 | 137 | 16 | 136 | 132 | 55 |
| Binary | 1100111 | 11011100 | 1100 | 110101 | 0 | 1011111 | 1110 | 1011110 | 1011010 | 101101 |
Color Harmonies of #67DC0C
Complementary color
Monochromatic Colors of #67DC0C
Black with #67DC0C
Text Example
Text Example
White with #67DC0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67DC0C; }
p { color: rgb(103,220,12); }
H1.HeaderClassName
{
color: #67DC0C;
}
.AnyTagClassName
{
color: #67DC0C;
}
</style>
background-color css
<style>
a { background-color: #67DC0C; }
a { background-color: rgb(103,220,12); }
div.DivClassName
{
background-color: #67DC0C;
}
.BgClassName
{
background-color: #67DC0C;
}
</style>
border-color css
<style>
span { border-color: #67DC0C; }
span { border-color: rgb(103,220,12); }
td.TdClassName
{
border-color: #67DC0C;
}
.TagClassName
{
border-color: #67DC0C;
}
</style>