Shades of Screamin' Green #69FF74
Tints of Screamin' Green #69FF74
RGB
CMYK
RGB Variations
Color information
#69FF74 (or 0x69FF74) is known color: Screamin' Green. HEX triplet: 69, FF and 74. RGB value is (105,255,116). Sum of RGB (Red+Green+Blue) = 105+255+116=476 (63% of max value = 765). Red value is 105 (41.41% from 255 or 22.06% from 476); Green value is 255 (100% from 255 or 53.57% from 476); Blue value is 116 (45.70% from 255 or 24.37% from 476); Max value from RGB is 255 - color contains mainly: green. Hex color #69FF74 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #69FF74 is #96008B. Grayscale: #C2C2C2. Windows color (decimal): -9830540 or 7667561. OLE color: 7667561.
HSL color Cylindrical-coordinate representation of color #69FF74: hue angle of 124.4º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #69FF74 is Cyan = 0.59, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 105 | 255 | 116 | - |
| CMYK | 0.59 | 0 | 0.55 | 0 |
| HSL | 124.4º | 1% | 0.71% | - |
| HSV(B) | 124.4º | 0.59% | 1% | - |
| XYZ | 44.74 | 75.78 | 28.79 | - |
| YUV | 194.3 | 83.81 | 64.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 255 | 116 | 0.59 | 0 | 0.55 | 0 | 124.4 | 1 | 0.71 |
| Hex | 69 | FF | 74 | 3B | 0 | 37 | 0 | 7C | 64 | 47 |
| Octal | 151 | 377 | 164 | 73 | 0 | 67 | 0 | 174 | 144 | 107 |
| Binary | 1101001 | 11111111 | 1110100 | 111011 | 0 | 110111 | 0 | 1111100 | 1100100 | 1000111 |
Color Harmonies of #69FF74
Complementary color
Monochromatic Colors of #69FF74
Black with #69FF74
Text Example
Text Example
White with #69FF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69FF74; }
p { color: rgb(105,255,116); }
H1.HeaderClassName
{
color: #69FF74;
}
.AnyTagClassName
{
color: #69FF74;
}
</style>
background-color css
<style>
a { background-color: #69FF74; }
a { background-color: rgb(105,255,116); }
div.DivClassName
{
background-color: #69FF74;
}
.BgClassName
{
background-color: #69FF74;
}
</style>
border-color css
<style>
span { border-color: #69FF74; }
span { border-color: rgb(105,255,116); }
td.TdClassName
{
border-color: #69FF74;
}
.TagClassName
{
border-color: #69FF74;
}
</style>