Shades of Screamin' Green #68F481
Tints of Screamin' Green #68F481
RGB
CMYK
RGB Variations
Color information
#68F481 (or 0x68F481) is known color: Screamin' Green. HEX triplet: 68, F4 and 81. RGB value is (104,244,129). Sum of RGB (Red+Green+Blue) = 104+244+129=477 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.80% from 477); Green value is 244 (95.70% from 255 or 51.15% from 477); Blue value is 129 (50.78% from 255 or 27.04% from 477); Max value from RGB is 244 - color contains mainly: green. Hex color #68F481 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68F481 is #970B7E. Grayscale: #BDBDBD. Windows color (decimal): -9898879 or 8516712. OLE color: 8516712.
HSL color Cylindrical-coordinate representation of color #68F481: hue angle of 130.71º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68F481 is Cyan = 0.57, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 104 | 244 | 129 | - |
| CMYK | 0.57 | 0 | 0.47 | 0.04 |
| HSL | 130.71º | 0.86% | 0.68% | - |
| HSV(B) | 130.71º | 0.57% | 0.96% | - |
| XYZ | 42.02 | 69.23 | 31.92 | - |
| YUV | 189.03 | 94.12 | 67.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 244 | 129 | 0.57 | 0 | 0.47 | 0.04 | 130.71 | 0.86 | 0.68 |
| Hex | 68 | F4 | 81 | 39 | 0 | 2F | 4 | 83 | 56 | 44 |
| Octal | 150 | 364 | 201 | 71 | 0 | 57 | 4 | 203 | 126 | 104 |
| Binary | 1101000 | 11110100 | 10000001 | 111001 | 0 | 101111 | 100 | 10000011 | 1010110 | 1000100 |
Color Harmonies of #68F481
Complementary color
Monochromatic Colors of #68F481
Black with #68F481
Text Example
Text Example
White with #68F481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F481; }
p { color: rgb(104,244,129); }
H1.HeaderClassName
{
color: #68F481;
}
.AnyTagClassName
{
color: #68F481;
}
</style>
background-color css
<style>
a { background-color: #68F481; }
a { background-color: rgb(104,244,129); }
div.DivClassName
{
background-color: #68F481;
}
.BgClassName
{
background-color: #68F481;
}
</style>
border-color css
<style>
span { border-color: #68F481; }
span { border-color: rgb(104,244,129); }
td.TdClassName
{
border-color: #68F481;
}
.TagClassName
{
border-color: #68F481;
}
</style>