Shades of Bright Green #65FE14
Tints of Bright Green #65FE14
RGB
CMYK
RGB Variations
Color information
#65FE14 (or 0x65FE14) is known color: Bright Green. HEX triplet: 65, FE and 14. RGB value is (101,254,20). Sum of RGB (Red+Green+Blue) = 101+254+20=375 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.93% from 375); Green value is 254 (99.61% from 255 or 67.73% from 375); Blue value is 20 (8.20% from 255 or 5.33% from 375); Max value from RGB is 254 - color contains mainly: green. Hex color #65FE14 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #65FE14 is #9A01EB. Grayscale: #B6B6B6. Windows color (decimal): -10093036 or 1375845. OLE color: 1375845.
HSL color Cylindrical-coordinate representation of color #65FE14: hue angle of 99.23º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #65FE14 is Cyan = 0.60, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 101 | 254 | 20 | - |
| CMYK | 0.60 | 0 | 0.92 | 0.00 |
| HSL | 99.23º | 0.99% | 0.54% | - |
| HSV(B) | 99.23º | 0.92% | 1% | - |
| XYZ | 40.93 | 73.7 | 12.73 | - |
| YUV | 181.58 | 36.81 | 70.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 254 | 20 | 0.60 | 0 | 0.92 | 0.00 | 99.23 | 0.99 | 0.54 |
| Hex | 65 | FE | 14 | 3C | 0 | 5C | 0 | 63 | 63 | 36 |
| Octal | 145 | 376 | 24 | 74 | 0 | 134 | 0 | 143 | 143 | 66 |
| Binary | 1100101 | 11111110 | 10100 | 111100 | 0 | 1011100 | 0 | 1100011 | 1100011 | 110110 |
Color Harmonies of #65FE14
Complementary color
Monochromatic Colors of #65FE14
Black with #65FE14
Text Example
Text Example
White with #65FE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65FE14; }
p { color: rgb(101,254,20); }
H1.HeaderClassName
{
color: #65FE14;
}
.AnyTagClassName
{
color: #65FE14;
}
</style>
background-color css
<style>
a { background-color: #65FE14; }
a { background-color: rgb(101,254,20); }
div.DivClassName
{
background-color: #65FE14;
}
.BgClassName
{
background-color: #65FE14;
}
</style>
border-color css
<style>
span { border-color: #65FE14; }
span { border-color: rgb(101,254,20); }
td.TdClassName
{
border-color: #65FE14;
}
.TagClassName
{
border-color: #65FE14;
}
</style>