Shades of Screamin' Green #69F260
Tints of Screamin' Green #69F260
RGB
CMYK
RGB Variations
Color information
#69F260 (or 0x69F260) is known color: Screamin' Green. HEX triplet: 69, F2 and 60. RGB value is (105,242,96). Sum of RGB (Red+Green+Blue) = 105+242+96=443 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.70% from 443); Green value is 242 (94.92% from 255 or 54.63% from 443); Blue value is 96 (37.89% from 255 or 21.67% from 443); Max value from RGB is 242 - color contains mainly: green. Hex color #69F260 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #69F260 is #960D9F. Grayscale: #B8B8B8. Windows color (decimal): -9833888 or 6353513. OLE color: 6353513.
HSL color Cylindrical-coordinate representation of color #69F260: hue angle of 116.3º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #69F260 is Cyan = 0.57, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 105 | 242 | 96 | - |
| CMYK | 0.57 | 0 | 0.60 | 0.05 |
| HSL | 116.3º | 0.85% | 0.66% | - |
| HSV(B) | 116.3º | 0.6% | 0.95% | - |
| XYZ | 39.69 | 67.35 | 21.97 | - |
| YUV | 184.39 | 78.11 | 71.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 242 | 96 | 0.57 | 0 | 0.60 | 0.05 | 116.3 | 0.85 | 0.66 |
| Hex | 69 | F2 | 60 | 39 | 0 | 3C | 5 | 74 | 55 | 42 |
| Octal | 151 | 362 | 140 | 71 | 0 | 74 | 5 | 164 | 125 | 102 |
| Binary | 1101001 | 11110010 | 1100000 | 111001 | 0 | 111100 | 101 | 1110100 | 1010101 | 1000010 |
Color Harmonies of #69F260
Complementary color
Monochromatic Colors of #69F260
Black with #69F260
Text Example
Text Example
White with #69F260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69F260; }
p { color: rgb(105,242,96); }
H1.HeaderClassName
{
color: #69F260;
}
.AnyTagClassName
{
color: #69F260;
}
</style>
background-color css
<style>
a { background-color: #69F260; }
a { background-color: rgb(105,242,96); }
div.DivClassName
{
background-color: #69F260;
}
.BgClassName
{
background-color: #69F260;
}
</style>
border-color css
<style>
span { border-color: #69F260; }
span { border-color: rgb(105,242,96); }
td.TdClassName
{
border-color: #69F260;
}
.TagClassName
{
border-color: #69F260;
}
</style>