Shades of Bright Green #65FF06
Tints of Bright Green #65FF06
RGB
CMYK
RGB Variations
Color information
#65FF06 (or 0x65FF06) is known color: Bright Green. HEX triplet: 65, FF and 06. RGB value is (101,255,6). Sum of RGB (Red+Green+Blue) = 101+255+6=362 (47% of max value = 765). Red value is 101 (39.84% from 255 or 27.90% from 362); Green value is 255 (100% from 255 or 70.44% from 362); Blue value is 6 (2.73% from 255 or 1.66% from 362); Max value from RGB is 255 - color contains mainly: green. Hex color #65FF06 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #65FF06 is #9A00F9. Grayscale: #B5B5B5. Windows color (decimal): -10092794 or 458597. OLE color: 458597.
HSL color Cylindrical-coordinate representation of color #65FF06: hue angle of 97.11º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #65FF06 is Cyan = 0.60, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 101 | 255 | 6 | - |
| CMYK | 0.60 | 0 | 0.98 | 0 |
| HSL | 97.11º | 1% | 0.51% | - |
| HSV(B) | 97.11º | 0.98% | 1% | - |
| XYZ | 41.16 | 74.3 | 12.34 | - |
| YUV | 180.57 | 29.48 | 71.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 255 | 6 | 0.60 | 0 | 0.98 | 0 | 97.11 | 1 | 0.51 |
| Hex | 65 | FF | 6 | 3C | 0 | 62 | 0 | 61 | 64 | 33 |
| Octal | 145 | 377 | 6 | 74 | 0 | 142 | 0 | 141 | 144 | 63 |
| Binary | 1100101 | 11111111 | 110 | 111100 | 0 | 1100010 | 0 | 1100001 | 1100100 | 110011 |
Color Harmonies of #65FF06
Complementary color
Monochromatic Colors of #65FF06
Black with #65FF06
Text Example
Text Example
White with #65FF06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65FF06; }
p { color: rgb(101,255,6); }
H1.HeaderClassName
{
color: #65FF06;
}
.AnyTagClassName
{
color: #65FF06;
}
</style>
background-color css
<style>
a { background-color: #65FF06; }
a { background-color: rgb(101,255,6); }
div.DivClassName
{
background-color: #65FF06;
}
.BgClassName
{
background-color: #65FF06;
}
</style>
border-color css
<style>
span { border-color: #65FF06; }
span { border-color: rgb(101,255,6); }
td.TdClassName
{
border-color: #65FF06;
}
.TagClassName
{
border-color: #65FF06;
}
</style>