Shades of Screamin' Green #65F273
Tints of Screamin' Green #65F273
RGB
CMYK
RGB Variations
Color information
#65F273 (or 0x65F273) is known color: Screamin' Green. HEX triplet: 65, F2 and 73. RGB value is (101,242,115). Sum of RGB (Red+Green+Blue) = 101+242+115=458 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.05% from 458); Green value is 242 (94.92% from 255 or 52.84% from 458); Blue value is 115 (45.31% from 255 or 25.11% from 458); Max value from RGB is 242 - color contains mainly: green. Hex color #65F273 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #65F273 is #9A0D8C. Grayscale: #B9B9B9. Windows color (decimal): -10096013 or 7598693. OLE color: 7598693.
HSL color Cylindrical-coordinate representation of color #65F273: hue angle of 125.96º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65F273 is Cyan = 0.58, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 101 | 242 | 115 | - |
| CMYK | 0.58 | 0 | 0.52 | 0.05 |
| HSL | 125.96º | 0.84% | 0.67% | - |
| HSV(B) | 125.96º | 0.58% | 0.95% | - |
| XYZ | 40.21 | 67.51 | 27.13 | - |
| YUV | 185.36 | 88.29 | 67.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 242 | 115 | 0.58 | 0 | 0.52 | 0.05 | 125.96 | 0.84 | 0.67 |
| Hex | 65 | F2 | 73 | 3A | 0 | 34 | 5 | 7E | 54 | 43 |
| Octal | 145 | 362 | 163 | 72 | 0 | 64 | 5 | 176 | 124 | 103 |
| Binary | 1100101 | 11110010 | 1110011 | 111010 | 0 | 110100 | 101 | 1111110 | 1010100 | 1000011 |
Color Harmonies of #65F273
Complementary color
Monochromatic Colors of #65F273
Black with #65F273
Text Example
Text Example
White with #65F273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65F273; }
p { color: rgb(101,242,115); }
H1.HeaderClassName
{
color: #65F273;
}
.AnyTagClassName
{
color: #65F273;
}
</style>
background-color css
<style>
a { background-color: #65F273; }
a { background-color: rgb(101,242,115); }
div.DivClassName
{
background-color: #65F273;
}
.BgClassName
{
background-color: #65F273;
}
</style>
border-color css
<style>
span { border-color: #65F273; }
span { border-color: rgb(101,242,115); }
td.TdClassName
{
border-color: #65F273;
}
.TagClassName
{
border-color: #65F273;
}
</style>