Shades of Screamin' Green #69FF72
Tints of Screamin' Green #69FF72
RGB
CMYK
RGB Variations
Color information
#69FF72 (or 0x69FF72) is known color: Screamin' Green. HEX triplet: 69, FF and 72. RGB value is (105,255,114). Sum of RGB (Red+Green+Blue) = 105+255+114=474 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.15% from 474); Green value is 255 (100% from 255 or 53.80% from 474); Blue value is 114 (44.92% from 255 or 24.05% from 474); Max value from RGB is 255 - color contains mainly: green. Hex color #69FF72 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #69FF72 is #96008D. Grayscale: #C2C2C2. Windows color (decimal): -9830542 or 7536489. OLE color: 7536489.
HSL color Cylindrical-coordinate representation of color #69FF72: hue angle of 123.6º 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 #69FF72 is Cyan = 0.59, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 105 | 255 | 114 | - |
| CMYK | 0.59 | 0 | 0.55 | 0 |
| HSL | 123.6º | 1% | 0.71% | - |
| HSV(B) | 123.6º | 0.59% | 1% | - |
| XYZ | 44.62 | 75.74 | 28.19 | - |
| YUV | 194.08 | 82.81 | 64.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 255 | 114 | 0.59 | 0 | 0.55 | 0 | 123.6 | 1 | 0.71 |
| Hex | 69 | FF | 72 | 3B | 0 | 37 | 0 | 7C | 64 | 47 |
| Octal | 151 | 377 | 162 | 73 | 0 | 67 | 0 | 174 | 144 | 107 |
| Binary | 1101001 | 11111111 | 1110010 | 111011 | 0 | 110111 | 0 | 1111100 | 1100100 | 1000111 |
Color Harmonies of #69FF72
Complementary color
Monochromatic Colors of #69FF72
Black with #69FF72
Text Example
Text Example
White with #69FF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69FF72; }
p { color: rgb(105,255,114); }
H1.HeaderClassName
{
color: #69FF72;
}
.AnyTagClassName
{
color: #69FF72;
}
</style>
background-color css
<style>
a { background-color: #69FF72; }
a { background-color: rgb(105,255,114); }
div.DivClassName
{
background-color: #69FF72;
}
.BgClassName
{
background-color: #69FF72;
}
</style>
border-color css
<style>
span { border-color: #69FF72; }
span { border-color: rgb(105,255,114); }
td.TdClassName
{
border-color: #69FF72;
}
.TagClassName
{
border-color: #69FF72;
}
</style>