Shades of Screamin' Green #69FF46
Tints of Screamin' Green #69FF46
RGB
CMYK
RGB Variations
Color information
#69FF46 (or 0x69FF46) is known color: Screamin' Green. HEX triplet: 69, FF and 46. RGB value is (105,255,70). Sum of RGB (Red+Green+Blue) = 105+255+70=430 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.42% from 430); Green value is 255 (100% from 255 or 59.30% from 430); Blue value is 70 (27.73% from 255 or 16.28% from 430); Max value from RGB is 255 - color contains mainly: green. Hex color #69FF46 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #69FF46 is #9600B9. Grayscale: #BDBDBD. Windows color (decimal): -9830586 or 4652905. OLE color: 4652905.
HSL color Cylindrical-coordinate representation of color #69FF46: hue angle of 108.65º 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 #69FF46 is Cyan = 0.59, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 105 | 255 | 70 | - |
| CMYK | 0.59 | 0 | 0.73 | 0 |
| HSL | 108.65º | 1% | 0.64% | - |
| HSV(B) | 108.65º | 0.73% | 1% | - |
| XYZ | 42.69 | 74.97 | 18.01 | - |
| YUV | 189.06 | 60.81 | 68.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 255 | 70 | 0.59 | 0 | 0.73 | 0 | 108.65 | 1 | 0.64 |
| Hex | 69 | FF | 46 | 3B | 0 | 49 | 0 | 6D | 64 | 40 |
| Octal | 151 | 377 | 106 | 73 | 0 | 111 | 0 | 155 | 144 | 100 |
| Binary | 1101001 | 11111111 | 1000110 | 111011 | 0 | 1001001 | 0 | 1101101 | 1100100 | 1000000 |
Color Harmonies of #69FF46
Complementary color
Monochromatic Colors of #69FF46
Black with #69FF46
Text Example
Text Example
White with #69FF46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69FF46; }
p { color: rgb(105,255,70); }
H1.HeaderClassName
{
color: #69FF46;
}
.AnyTagClassName
{
color: #69FF46;
}
</style>
background-color css
<style>
a { background-color: #69FF46; }
a { background-color: rgb(105,255,70); }
div.DivClassName
{
background-color: #69FF46;
}
.BgClassName
{
background-color: #69FF46;
}
</style>
border-color css
<style>
span { border-color: #69FF46; }
span { border-color: rgb(105,255,70); }
td.TdClassName
{
border-color: #69FF46;
}
.TagClassName
{
border-color: #69FF46;
}
</style>