Shades of Screamin' Green #6CF25F
Tints of Screamin' Green #6CF25F
RGB
CMYK
RGB Variations
Color information
#6CF25F (or 0x6CF25F) is known color: Screamin' Green. HEX triplet: 6C, F2 and 5F. RGB value is (108,242,95). Sum of RGB (Red+Green+Blue) = 108+242+95=445 (58% of max value = 765). Red value is 108 (42.58% from 255 or 24.27% from 445); Green value is 242 (94.92% from 255 or 54.38% from 445); Blue value is 95 (37.5% from 255 or 21.35% from 445); Max value from RGB is 242 - color contains mainly: green. Hex color #6CF25F is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6CF25F is #930DA0. Grayscale: #B9B9B9. Windows color (decimal): -9637281 or 6287980. OLE color: 6287980.
HSL color Cylindrical-coordinate representation of color #6CF25F: hue angle of 114.69º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6CF25F is Cyan = 0.55, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 108 | 242 | 95 | - |
| CMYK | 0.55 | 0 | 0.61 | 0.05 |
| HSL | 114.69º | 0.85% | 0.66% | - |
| HSV(B) | 114.69º | 0.61% | 0.95% | - |
| XYZ | 40 | 67.52 | 21.75 | - |
| YUV | 185.18 | 77.11 | 72.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 242 | 95 | 0.55 | 0 | 0.61 | 0.05 | 114.69 | 0.85 | 0.66 |
| Hex | 6C | F2 | 5F | 37 | 0 | 3D | 5 | 73 | 55 | 42 |
| Octal | 154 | 362 | 137 | 67 | 0 | 75 | 5 | 163 | 125 | 102 |
| Binary | 1101100 | 11110010 | 1011111 | 110111 | 0 | 111101 | 101 | 1110011 | 1010101 | 1000010 |
Color Harmonies of #6CF25F
Complementary color
Monochromatic Colors of #6CF25F
Black with #6CF25F
Text Example
Text Example
White with #6CF25F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CF25F; }
p { color: rgb(108,242,95); }
H1.HeaderClassName
{
color: #6CF25F;
}
.AnyTagClassName
{
color: #6CF25F;
}
</style>
background-color css
<style>
a { background-color: #6CF25F; }
a { background-color: rgb(108,242,95); }
div.DivClassName
{
background-color: #6CF25F;
}
.BgClassName
{
background-color: #6CF25F;
}
</style>
border-color css
<style>
span { border-color: #6CF25F; }
span { border-color: rgb(108,242,95); }
td.TdClassName
{
border-color: #6CF25F;
}
.TagClassName
{
border-color: #6CF25F;
}
</style>