Shades of Bright Green #67EC0C
Tints of Bright Green #67EC0C
RGB
CMYK
RGB Variations
Color information
#67EC0C (or 0x67EC0C) is known color: Bright Green. HEX triplet: 67, EC and 0C. RGB value is (103,236,12). Sum of RGB (Red+Green+Blue) = 103+236+12=351 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.34% from 351); Green value is 236 (92.58% from 255 or 67.24% from 351); Blue value is 12 (5.08% from 255 or 3.42% from 351); Max value from RGB is 236 - color contains mainly: green. Hex color #67EC0C is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #67EC0C is #9813F3. Grayscale: #ABABAB. Windows color (decimal): -9966580 or 846951. OLE color: 846951.
HSL color Cylindrical-coordinate representation of color #67EC0C: hue angle of 95.62º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #67EC0C is Cyan = 0.56, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 103 | 236 | 12 | - |
| CMYK | 0.56 | 0 | 0.95 | 0.07 |
| HSL | 95.63º | 0.9% | 0.49% | - |
| HSV(B) | 95.63º | 0.95% | 0.93% | - |
| XYZ | 35.66 | 62.9 | 10.61 | - |
| YUV | 170.7 | 38.44 | 79.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 236 | 12 | 0.56 | 0 | 0.95 | 0.07 | 95.63 | 0.9 | 0.49 |
| Hex | 67 | EC | C | 38 | 0 | 5F | 7 | 60 | 5A | 31 |
| Octal | 147 | 354 | 14 | 70 | 0 | 137 | 7 | 140 | 132 | 61 |
| Binary | 1100111 | 11101100 | 1100 | 111000 | 0 | 1011111 | 111 | 1100000 | 1011010 | 110001 |
Color Harmonies of #67EC0C
Complementary color
Monochromatic Colors of #67EC0C
Black with #67EC0C
Text Example
Text Example
White with #67EC0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67EC0C; }
p { color: rgb(103,236,12); }
H1.HeaderClassName
{
color: #67EC0C;
}
.AnyTagClassName
{
color: #67EC0C;
}
</style>
background-color css
<style>
a { background-color: #67EC0C; }
a { background-color: rgb(103,236,12); }
div.DivClassName
{
background-color: #67EC0C;
}
.BgClassName
{
background-color: #67EC0C;
}
</style>
border-color css
<style>
span { border-color: #67EC0C; }
span { border-color: rgb(103,236,12); }
td.TdClassName
{
border-color: #67EC0C;
}
.TagClassName
{
border-color: #67EC0C;
}
</style>