Shades of Bright Green #65F228
Tints of Bright Green #65F228
RGB
CMYK
RGB Variations
Color information
#65F228 (or 0x65F228) is known color: Bright Green. HEX triplet: 65, F2 and 28. RGB value is (101,242,40). Sum of RGB (Red+Green+Blue) = 101+242+40=383 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.37% from 383); Green value is 242 (94.92% from 255 or 63.19% from 383); Blue value is 40 (16.02% from 255 or 10.44% from 383); Max value from RGB is 242 - color contains mainly: green. Hex color #65F228 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #65F228 is #9A0DD7. Grayscale: #B1B1B1. Windows color (decimal): -10096088 or 2683493. OLE color: 2683493.
HSL color Cylindrical-coordinate representation of color #65F228: hue angle of 101.88º degrees, saturation: 0.89, 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 #65F228 is Cyan = 0.58, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 101 | 242 | 40 | - |
| CMYK | 0.58 | 0 | 0.83 | 0.05 |
| HSL | 101.88º | 0.89% | 0.55% | - |
| HSV(B) | 101.88º | 0.83% | 0.95% | - |
| XYZ | 37.5 | 66.42 | 12.85 | - |
| YUV | 176.81 | 50.79 | 73.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 242 | 40 | 0.58 | 0 | 0.83 | 0.05 | 101.88 | 0.89 | 0.55 |
| Hex | 65 | F2 | 28 | 3A | 0 | 53 | 5 | 66 | 59 | 37 |
| Octal | 145 | 362 | 50 | 72 | 0 | 123 | 5 | 146 | 131 | 67 |
| Binary | 1100101 | 11110010 | 101000 | 111010 | 0 | 1010011 | 101 | 1100110 | 1011001 | 110111 |
Color Harmonies of #65F228
Complementary color
Monochromatic Colors of #65F228
Black with #65F228
Text Example
Text Example
White with #65F228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65F228; }
p { color: rgb(101,242,40); }
H1.HeaderClassName
{
color: #65F228;
}
.AnyTagClassName
{
color: #65F228;
}
</style>
background-color css
<style>
a { background-color: #65F228; }
a { background-color: rgb(101,242,40); }
div.DivClassName
{
background-color: #65F228;
}
.BgClassName
{
background-color: #65F228;
}
</style>
border-color css
<style>
span { border-color: #65F228; }
span { border-color: rgb(101,242,40); }
td.TdClassName
{
border-color: #65F228;
}
.TagClassName
{
border-color: #65F228;
}
</style>