Shades of Screamin' Green #6CF985
Tints of Screamin' Green #6CF985
RGB
CMYK
RGB Variations
Color information
#6CF985 (or 0x6CF985) is known color: Screamin' Green. HEX triplet: 6C, F9 and 85. RGB value is (108,249,133). Sum of RGB (Red+Green+Blue) = 108+249+133=490 (64% of max value = 765). Red value is 108 (42.58% from 255 or 22.04% from 490); Green value is 249 (97.66% from 255 or 50.82% from 490); Blue value is 133 (52.34% from 255 or 27.14% from 490); Max value from RGB is 249 - color contains mainly: green. Hex color #6CF985 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6CF985 is #93067A. Grayscale: #C1C1C1. Windows color (decimal): -9635451 or 8780140. OLE color: 8780140.
HSL color Cylindrical-coordinate representation of color #6CF985: hue angle of 130.64º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6CF985 is Cyan = 0.57, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 108 | 249 | 133 | - |
| CMYK | 0.57 | 0 | 0.47 | 0.02 |
| HSL | 130.64º | 0.92% | 0.7% | - |
| HSV(B) | 130.64º | 0.57% | 0.98% | - |
| XYZ | 44.29 | 72.63 | 33.88 | - |
| YUV | 193.62 | 93.79 | 66.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 249 | 133 | 0.57 | 0 | 0.47 | 0.02 | 130.64 | 0.92 | 0.7 |
| Hex | 6C | F9 | 85 | 39 | 0 | 2F | 2 | 83 | 5C | 46 |
| Octal | 154 | 371 | 205 | 71 | 0 | 57 | 2 | 203 | 134 | 106 |
| Binary | 1101100 | 11111001 | 10000101 | 111001 | 0 | 101111 | 10 | 10000011 | 1011100 | 1000110 |
Color Harmonies of #6CF985
Complementary color
Monochromatic Colors of #6CF985
Black with #6CF985
Text Example
Text Example
White with #6CF985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CF985; }
p { color: rgb(108,249,133); }
H1.HeaderClassName
{
color: #6CF985;
}
.AnyTagClassName
{
color: #6CF985;
}
</style>
background-color css
<style>
a { background-color: #6CF985; }
a { background-color: rgb(108,249,133); }
div.DivClassName
{
background-color: #6CF985;
}
.BgClassName
{
background-color: #6CF985;
}
</style>
border-color css
<style>
span { border-color: #6CF985; }
span { border-color: rgb(108,249,133); }
td.TdClassName
{
border-color: #6CF985;
}
.TagClassName
{
border-color: #6CF985;
}
</style>