Shades of Bright Green #67FF01
Tints of Bright Green #67FF01
RGB
CMYK
RGB Variations
Color information
#67FF01 (or 0x67FF01) is known color: Bright Green. HEX triplet: 67, FF and 01. RGB value is (103,255,1). Sum of RGB (Red+Green+Blue) = 103+255+1=359 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.69% from 359); Green value is 255 (100% from 255 or 71.03% from 359); Blue value is 1 (0.78% from 255 or 0.28% from 359); Max value from RGB is 255 - color contains mainly: green. Hex color #67FF01 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #67FF01 is #9800FE. Grayscale: #B5B5B5. Windows color (decimal): -9961727 or 130919. OLE color: 130919.
HSL color Cylindrical-coordinate representation of color #67FF01: hue angle of 95.91º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #67FF01 is Cyan = 0.60, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 103 | 255 | 1 | - |
| CMYK | 0.60 | 0 | 1.00 | 0 |
| HSL | 95.91º | 1% | 0.5% | - |
| HSV(B) | 95.91º | 1% | 1% | - |
| XYZ | 41.36 | 74.41 | 12.21 | - |
| YUV | 180.6 | 26.64 | 72.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 255 | 1 | 0.60 | 0 | 1.00 | 0 | 95.91 | 1 | 0.5 |
| Hex | 67 | FF | 1 | 3C | 0 | 64 | 0 | 60 | 64 | 32 |
| Octal | 147 | 377 | 1 | 74 | 0 | 144 | 0 | 140 | 144 | 62 |
| Binary | 1100111 | 11111111 | 1 | 111100 | 0 | 1100100 | 0 | 1100000 | 1100100 | 110010 |
Color Harmonies of #67FF01
Complementary color
Monochromatic Colors of #67FF01
Black with #67FF01
Text Example
Text Example
White with #67FF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67FF01; }
p { color: rgb(103,255,1); }
H1.HeaderClassName
{
color: #67FF01;
}
.AnyTagClassName
{
color: #67FF01;
}
</style>
background-color css
<style>
a { background-color: #67FF01; }
a { background-color: rgb(103,255,1); }
div.DivClassName
{
background-color: #67FF01;
}
.BgClassName
{
background-color: #67FF01;
}
</style>
border-color css
<style>
span { border-color: #67FF01; }
span { border-color: rgb(103,255,1); }
td.TdClassName
{
border-color: #67FF01;
}
.TagClassName
{
border-color: #67FF01;
}
</style>