Shades of Screamin' Green #65F450
Tints of Screamin' Green #65F450
RGB
CMYK
RGB Variations
Color information
#65F450 (or 0x65F450) is known color: Screamin' Green. HEX triplet: 65, F4 and 50. RGB value is (101,244,80). Sum of RGB (Red+Green+Blue) = 101+244+80=425 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.76% from 425); Green value is 244 (95.70% from 255 or 57.41% from 425); Blue value is 80 (31.64% from 255 or 18.82% from 425); Max value from RGB is 244 - color contains mainly: green. Hex color #65F450 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #65F450 is #9A0BAF. Grayscale: #B7B7B7. Windows color (decimal): -10095536 or 5305445. OLE color: 5305445.
HSL color Cylindrical-coordinate representation of color #65F450: hue angle of 112.32º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #65F450 is Cyan = 0.59, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 101 | 244 | 80 | - |
| CMYK | 0.59 | 0 | 0.67 | 0.04 |
| HSL | 112.32º | 0.88% | 0.64% | - |
| HSV(B) | 112.32º | 0.67% | 0.96% | - |
| XYZ | 39.17 | 68.05 | 18.66 | - |
| YUV | 182.55 | 70.12 | 69.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 244 | 80 | 0.59 | 0 | 0.67 | 0.04 | 112.32 | 0.88 | 0.64 |
| Hex | 65 | F4 | 50 | 3B | 0 | 43 | 4 | 70 | 58 | 40 |
| Octal | 145 | 364 | 120 | 73 | 0 | 103 | 4 | 160 | 130 | 100 |
| Binary | 1100101 | 11110100 | 1010000 | 111011 | 0 | 1000011 | 100 | 1110000 | 1011000 | 1000000 |
Color Harmonies of #65F450
Complementary color
Monochromatic Colors of #65F450
Black with #65F450
Text Example
Text Example
White with #65F450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65F450; }
p { color: rgb(101,244,80); }
H1.HeaderClassName
{
color: #65F450;
}
.AnyTagClassName
{
color: #65F450;
}
</style>
background-color css
<style>
a { background-color: #65F450; }
a { background-color: rgb(101,244,80); }
div.DivClassName
{
background-color: #65F450;
}
.BgClassName
{
background-color: #65F450;
}
</style>
border-color css
<style>
span { border-color: #65F450; }
span { border-color: rgb(101,244,80); }
td.TdClassName
{
border-color: #65F450;
}
.TagClassName
{
border-color: #65F450;
}
</style>