Shades of Bright Green #65F212
Tints of Bright Green #65F212
RGB
CMYK
RGB Variations
Color information
#65F212 (or 0x65F212) is known color: Bright Green. HEX triplet: 65, F2 and 12. RGB value is (101,242,18). Sum of RGB (Red+Green+Blue) = 101+242+18=361 (47% of max value = 765). Red value is 101 (39.84% from 255 or 27.98% from 361); Green value is 242 (94.92% from 255 or 67.04% from 361); Blue value is 18 (7.42% from 255 or 4.99% from 361); Max value from RGB is 242 - color contains mainly: green. Hex color #65F212 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #65F212 is #9A0DED. Grayscale: #AFAFAF. Windows color (decimal): -10096110 or 1241701. OLE color: 1241701.
HSL color Cylindrical-coordinate representation of color #65F212: hue angle of 97.77º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #65F212 is Cyan = 0.58, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 101 | 242 | 18 | - |
| CMYK | 0.58 | 0 | 0.93 | 0.05 |
| HSL | 97.77º | 0.9% | 0.51% | - |
| HSV(B) | 97.77º | 0.93% | 0.95% | - |
| XYZ | 37.23 | 66.31 | 11.41 | - |
| YUV | 174.31 | 39.79 | 75.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 242 | 18 | 0.58 | 0 | 0.93 | 0.05 | 97.77 | 0.9 | 0.51 |
| Hex | 65 | F2 | 12 | 3A | 0 | 5D | 5 | 62 | 5A | 33 |
| Octal | 145 | 362 | 22 | 72 | 0 | 135 | 5 | 142 | 132 | 63 |
| Binary | 1100101 | 11110010 | 10010 | 111010 | 0 | 1011101 | 101 | 1100010 | 1011010 | 110011 |
Color Harmonies of #65F212
Complementary color
Monochromatic Colors of #65F212
Black with #65F212
Text Example
Text Example
White with #65F212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65F212; }
p { color: rgb(101,242,18); }
H1.HeaderClassName
{
color: #65F212;
}
.AnyTagClassName
{
color: #65F212;
}
</style>
background-color css
<style>
a { background-color: #65F212; }
a { background-color: rgb(101,242,18); }
div.DivClassName
{
background-color: #65F212;
}
.BgClassName
{
background-color: #65F212;
}
</style>
border-color css
<style>
span { border-color: #65F212; }
span { border-color: rgb(101,242,18); }
td.TdClassName
{
border-color: #65F212;
}
.TagClassName
{
border-color: #65F212;
}
</style>