Shades of Screamin' Green #68F25A
Tints of Screamin' Green #68F25A
RGB
CMYK
RGB Variations
Color information
#68F25A (or 0x68F25A) is known color: Screamin' Green. HEX triplet: 68, F2 and 5A. RGB value is (104,242,90). Sum of RGB (Red+Green+Blue) = 104+242+90=436 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.85% from 436); Green value is 242 (94.92% from 255 or 55.50% from 436); Blue value is 90 (35.55% from 255 or 20.64% from 436); Max value from RGB is 242 - color contains mainly: green. Hex color #68F25A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #68F25A is #970DA5. Grayscale: #B7B7B7. Windows color (decimal): -9899430 or 5960296. OLE color: 5960296.
HSL color Cylindrical-coordinate representation of color #68F25A: hue angle of 114.47º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #68F25A is Cyan = 0.57, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 104 | 242 | 90 | - |
| CMYK | 0.57 | 0 | 0.63 | 0.05 |
| HSL | 114.47º | 0.85% | 0.65% | - |
| HSV(B) | 114.47º | 0.63% | 0.95% | - |
| XYZ | 39.31 | 67.19 | 20.57 | - |
| YUV | 183.41 | 75.28 | 71.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 242 | 90 | 0.57 | 0 | 0.63 | 0.05 | 114.47 | 0.85 | 0.65 |
| Hex | 68 | F2 | 5A | 39 | 0 | 3F | 5 | 72 | 55 | 41 |
| Octal | 150 | 362 | 132 | 71 | 0 | 77 | 5 | 162 | 125 | 101 |
| Binary | 1101000 | 11110010 | 1011010 | 111001 | 0 | 111111 | 101 | 1110010 | 1010101 | 1000001 |
Color Harmonies of #68F25A
Complementary color
Monochromatic Colors of #68F25A
Black with #68F25A
Text Example
Text Example
White with #68F25A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F25A; }
p { color: rgb(104,242,90); }
H1.HeaderClassName
{
color: #68F25A;
}
.AnyTagClassName
{
color: #68F25A;
}
</style>
background-color css
<style>
a { background-color: #68F25A; }
a { background-color: rgb(104,242,90); }
div.DivClassName
{
background-color: #68F25A;
}
.BgClassName
{
background-color: #68F25A;
}
</style>
border-color css
<style>
span { border-color: #68F25A; }
span { border-color: rgb(104,242,90); }
td.TdClassName
{
border-color: #68F25A;
}
.TagClassName
{
border-color: #68F25A;
}
</style>