Shades of Bright Green #65F427
Tints of Bright Green #65F427
RGB
CMYK
RGB Variations
Color information
#65F427 (or 0x65F427) is known color: Bright Green. HEX triplet: 65, F4 and 27. RGB value is (101,244,39). Sum of RGB (Red+Green+Blue) = 101+244+39=384 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.30% from 384); Green value is 244 (95.70% from 255 or 63.54% from 384); Blue value is 39 (15.62% from 255 or 10.16% from 384); Max value from RGB is 244 - color contains mainly: green. Hex color #65F427 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #65F427 is #9A0BD8. Grayscale: #B2B2B2. Windows color (decimal): -10095577 or 2618469. OLE color: 2618469.
HSL color Cylindrical-coordinate representation of color #65F427: hue angle of 101.85º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #65F427 is Cyan = 0.59, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 101 | 244 | 39 | - |
| CMYK | 0.59 | 0 | 0.84 | 0.04 |
| HSL | 101.85º | 0.9% | 0.55% | - |
| HSV(B) | 101.85º | 0.84% | 0.96% | - |
| XYZ | 38.08 | 67.61 | 12.96 | - |
| YUV | 177.87 | 49.62 | 73.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 244 | 39 | 0.59 | 0 | 0.84 | 0.04 | 101.85 | 0.9 | 0.55 |
| Hex | 65 | F4 | 27 | 3B | 0 | 54 | 4 | 66 | 5A | 37 |
| Octal | 145 | 364 | 47 | 73 | 0 | 124 | 4 | 146 | 132 | 67 |
| Binary | 1100101 | 11110100 | 100111 | 111011 | 0 | 1010100 | 100 | 1100110 | 1011010 | 110111 |
Color Harmonies of #65F427
Complementary color
Monochromatic Colors of #65F427
Black with #65F427
Text Example
Text Example
White with #65F427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65F427; }
p { color: rgb(101,244,39); }
H1.HeaderClassName
{
color: #65F427;
}
.AnyTagClassName
{
color: #65F427;
}
</style>
background-color css
<style>
a { background-color: #65F427; }
a { background-color: rgb(101,244,39); }
div.DivClassName
{
background-color: #65F427;
}
.BgClassName
{
background-color: #65F427;
}
</style>
border-color css
<style>
span { border-color: #65F427; }
span { border-color: rgb(101,244,39); }
td.TdClassName
{
border-color: #65F427;
}
.TagClassName
{
border-color: #65F427;
}
</style>