Shades of Screamin' Green #69EF76
Tints of Screamin' Green #69EF76
RGB
CMYK
RGB Variations
Color information
#69EF76 (or 0x69EF76) is known color: Screamin' Green. HEX triplet: 69, EF and 76. RGB value is (105,239,118). Sum of RGB (Red+Green+Blue) = 105+239+118=462 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.73% from 462); Green value is 239 (93.75% from 255 or 51.73% from 462); Blue value is 118 (46.48% from 255 or 25.54% from 462); Max value from RGB is 239 - color contains mainly: green. Hex color #69EF76 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #69EF76 is #961089. Grayscale: #B9B9B9. Windows color (decimal): -9834634 or 7794537. OLE color: 7794537.
HSL color Cylindrical-coordinate representation of color #69EF76: hue angle of 125.82º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #69EF76 is Cyan = 0.56, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 105 | 239 | 118 | - |
| CMYK | 0.56 | 0 | 0.51 | 0.06 |
| HSL | 125.82º | 0.81% | 0.67% | - |
| HSV(B) | 125.82º | 0.56% | 0.94% | - |
| XYZ | 39.96 | 66.04 | 27.78 | - |
| YUV | 185.14 | 90.11 | 70.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 239 | 118 | 0.56 | 0 | 0.51 | 0.06 | 125.82 | 0.81 | 0.67 |
| Hex | 69 | EF | 76 | 38 | 0 | 33 | 6 | 7E | 51 | 43 |
| Octal | 151 | 357 | 166 | 70 | 0 | 63 | 6 | 176 | 121 | 103 |
| Binary | 1101001 | 11101111 | 1110110 | 111000 | 0 | 110011 | 110 | 1111110 | 1010001 | 1000011 |
Color Harmonies of #69EF76
Complementary color
Monochromatic Colors of #69EF76
Black with #69EF76
Text Example
Text Example
White with #69EF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69EF76; }
p { color: rgb(105,239,118); }
H1.HeaderClassName
{
color: #69EF76;
}
.AnyTagClassName
{
color: #69EF76;
}
</style>
background-color css
<style>
a { background-color: #69EF76; }
a { background-color: rgb(105,239,118); }
div.DivClassName
{
background-color: #69EF76;
}
.BgClassName
{
background-color: #69EF76;
}
</style>
border-color css
<style>
span { border-color: #69EF76; }
span { border-color: rgb(105,239,118); }
td.TdClassName
{
border-color: #69EF76;
}
.TagClassName
{
border-color: #69EF76;
}
</style>