Shades of Screamin' Green #46FF65
Tints of Screamin' Green #46FF65
RGB
CMYK
RGB Variations
Color information
#46FF65 (or 0x46FF65) is known color: Screamin' Green. HEX triplet: 46, FF and 65. RGB value is (70,255,101). Sum of RGB (Red+Green+Blue) = 70+255+101=426 (56% of max value = 765). Red value is 70 (27.73% from 255 or 16.43% from 426); Green value is 255 (100% from 255 or 59.86% from 426); Blue value is 101 (39.84% from 255 or 23.71% from 426); Max value from RGB is 255 - color contains mainly: green. Hex color #46FF65 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #46FF65 is #B9009A. Grayscale: #B6B6B6. Windows color (decimal): -12124315 or 6684486. OLE color: 6684486.
HSL color Cylindrical-coordinate representation of color #46FF65: hue angle of 130.05º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #46FF65 is Cyan = 0.73, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 70 | 255 | 101 | - |
| CMYK | 0.73 | 0 | 0.60 | 0 |
| HSL | 130.05º | 1% | 0.64% | - |
| HSV(B) | 130.05º | 0.73% | 1% | - |
| XYZ | 40.63 | 73.76 | 24.41 | - |
| YUV | 182.13 | 82.21 | 48.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 255 | 101 | 0.73 | 0 | 0.60 | 0 | 130.05 | 1 | 0.64 |
| Hex | 46 | FF | 65 | 49 | 0 | 3C | 0 | 82 | 64 | 40 |
| Octal | 106 | 377 | 145 | 111 | 0 | 74 | 0 | 202 | 144 | 100 |
| Binary | 1000110 | 11111111 | 1100101 | 1001001 | 0 | 111100 | 0 | 10000010 | 1100100 | 1000000 |
Color Harmonies of #46FF65
Complementary color
Monochromatic Colors of #46FF65
Black with #46FF65
Text Example
Text Example
White with #46FF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46FF65; }
p { color: rgb(70,255,101); }
H1.HeaderClassName
{
color: #46FF65;
}
.AnyTagClassName
{
color: #46FF65;
}
</style>
background-color css
<style>
a { background-color: #46FF65; }
a { background-color: rgb(70,255,101); }
div.DivClassName
{
background-color: #46FF65;
}
.BgClassName
{
background-color: #46FF65;
}
</style>
border-color css
<style>
span { border-color: #46FF65; }
span { border-color: rgb(70,255,101); }
td.TdClassName
{
border-color: #46FF65;
}
.TagClassName
{
border-color: #46FF65;
}
</style>