Shades of Screamin' Green #6CF145
Tints of Screamin' Green #6CF145
RGB
CMYK
RGB Variations
Color information
#6CF145 (or 0x6CF145) is known color: Screamin' Green. HEX triplet: 6C, F1 and 45. RGB value is (108,241,69). Sum of RGB (Red+Green+Blue) = 108+241+69=418 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.84% from 418); Green value is 241 (94.53% from 255 or 57.66% from 418); Blue value is 69 (27.34% from 255 or 16.51% from 418); Max value from RGB is 241 - color contains mainly: green. Hex color #6CF145 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #6CF145 is #930EBA. Grayscale: #B6B6B6. Windows color (decimal): -9637563 or 4583788. OLE color: 4583788.
HSL color Cylindrical-coordinate representation of color #6CF145: hue angle of 106.4º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6CF145 is Cyan = 0.55, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 108 | 241 | 69 | - |
| CMYK | 0.55 | 0 | 0.71 | 0.05 |
| HSL | 106.4º | 0.86% | 0.61% | - |
| HSV(B) | 106.4º | 0.71% | 0.95% | - |
| XYZ | 38.71 | 66.53 | 16.43 | - |
| YUV | 181.63 | 64.44 | 75.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 241 | 69 | 0.55 | 0 | 0.71 | 0.05 | 106.4 | 0.86 | 0.61 |
| Hex | 6C | F1 | 45 | 37 | 0 | 47 | 5 | 6A | 56 | 3D |
| Octal | 154 | 361 | 105 | 67 | 0 | 107 | 5 | 152 | 126 | 75 |
| Binary | 1101100 | 11110001 | 1000101 | 110111 | 0 | 1000111 | 101 | 1101010 | 1010110 | 111101 |
Color Harmonies of #6CF145
Complementary color
Monochromatic Colors of #6CF145
Black with #6CF145
Text Example
Text Example
White with #6CF145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CF145; }
p { color: rgb(108,241,69); }
H1.HeaderClassName
{
color: #6CF145;
}
.AnyTagClassName
{
color: #6CF145;
}
</style>
background-color css
<style>
a { background-color: #6CF145; }
a { background-color: rgb(108,241,69); }
div.DivClassName
{
background-color: #6CF145;
}
.BgClassName
{
background-color: #6CF145;
}
</style>
border-color css
<style>
span { border-color: #6CF145; }
span { border-color: rgb(108,241,69); }
td.TdClassName
{
border-color: #6CF145;
}
.TagClassName
{
border-color: #6CF145;
}
</style>