Shades of Screamin' Green #71FA68
Tints of Screamin' Green #71FA68
RGB
CMYK
RGB Variations
Color information
#71FA68 (or 0x71FA68) is known color: Screamin' Green. HEX triplet: 71, FA and 68. RGB value is (113,250,104). Sum of RGB (Red+Green+Blue) = 113+250+104=467 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.20% from 467); Green value is 250 (98.05% from 255 or 53.53% from 467); Blue value is 104 (41.02% from 255 or 22.27% from 467); Max value from RGB is 250 - color contains mainly: green. Hex color #71FA68 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #71FA68 is #8E0597. Grayscale: #C0C0C0. Windows color (decimal): -9307544 or 6879857. OLE color: 6879857.
HSL color Cylindrical-coordinate representation of color #71FA68: hue angle of 116.3º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #71FA68 is Cyan = 0.55, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 113 | 250 | 104 | - |
| CMYK | 0.55 | 0 | 0.58 | 0.02 |
| HSL | 116.3º | 0.94% | 0.69% | - |
| HSV(B) | 116.3º | 0.58% | 0.98% | - |
| XYZ | 43.49 | 72.88 | 24.87 | - |
| YUV | 192.39 | 78.11 | 71.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 250 | 104 | 0.55 | 0 | 0.58 | 0.02 | 116.3 | 0.94 | 0.69 |
| Hex | 71 | FA | 68 | 37 | 0 | 3A | 2 | 74 | 5E | 45 |
| Octal | 161 | 372 | 150 | 67 | 0 | 72 | 2 | 164 | 136 | 105 |
| Binary | 1110001 | 11111010 | 1101000 | 110111 | 0 | 111010 | 10 | 1110100 | 1011110 | 1000101 |
Color Harmonies of #71FA68
Complementary color
Monochromatic Colors of #71FA68
Black with #71FA68
Text Example
Text Example
White with #71FA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71FA68; }
p { color: rgb(113,250,104); }
H1.HeaderClassName
{
color: #71FA68;
}
.AnyTagClassName
{
color: #71FA68;
}
</style>
background-color css
<style>
a { background-color: #71FA68; }
a { background-color: rgb(113,250,104); }
div.DivClassName
{
background-color: #71FA68;
}
.BgClassName
{
background-color: #71FA68;
}
</style>
border-color css
<style>
span { border-color: #71FA68; }
span { border-color: rgb(113,250,104); }
td.TdClassName
{
border-color: #71FA68;
}
.TagClassName
{
border-color: #71FA68;
}
</style>