Shades of Screamin' Green #68EF52
Tints of Screamin' Green #68EF52
RGB
CMYK
RGB Variations
Color information
#68EF52 (or 0x68EF52) is known color: Screamin' Green. HEX triplet: 68, EF and 52. RGB value is (104,239,82). Sum of RGB (Red+Green+Blue) = 104+239+82=425 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.47% from 425); Green value is 239 (93.75% from 255 or 56.24% from 425); Blue value is 82 (32.42% from 255 or 19.29% from 425); Max value from RGB is 239 - color contains mainly: green. Hex color #68EF52 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #68EF52 is #9710AD. Grayscale: #B5B5B5. Windows color (decimal): -9900206 or 5435240. OLE color: 5435240.
HSL color Cylindrical-coordinate representation of color #68EF52: hue angle of 111.59º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #68EF52 is Cyan = 0.56, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 104 | 239 | 82 | - |
| CMYK | 0.56 | 0 | 0.66 | 0.06 |
| HSL | 111.59º | 0.83% | 0.63% | - |
| HSV(B) | 111.59º | 0.66% | 0.94% | - |
| XYZ | 38.1 | 65.29 | 18.58 | - |
| YUV | 180.74 | 72.27 | 73.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 239 | 82 | 0.56 | 0 | 0.66 | 0.06 | 111.59 | 0.83 | 0.63 |
| Hex | 68 | EF | 52 | 38 | 0 | 42 | 6 | 70 | 53 | 3F |
| Octal | 150 | 357 | 122 | 70 | 0 | 102 | 6 | 160 | 123 | 77 |
| Binary | 1101000 | 11101111 | 1010010 | 111000 | 0 | 1000010 | 110 | 1110000 | 1010011 | 111111 |
Color Harmonies of #68EF52
Complementary color
Monochromatic Colors of #68EF52
Black with #68EF52
Text Example
Text Example
White with #68EF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EF52; }
p { color: rgb(104,239,82); }
H1.HeaderClassName
{
color: #68EF52;
}
.AnyTagClassName
{
color: #68EF52;
}
</style>
background-color css
<style>
a { background-color: #68EF52; }
a { background-color: rgb(104,239,82); }
div.DivClassName
{
background-color: #68EF52;
}
.BgClassName
{
background-color: #68EF52;
}
</style>
border-color css
<style>
span { border-color: #68EF52; }
span { border-color: rgb(104,239,82); }
td.TdClassName
{
border-color: #68EF52;
}
.TagClassName
{
border-color: #68EF52;
}
</style>