Shades of Screamin' Green #69E74A
Tints of Screamin' Green #69E74A
RGB
CMYK
RGB Variations
Color information
#69E74A (or 0x69E74A) is known color: Screamin' Green. HEX triplet: 69, E7 and 4A. RGB value is (105,231,74). Sum of RGB (Red+Green+Blue) = 105+231+74=410 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.61% from 410); Green value is 231 (90.62% from 255 or 56.34% from 410); Blue value is 74 (29.30% from 255 or 18.05% from 410); Max value from RGB is 231 - color contains mainly: green. Hex color #69E74A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #69E74A is #9618B5. Grayscale: #AFAFAF. Windows color (decimal): -9836726 or 4908905. OLE color: 4908905.
HSL color Cylindrical-coordinate representation of color #69E74A: hue angle of 108.15º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #69E74A is Cyan = 0.55, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 105 | 231 | 74 | - |
| CMYK | 0.55 | 0 | 0.68 | 0.09 |
| HSL | 108.15º | 0.77% | 0.6% | - |
| HSV(B) | 108.15º | 0.68% | 0.91% | - |
| XYZ | 35.64 | 60.65 | 16.31 | - |
| YUV | 175.43 | 70.76 | 77.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 231 | 74 | 0.55 | 0 | 0.68 | 0.09 | 108.15 | 0.77 | 0.6 |
| Hex | 69 | E7 | 4A | 37 | 0 | 44 | 9 | 6C | 4D | 3C |
| Octal | 151 | 347 | 112 | 67 | 0 | 104 | 11 | 154 | 115 | 74 |
| Binary | 1101001 | 11100111 | 1001010 | 110111 | 0 | 1000100 | 1001 | 1101100 | 1001101 | 111100 |
Color Harmonies of #69E74A
Complementary color
Monochromatic Colors of #69E74A
Black with #69E74A
Text Example
Text Example
White with #69E74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69E74A; }
p { color: rgb(105,231,74); }
H1.HeaderClassName
{
color: #69E74A;
}
.AnyTagClassName
{
color: #69E74A;
}
</style>
background-color css
<style>
a { background-color: #69E74A; }
a { background-color: rgb(105,231,74); }
div.DivClassName
{
background-color: #69E74A;
}
.BgClassName
{
background-color: #69E74A;
}
</style>
border-color css
<style>
span { border-color: #69E74A; }
span { border-color: rgb(105,231,74); }
td.TdClassName
{
border-color: #69E74A;
}
.TagClassName
{
border-color: #69E74A;
}
</style>