Shades of Bright Green #67D702
Tints of Bright Green #67D702
RGB
CMYK
RGB Variations
Color information
#67D702 (or 0x67D702) is known color: Bright Green. HEX triplet: 67, D7 and 02. RGB value is (103,215,2). Sum of RGB (Red+Green+Blue) = 103+215+2=320 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.19% from 320); Green value is 215 (84.38% from 255 or 67.19% from 320); Blue value is 2 (1.17% from 255 or 0.62% from 320); Max value from RGB is 215 - color contains mainly: green. Hex color #67D702 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #67D702 is #9828FD. Grayscale: #9D9D9D. Windows color (decimal): -9971966 or 186215. OLE color: 186215.
HSL color Cylindrical-coordinate representation of color #67D702: hue angle of 91.55º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #67D702 is Cyan = 0.52, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 103 | 215 | 2 | - |
| CMYK | 0.52 | 0 | 0.99 | 0.16 |
| HSL | 91.55º | 0.98% | 0.43% | - |
| HSV(B) | 91.55º | 0.99% | 0.84% | - |
| XYZ | 29.9 | 51.49 | 8.42 | - |
| YUV | 157.23 | 40.39 | 89.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 215 | 2 | 0.52 | 0 | 0.99 | 0.16 | 91.55 | 0.98 | 0.43 |
| Hex | 67 | D7 | 2 | 34 | 0 | 63 | 10 | 5C | 62 | 2B |
| Octal | 147 | 327 | 2 | 64 | 0 | 143 | 20 | 134 | 142 | 53 |
| Binary | 1100111 | 11010111 | 10 | 110100 | 0 | 1100011 | 10000 | 1011100 | 1100010 | 101011 |
Color Harmonies of #67D702
Complementary color
Monochromatic Colors of #67D702
Black with #67D702
Text Example
Text Example
White with #67D702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67D702; }
p { color: rgb(103,215,2); }
H1.HeaderClassName
{
color: #67D702;
}
.AnyTagClassName
{
color: #67D702;
}
</style>
background-color css
<style>
a { background-color: #67D702; }
a { background-color: rgb(103,215,2); }
div.DivClassName
{
background-color: #67D702;
}
.BgClassName
{
background-color: #67D702;
}
</style>
border-color css
<style>
span { border-color: #67D702; }
span { border-color: rgb(103,215,2); }
td.TdClassName
{
border-color: #67D702;
}
.TagClassName
{
border-color: #67D702;
}
</style>