Shades of Bright Green #65FA14
Tints of Bright Green #65FA14
RGB
CMYK
RGB Variations
Color information
#65FA14 (or 0x65FA14) is known color: Bright Green. HEX triplet: 65, FA and 14. RGB value is (101,250,20). Sum of RGB (Red+Green+Blue) = 101+250+20=371 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.22% from 371); Green value is 250 (98.05% from 255 or 67.39% from 371); Blue value is 20 (8.20% from 255 or 5.39% from 371); Max value from RGB is 250 - color contains mainly: green. Hex color #65FA14 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #65FA14 is #9A05EB. Grayscale: #B4B4B4. Windows color (decimal): -10094060 or 1374821. OLE color: 1374821.
HSL color Cylindrical-coordinate representation of color #65FA14: hue angle of 98.87º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #65FA14 is Cyan = 0.60, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 101 | 250 | 20 | - |
| CMYK | 0.60 | 0 | 0.92 | 0.02 |
| HSL | 98.87º | 0.96% | 0.53% | - |
| HSV(B) | 98.87º | 0.92% | 0.98% | - |
| XYZ | 39.68 | 71.19 | 12.31 | - |
| YUV | 179.23 | 38.14 | 72.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 250 | 20 | 0.60 | 0 | 0.92 | 0.02 | 98.87 | 0.96 | 0.53 |
| Hex | 65 | FA | 14 | 3C | 0 | 5C | 2 | 63 | 60 | 35 |
| Octal | 145 | 372 | 24 | 74 | 0 | 134 | 2 | 143 | 140 | 65 |
| Binary | 1100101 | 11111010 | 10100 | 111100 | 0 | 1011100 | 10 | 1100011 | 1100000 | 110101 |
Color Harmonies of #65FA14
Complementary color
Monochromatic Colors of #65FA14
Black with #65FA14
Text Example
Text Example
White with #65FA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65FA14; }
p { color: rgb(101,250,20); }
H1.HeaderClassName
{
color: #65FA14;
}
.AnyTagClassName
{
color: #65FA14;
}
</style>
background-color css
<style>
a { background-color: #65FA14; }
a { background-color: rgb(101,250,20); }
div.DivClassName
{
background-color: #65FA14;
}
.BgClassName
{
background-color: #65FA14;
}
</style>
border-color css
<style>
span { border-color: #65FA14; }
span { border-color: rgb(101,250,20); }
td.TdClassName
{
border-color: #65FA14;
}
.TagClassName
{
border-color: #65FA14;
}
</style>