Shades of Bright Green #65F205
Tints of Bright Green #65F205
RGB
CMYK
RGB Variations
Color information
#65F205 (or 0x65F205) is known color: Bright Green. HEX triplet: 65, F2 and 05. RGB value is (101,242,5). Sum of RGB (Red+Green+Blue) = 101+242+5=348 (46% of max value = 765). Red value is 101 (39.84% from 255 or 29.02% from 348); Green value is 242 (94.92% from 255 or 69.54% from 348); Blue value is 5 (2.34% from 255 or 1.44% from 348); Max value from RGB is 242 - color contains mainly: green. Hex color #65F205 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #65F205 is #9A0DFA. Grayscale: #ADADAD. Windows color (decimal): -10096123 or 389733. OLE color: 389733.
HSL color Cylindrical-coordinate representation of color #65F205: hue angle of 95.7º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #65F205 is Cyan = 0.58, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 101 | 242 | 5 | - |
| CMYK | 0.58 | 0 | 0.98 | 0.05 |
| HSL | 95.7º | 0.96% | 0.48% | - |
| HSV(B) | 95.7º | 0.98% | 0.95% | - |
| XYZ | 37.15 | 66.28 | 10.98 | - |
| YUV | 172.82 | 33.29 | 76.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 242 | 5 | 0.58 | 0 | 0.98 | 0.05 | 95.7 | 0.96 | 0.48 |
| Hex | 65 | F2 | 5 | 3A | 0 | 62 | 5 | 60 | 60 | 30 |
| Octal | 145 | 362 | 5 | 72 | 0 | 142 | 5 | 140 | 140 | 60 |
| Binary | 1100101 | 11110010 | 101 | 111010 | 0 | 1100010 | 101 | 1100000 | 1100000 | 110000 |
Color Harmonies of #65F205
Complementary color
Monochromatic Colors of #65F205
Black with #65F205
Text Example
Text Example
White with #65F205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65F205; }
p { color: rgb(101,242,5); }
H1.HeaderClassName
{
color: #65F205;
}
.AnyTagClassName
{
color: #65F205;
}
</style>
background-color css
<style>
a { background-color: #65F205; }
a { background-color: rgb(101,242,5); }
div.DivClassName
{
background-color: #65F205;
}
.BgClassName
{
background-color: #65F205;
}
</style>
border-color css
<style>
span { border-color: #65F205; }
span { border-color: rgb(101,242,5); }
td.TdClassName
{
border-color: #65F205;
}
.TagClassName
{
border-color: #65F205;
}
</style>