Shades of Bright Green #65E00F
Tints of Bright Green #65E00F
RGB
CMYK
RGB Variations
Color information
#65E00F (or 0x65E00F) is known color: Bright Green. HEX triplet: 65, E0 and 0F. RGB value is (101,224,15). Sum of RGB (Red+Green+Blue) = 101+224+15=340 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.71% from 340); Green value is 224 (87.89% from 255 or 65.88% from 340); Blue value is 15 (6.25% from 255 or 4.41% from 340); Max value from RGB is 224 - color contains mainly: green. Hex color #65E00F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #65E00F is #9A1FF0. Grayscale: #A4A4A4. Windows color (decimal): -10100721 or 1040485. OLE color: 1040485.
HSL color Cylindrical-coordinate representation of color #65E00F: hue angle of 95.31º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #65E00F is Cyan = 0.55, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 101 | 224 | 15 | - |
| CMYK | 0.55 | 0 | 0.93 | 0.12 |
| HSL | 95.31º | 0.87% | 0.47% | - |
| HSV(B) | 95.31º | 0.93% | 0.88% | - |
| XYZ | 32.11 | 56.11 | 9.59 | - |
| YUV | 163.4 | 44.25 | 83.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 224 | 15 | 0.55 | 0 | 0.93 | 0.12 | 95.31 | 0.87 | 0.47 |
| Hex | 65 | E0 | F | 37 | 0 | 5D | C | 5F | 57 | 2F |
| Octal | 145 | 340 | 17 | 67 | 0 | 135 | 14 | 137 | 127 | 57 |
| Binary | 1100101 | 11100000 | 1111 | 110111 | 0 | 1011101 | 1100 | 1011111 | 1010111 | 101111 |
Color Harmonies of #65E00F
Complementary color
Monochromatic Colors of #65E00F
Black with #65E00F
Text Example
Text Example
White with #65E00F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65E00F; }
p { color: rgb(101,224,15); }
H1.HeaderClassName
{
color: #65E00F;
}
.AnyTagClassName
{
color: #65E00F;
}
</style>
background-color css
<style>
a { background-color: #65E00F; }
a { background-color: rgb(101,224,15); }
div.DivClassName
{
background-color: #65E00F;
}
.BgClassName
{
background-color: #65E00F;
}
</style>
border-color css
<style>
span { border-color: #65E00F; }
span { border-color: rgb(101,224,15); }
td.TdClassName
{
border-color: #65E00F;
}
.TagClassName
{
border-color: #65E00F;
}
</style>