Shades of Screamin' Green #69FE70
Tints of Screamin' Green #69FE70
RGB
CMYK
RGB Variations
Color information
#69FE70 (or 0x69FE70) is known color: Screamin' Green. HEX triplet: 69, FE and 70. RGB value is (105,254,112). Sum of RGB (Red+Green+Blue) = 105+254+112=471 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.29% from 471); Green value is 254 (99.61% from 255 or 53.93% from 471); Blue value is 112 (44.14% from 255 or 23.78% from 471); Max value from RGB is 254 - color contains mainly: green. Hex color #69FE70 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #69FE70 is #96018F. Grayscale: #C1C1C1. Windows color (decimal): -9830800 or 7405161. OLE color: 7405161.
HSL color Cylindrical-coordinate representation of color #69FE70: hue angle of 122.82º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #69FE70 is Cyan = 0.59, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 105 | 254 | 112 | - |
| CMYK | 0.59 | 0 | 0.56 | 0.00 |
| HSL | 122.82º | 0.99% | 0.7% | - |
| HSV(B) | 122.82º | 0.59% | 1% | - |
| XYZ | 44.19 | 75.06 | 27.49 | - |
| YUV | 193.26 | 82.14 | 65.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 254 | 112 | 0.59 | 0 | 0.56 | 0.00 | 122.82 | 0.99 | 0.7 |
| Hex | 69 | FE | 70 | 3B | 0 | 38 | 0 | 7B | 63 | 46 |
| Octal | 151 | 376 | 160 | 73 | 0 | 70 | 0 | 173 | 143 | 106 |
| Binary | 1101001 | 11111110 | 1110000 | 111011 | 0 | 111000 | 0 | 1111011 | 1100011 | 1000110 |
Color Harmonies of #69FE70
Complementary color
Monochromatic Colors of #69FE70
Black with #69FE70
Text Example
Text Example
White with #69FE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69FE70; }
p { color: rgb(105,254,112); }
H1.HeaderClassName
{
color: #69FE70;
}
.AnyTagClassName
{
color: #69FE70;
}
</style>
background-color css
<style>
a { background-color: #69FE70; }
a { background-color: rgb(105,254,112); }
div.DivClassName
{
background-color: #69FE70;
}
.BgClassName
{
background-color: #69FE70;
}
</style>
border-color css
<style>
span { border-color: #69FE70; }
span { border-color: rgb(105,254,112); }
td.TdClassName
{
border-color: #69FE70;
}
.TagClassName
{
border-color: #69FE70;
}
</style>