Shades of Screamin' Green #68FA42
Tints of Screamin' Green #68FA42
RGB
CMYK
RGB Variations
Color information
#68FA42 (or 0x68FA42) is known color: Screamin' Green. HEX triplet: 68, FA and 42. RGB value is (104,250,66). Sum of RGB (Red+Green+Blue) = 104+250+66=420 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.76% from 420); Green value is 250 (98.05% from 255 or 59.52% from 420); Blue value is 66 (26.17% from 255 or 15.71% from 420); Max value from RGB is 250 - color contains mainly: green. Hex color #68FA42 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #68FA42 is #9705BD. Grayscale: #B9B9B9. Windows color (decimal): -9897406 or 4389480. OLE color: 4389480.
HSL color Cylindrical-coordinate representation of color #68FA42: hue angle of 107.61º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #68FA42 is Cyan = 0.58, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 250 | 66 | - |
| CMYK | 0.58 | 0 | 0.74 | 0.02 |
| HSL | 107.61º | 0.95% | 0.62% | - |
| HSV(B) | 107.61º | 0.74% | 0.98% | - |
| XYZ | 40.88 | 71.71 | 16.84 | - |
| YUV | 185.37 | 60.63 | 69.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 250 | 66 | 0.58 | 0 | 0.74 | 0.02 | 107.61 | 0.95 | 0.62 |
| Hex | 68 | FA | 42 | 3A | 0 | 4A | 2 | 6C | 5F | 3E |
| Octal | 150 | 372 | 102 | 72 | 0 | 112 | 2 | 154 | 137 | 76 |
| Binary | 1101000 | 11111010 | 1000010 | 111010 | 0 | 1001010 | 10 | 1101100 | 1011111 | 111110 |
Color Harmonies of #68FA42
Complementary color
Monochromatic Colors of #68FA42
Black with #68FA42
Text Example
Text Example
White with #68FA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68FA42; }
p { color: rgb(104,250,66); }
H1.HeaderClassName
{
color: #68FA42;
}
.AnyTagClassName
{
color: #68FA42;
}
</style>
background-color css
<style>
a { background-color: #68FA42; }
a { background-color: rgb(104,250,66); }
div.DivClassName
{
background-color: #68FA42;
}
.BgClassName
{
background-color: #68FA42;
}
</style>
border-color css
<style>
span { border-color: #68FA42; }
span { border-color: rgb(104,250,66); }
td.TdClassName
{
border-color: #68FA42;
}
.TagClassName
{
border-color: #68FA42;
}
</style>