Shades of Bright Green #65F800
Tints of Bright Green #65F800
RGB
CMYK
RGB Variations
Color information
#65F800 (or 0x65F800) is known color: Bright Green. HEX triplet: 65, F8 and 00. RGB value is (101,248,0). Sum of RGB (Red+Green+Blue) = 101+248+0=349 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.94% from 349); Green value is 248 (97.27% from 255 or 71.06% from 349); Blue value is 0 (0.39% from 255 or 0% from 349); Max value from RGB is 248 - color contains mainly: green. Hex color #65F800 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #65F800 is #9A07FF. Grayscale: #B0B0B0. Windows color (decimal): -10094592 or 63589. OLE color: 63589.
HSL color Cylindrical-coordinate representation of color #65F800: hue angle of 95.56º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #65F800 is Cyan = 0.59, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 101 | 248 | 0 | - |
| CMYK | 0.59 | 0 | 1 | 0.03 |
| HSL | 95.56º | 1% | 0.49% | - |
| HSV(B) | 95.56º | 1% | 0.97% | - |
| XYZ | 38.93 | 69.9 | 11.44 | - |
| YUV | 175.78 | 28.8 | 74.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 248 | 0 | 0.59 | 0 | 1 | 0.03 | 95.56 | 1 | 0.49 |
| Hex | 65 | F8 | 0 | 3B | 0 | 64 | 3 | 60 | 64 | 31 |
| Octal | 145 | 370 | 0 | 73 | 0 | 144 | 3 | 140 | 144 | 61 |
| Binary | 1100101 | 11111000 | 0 | 111011 | 0 | 1100100 | 11 | 1100000 | 1100100 | 110001 |
Color Harmonies of #65F800
Complementary color
Monochromatic Colors of #65F800
Black with #65F800
Text Example
Text Example
White with #65F800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65F800; }
p { color: rgb(101,248,0); }
H1.HeaderClassName
{
color: #65F800;
}
.AnyTagClassName
{
color: #65F800;
}
</style>
background-color css
<style>
a { background-color: #65F800; }
a { background-color: rgb(101,248,0); }
div.DivClassName
{
background-color: #65F800;
}
.BgClassName
{
background-color: #65F800;
}
</style>
border-color css
<style>
span { border-color: #65F800; }
span { border-color: rgb(101,248,0); }
td.TdClassName
{
border-color: #65F800;
}
.TagClassName
{
border-color: #65F800;
}
</style>