Shades of Bright Green #65F128
Tints of Bright Green #65F128
RGB
CMYK
RGB Variations
Color information
#65F128 (or 0x65F128) is known color: Bright Green. HEX triplet: 65, F1 and 28. RGB value is (101,241,40). Sum of RGB (Red+Green+Blue) = 101+241+40=382 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.44% from 382); Green value is 241 (94.53% from 255 or 63.09% from 382); Blue value is 40 (16.02% from 255 or 10.47% from 382); Max value from RGB is 241 - color contains mainly: green. Hex color #65F128 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #65F128 is #9A0ED7. Grayscale: #B0B0B0. Windows color (decimal): -10096344 or 2683237. OLE color: 2683237.
HSL color Cylindrical-coordinate representation of color #65F128: hue angle of 101.79º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #65F128 is Cyan = 0.58, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 101 | 241 | 40 | - |
| CMYK | 0.58 | 0 | 0.83 | 0.05 |
| HSL | 101.79º | 0.88% | 0.55% | - |
| HSV(B) | 101.79º | 0.83% | 0.95% | - |
| XYZ | 37.21 | 65.83 | 12.75 | - |
| YUV | 176.23 | 51.12 | 74.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 241 | 40 | 0.58 | 0 | 0.83 | 0.05 | 101.79 | 0.88 | 0.55 |
| Hex | 65 | F1 | 28 | 3A | 0 | 53 | 5 | 66 | 58 | 37 |
| Octal | 145 | 361 | 50 | 72 | 0 | 123 | 5 | 146 | 130 | 67 |
| Binary | 1100101 | 11110001 | 101000 | 111010 | 0 | 1010011 | 101 | 1100110 | 1011000 | 110111 |
Color Harmonies of #65F128
Complementary color
Monochromatic Colors of #65F128
Black with #65F128
Text Example
Text Example
White with #65F128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65F128; }
p { color: rgb(101,241,40); }
H1.HeaderClassName
{
color: #65F128;
}
.AnyTagClassName
{
color: #65F128;
}
</style>
background-color css
<style>
a { background-color: #65F128; }
a { background-color: rgb(101,241,40); }
div.DivClassName
{
background-color: #65F128;
}
.BgClassName
{
background-color: #65F128;
}
</style>
border-color css
<style>
span { border-color: #65F128; }
span { border-color: rgb(101,241,40); }
td.TdClassName
{
border-color: #65F128;
}
.TagClassName
{
border-color: #65F128;
}
</style>