Shades of Screamin' Green #6AFE85
Tints of Screamin' Green #6AFE85
RGB
CMYK
RGB Variations
Color information
#6AFE85 (or 0x6AFE85) is known color: Screamin' Green. HEX triplet: 6A, FE and 85. RGB value is (106,254,133). Sum of RGB (Red+Green+Blue) = 106+254+133=493 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.50% from 493); Green value is 254 (99.61% from 255 or 51.52% from 493); Blue value is 133 (52.34% from 255 or 26.98% from 493); Max value from RGB is 254 - color contains mainly: green. Hex color #6AFE85 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AFE85 is #95017A. Grayscale: #C4C4C4. Windows color (decimal): -9765243 or 8781418. OLE color: 8781418.
HSL color Cylindrical-coordinate representation of color #6AFE85: hue angle of 130.95º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AFE85 is Cyan = 0.58, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 106 | 254 | 133 | - |
| CMYK | 0.58 | 0 | 0.48 | 0.00 |
| HSL | 130.95º | 0.99% | 0.71% | - |
| HSV(B) | 130.95º | 0.58% | 1% | - |
| XYZ | 45.62 | 75.64 | 34.39 | - |
| YUV | 195.95 | 92.47 | 63.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 254 | 133 | 0.58 | 0 | 0.48 | 0.00 | 130.95 | 0.99 | 0.71 |
| Hex | 6A | FE | 85 | 3A | 0 | 30 | 0 | 83 | 63 | 47 |
| Octal | 152 | 376 | 205 | 72 | 0 | 60 | 0 | 203 | 143 | 107 |
| Binary | 1101010 | 11111110 | 10000101 | 111010 | 0 | 110000 | 0 | 10000011 | 1100011 | 1000111 |
Color Harmonies of #6AFE85
Complementary color
Monochromatic Colors of #6AFE85
Black with #6AFE85
Text Example
Text Example
White with #6AFE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AFE85; }
p { color: rgb(106,254,133); }
H1.HeaderClassName
{
color: #6AFE85;
}
.AnyTagClassName
{
color: #6AFE85;
}
</style>
background-color css
<style>
a { background-color: #6AFE85; }
a { background-color: rgb(106,254,133); }
div.DivClassName
{
background-color: #6AFE85;
}
.BgClassName
{
background-color: #6AFE85;
}
</style>
border-color css
<style>
span { border-color: #6AFE85; }
span { border-color: rgb(106,254,133); }
td.TdClassName
{
border-color: #6AFE85;
}
.TagClassName
{
border-color: #6AFE85;
}
</style>