Shades of Bright Green #65E012
Tints of Bright Green #65E012
RGB
CMYK
RGB Variations
Color information
#65E012 (or 0x65E012) is known color: Bright Green. HEX triplet: 65, E0 and 12. RGB value is (101,224,18). Sum of RGB (Red+Green+Blue) = 101+224+18=343 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.45% from 343); Green value is 224 (87.89% from 255 or 65.31% from 343); Blue value is 18 (7.42% from 255 or 5.25% from 343); Max value from RGB is 224 - color contains mainly: green. Hex color #65E012 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #65E012 is #9A1FED. Grayscale: #A4A4A4. Windows color (decimal): -10100718 or 1237093. OLE color: 1237093.
HSL color Cylindrical-coordinate representation of color #65E012: hue angle of 95.83º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #65E012 is Cyan = 0.55, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 101 | 224 | 18 | - |
| CMYK | 0.55 | 0 | 0.92 | 0.12 |
| HSL | 95.83º | 0.85% | 0.47% | - |
| HSV(B) | 95.83º | 0.92% | 0.88% | - |
| XYZ | 32.13 | 56.12 | 9.71 | - |
| YUV | 163.74 | 45.75 | 83.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 224 | 18 | 0.55 | 0 | 0.92 | 0.12 | 95.83 | 0.85 | 0.47 |
| Hex | 65 | E0 | 12 | 37 | 0 | 5C | C | 60 | 55 | 2F |
| Octal | 145 | 340 | 22 | 67 | 0 | 134 | 14 | 140 | 125 | 57 |
| Binary | 1100101 | 11100000 | 10010 | 110111 | 0 | 1011100 | 1100 | 1100000 | 1010101 | 101111 |
Color Harmonies of #65E012
Complementary color
Monochromatic Colors of #65E012
Black with #65E012
Text Example
Text Example
White with #65E012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65E012; }
p { color: rgb(101,224,18); }
H1.HeaderClassName
{
color: #65E012;
}
.AnyTagClassName
{
color: #65E012;
}
</style>
background-color css
<style>
a { background-color: #65E012; }
a { background-color: rgb(101,224,18); }
div.DivClassName
{
background-color: #65E012;
}
.BgClassName
{
background-color: #65E012;
}
</style>
border-color css
<style>
span { border-color: #65E012; }
span { border-color: rgb(101,224,18); }
td.TdClassName
{
border-color: #65E012;
}
.TagClassName
{
border-color: #65E012;
}
</style>