Shades of Bright Green #67D402
Tints of Bright Green #67D402
RGB
CMYK
RGB Variations
Color information
#67D402 (or 0x67D402) is known color: Bright Green. HEX triplet: 67, D4 and 02. RGB value is (103,212,2). Sum of RGB (Red+Green+Blue) = 103+212+2=317 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.49% from 317); Green value is 212 (83.20% from 255 or 66.88% from 317); Blue value is 2 (1.17% from 255 or 0.63% from 317); Max value from RGB is 212 - color contains mainly: green. Hex color #67D402 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #67D402 is #982BFD. Grayscale: #9C9C9C. Windows color (decimal): -9972734 or 185447. OLE color: 185447.
HSL color Cylindrical-coordinate representation of color #67D402: hue angle of 91.14º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #67D402 is Cyan = 0.51, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 103 | 212 | 2 | - |
| CMYK | 0.51 | 0 | 0.99 | 0.17 |
| HSL | 91.14º | 0.98% | 0.42% | - |
| HSV(B) | 91.14º | 0.99% | 0.83% | - |
| XYZ | 29.15 | 49.97 | 8.17 | - |
| YUV | 155.47 | 41.39 | 90.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 212 | 2 | 0.51 | 0 | 0.99 | 0.17 | 91.14 | 0.98 | 0.42 |
| Hex | 67 | D4 | 2 | 33 | 0 | 63 | 11 | 5B | 62 | 2A |
| Octal | 147 | 324 | 2 | 63 | 0 | 143 | 21 | 133 | 142 | 52 |
| Binary | 1100111 | 11010100 | 10 | 110011 | 0 | 1100011 | 10001 | 1011011 | 1100010 | 101010 |
Color Harmonies of #67D402
Complementary color
Monochromatic Colors of #67D402
Black with #67D402
Text Example
Text Example
White with #67D402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67D402; }
p { color: rgb(103,212,2); }
H1.HeaderClassName
{
color: #67D402;
}
.AnyTagClassName
{
color: #67D402;
}
</style>
background-color css
<style>
a { background-color: #67D402; }
a { background-color: rgb(103,212,2); }
div.DivClassName
{
background-color: #67D402;
}
.BgClassName
{
background-color: #67D402;
}
</style>
border-color css
<style>
span { border-color: #67D402; }
span { border-color: rgb(103,212,2); }
td.TdClassName
{
border-color: #67D402;
}
.TagClassName
{
border-color: #67D402;
}
</style>