Shades of Screamin' Green #65F271
Tints of Screamin' Green #65F271
RGB
CMYK
RGB Variations
Color information
#65F271 (or 0x65F271) is known color: Screamin' Green. HEX triplet: 65, F2 and 71. RGB value is (101,242,113). Sum of RGB (Red+Green+Blue) = 101+242+113=456 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.15% from 456); Green value is 242 (94.92% from 255 or 53.07% from 456); Blue value is 113 (44.53% from 255 or 24.78% from 456); Max value from RGB is 242 - color contains mainly: green. Hex color #65F271 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #65F271 is #9A0D8E. Grayscale: #B9B9B9. Windows color (decimal): -10096015 or 7467621. OLE color: 7467621.
HSL color Cylindrical-coordinate representation of color #65F271: hue angle of 125.11º 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 #65F271 is Cyan = 0.58, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 101 | 242 | 113 | - |
| CMYK | 0.58 | 0 | 0.53 | 0.05 |
| HSL | 125.11º | 0.84% | 0.67% | - |
| HSV(B) | 125.11º | 0.58% | 0.95% | - |
| XYZ | 40.1 | 67.46 | 26.53 | - |
| YUV | 185.14 | 87.29 | 67.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 242 | 113 | 0.58 | 0 | 0.53 | 0.05 | 125.11 | 0.84 | 0.67 |
| Hex | 65 | F2 | 71 | 3A | 0 | 35 | 5 | 7D | 54 | 43 |
| Octal | 145 | 362 | 161 | 72 | 0 | 65 | 5 | 175 | 124 | 103 |
| Binary | 1100101 | 11110010 | 1110001 | 111010 | 0 | 110101 | 101 | 1111101 | 1010100 | 1000011 |
Color Harmonies of #65F271
Complementary color
Monochromatic Colors of #65F271
Black with #65F271
Text Example
Text Example
White with #65F271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65F271; }
p { color: rgb(101,242,113); }
H1.HeaderClassName
{
color: #65F271;
}
.AnyTagClassName
{
color: #65F271;
}
</style>
background-color css
<style>
a { background-color: #65F271; }
a { background-color: rgb(101,242,113); }
div.DivClassName
{
background-color: #65F271;
}
.BgClassName
{
background-color: #65F271;
}
</style>
border-color css
<style>
span { border-color: #65F271; }
span { border-color: rgb(101,242,113); }
td.TdClassName
{
border-color: #65F271;
}
.TagClassName
{
border-color: #65F271;
}
</style>