Shades of Screamin' Green #6CF252
Tints of Screamin' Green #6CF252
RGB
CMYK
RGB Variations
Color information
#6CF252 (or 0x6CF252) is known color: Screamin' Green. HEX triplet: 6C, F2 and 52. RGB value is (108,242,82). Sum of RGB (Red+Green+Blue) = 108+242+82=432 (57% of max value = 765). Red value is 108 (42.58% from 255 or 25% from 432); Green value is 242 (94.92% from 255 or 56.02% from 432); Blue value is 82 (32.42% from 255 or 18.98% from 432); Max value from RGB is 242 - color contains mainly: green. Hex color #6CF252 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6CF252 is #930DAD. Grayscale: #B8B8B8. Windows color (decimal): -9637294 or 5436012. OLE color: 5436012.
HSL color Cylindrical-coordinate representation of color #6CF252: hue angle of 110.25º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6CF252 is Cyan = 0.55, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 108 | 242 | 82 | - |
| CMYK | 0.55 | 0 | 0.66 | 0.05 |
| HSL | 110.25º | 0.86% | 0.64% | - |
| HSV(B) | 110.25º | 0.66% | 0.95% | - |
| XYZ | 39.46 | 67.3 | 18.89 | - |
| YUV | 183.69 | 70.61 | 74.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 242 | 82 | 0.55 | 0 | 0.66 | 0.05 | 110.25 | 0.86 | 0.64 |
| Hex | 6C | F2 | 52 | 37 | 0 | 42 | 5 | 6E | 56 | 40 |
| Octal | 154 | 362 | 122 | 67 | 0 | 102 | 5 | 156 | 126 | 100 |
| Binary | 1101100 | 11110010 | 1010010 | 110111 | 0 | 1000010 | 101 | 1101110 | 1010110 | 1000000 |
Color Harmonies of #6CF252
Complementary color
Monochromatic Colors of #6CF252
Black with #6CF252
Text Example
Text Example
White with #6CF252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CF252; }
p { color: rgb(108,242,82); }
H1.HeaderClassName
{
color: #6CF252;
}
.AnyTagClassName
{
color: #6CF252;
}
</style>
background-color css
<style>
a { background-color: #6CF252; }
a { background-color: rgb(108,242,82); }
div.DivClassName
{
background-color: #6CF252;
}
.BgClassName
{
background-color: #6CF252;
}
</style>
border-color css
<style>
span { border-color: #6CF252; }
span { border-color: rgb(108,242,82); }
td.TdClassName
{
border-color: #6CF252;
}
.TagClassName
{
border-color: #6CF252;
}
</style>