Shades of Bright Green #65EE0F
Tints of Bright Green #65EE0F
RGB
CMYK
RGB Variations
Color information
#65EE0F (or 0x65EE0F) is known color: Bright Green. HEX triplet: 65, EE and 0F. RGB value is (101,238,15). Sum of RGB (Red+Green+Blue) = 101+238+15=354 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.53% from 354); Green value is 238 (93.36% from 255 or 67.23% from 354); Blue value is 15 (6.25% from 255 or 4.24% from 354); Max value from RGB is 238 - color contains mainly: green. Hex color #65EE0F is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #65EE0F is #9A11F0. Grayscale: #ACACAC. Windows color (decimal): -10097137 or 1044069. OLE color: 1044069.
HSL color Cylindrical-coordinate representation of color #65EE0F: hue angle of 96.86º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #65EE0F is Cyan = 0.58, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 238 | 15 | - |
| CMYK | 0.58 | 0 | 0.94 | 0.07 |
| HSL | 96.86º | 0.88% | 0.5% | - |
| HSV(B) | 96.86º | 0.94% | 0.93% | - |
| XYZ | 36.03 | 63.95 | 10.9 | - |
| YUV | 171.62 | 39.61 | 77.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 238 | 15 | 0.58 | 0 | 0.94 | 0.07 | 96.86 | 0.88 | 0.5 |
| Hex | 65 | EE | F | 3A | 0 | 5E | 7 | 61 | 58 | 32 |
| Octal | 145 | 356 | 17 | 72 | 0 | 136 | 7 | 141 | 130 | 62 |
| Binary | 1100101 | 11101110 | 1111 | 111010 | 0 | 1011110 | 111 | 1100001 | 1011000 | 110010 |
Color Harmonies of #65EE0F
Complementary color
Monochromatic Colors of #65EE0F
Black with #65EE0F
Text Example
Text Example
White with #65EE0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65EE0F; }
p { color: rgb(101,238,15); }
H1.HeaderClassName
{
color: #65EE0F;
}
.AnyTagClassName
{
color: #65EE0F;
}
</style>
background-color css
<style>
a { background-color: #65EE0F; }
a { background-color: rgb(101,238,15); }
div.DivClassName
{
background-color: #65EE0F;
}
.BgClassName
{
background-color: #65EE0F;
}
</style>
border-color css
<style>
span { border-color: #65EE0F; }
span { border-color: rgb(101,238,15); }
td.TdClassName
{
border-color: #65EE0F;
}
.TagClassName
{
border-color: #65EE0F;
}
</style>