Shades of Bright Green #65FA03
Tints of Bright Green #65FA03
RGB
CMYK
RGB Variations
Color information
#65FA03 (or 0x65FA03) is known color: Bright Green. HEX triplet: 65, FA and 03. RGB value is (101,250,3). Sum of RGB (Red+Green+Blue) = 101+250+3=354 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.53% from 354); Green value is 250 (98.05% from 255 or 70.62% from 354); Blue value is 3 (1.56% from 255 or 0.85% from 354); Max value from RGB is 250 - color contains mainly: green. Hex color #65FA03 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #65FA03 is #9A05FC. Grayscale: #B2B2B2. Windows color (decimal): -10094077 or 260709. OLE color: 260709.
HSL color Cylindrical-coordinate representation of color #65FA03: hue angle of 96.19º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #65FA03 is Cyan = 0.60, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 101 | 250 | 3 | - |
| CMYK | 0.60 | 0 | 0.99 | 0.02 |
| HSL | 96.19º | 0.98% | 0.5% | - |
| HSV(B) | 96.19º | 0.99% | 0.98% | - |
| XYZ | 39.57 | 71.14 | 11.73 | - |
| YUV | 177.29 | 29.64 | 73.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 250 | 3 | 0.60 | 0 | 0.99 | 0.02 | 96.19 | 0.98 | 0.5 |
| Hex | 65 | FA | 3 | 3C | 0 | 63 | 2 | 60 | 62 | 32 |
| Octal | 145 | 372 | 3 | 74 | 0 | 143 | 2 | 140 | 142 | 62 |
| Binary | 1100101 | 11111010 | 11 | 111100 | 0 | 1100011 | 10 | 1100000 | 1100010 | 110010 |
Color Harmonies of #65FA03
Complementary color
Monochromatic Colors of #65FA03
Black with #65FA03
Text Example
Text Example
White with #65FA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65FA03; }
p { color: rgb(101,250,3); }
H1.HeaderClassName
{
color: #65FA03;
}
.AnyTagClassName
{
color: #65FA03;
}
</style>
background-color css
<style>
a { background-color: #65FA03; }
a { background-color: rgb(101,250,3); }
div.DivClassName
{
background-color: #65FA03;
}
.BgClassName
{
background-color: #65FA03;
}
</style>
border-color css
<style>
span { border-color: #65FA03; }
span { border-color: rgb(101,250,3); }
td.TdClassName
{
border-color: #65FA03;
}
.TagClassName
{
border-color: #65FA03;
}
</style>