Shades of Screamin' Green #69F273
Tints of Screamin' Green #69F273
RGB
CMYK
RGB Variations
Color information
#69F273 (or 0x69F273) is known color: Screamin' Green. HEX triplet: 69, F2 and 73. RGB value is (105,242,115). Sum of RGB (Red+Green+Blue) = 105+242+115=462 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.73% from 462); Green value is 242 (94.92% from 255 or 52.38% from 462); Blue value is 115 (45.31% from 255 or 24.89% from 462); Max value from RGB is 242 - color contains mainly: green. Hex color #69F273 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #69F273 is #960D8C. Grayscale: #BABABA. Windows color (decimal): -9833869 or 7598697. OLE color: 7598697.
HSL color Cylindrical-coordinate representation of color #69F273: hue angle of 124.38º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #69F273 is Cyan = 0.57, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 105 | 242 | 115 | - |
| CMYK | 0.57 | 0 | 0.52 | 0.05 |
| HSL | 124.38º | 0.84% | 0.68% | - |
| HSV(B) | 124.38º | 0.57% | 0.95% | - |
| XYZ | 40.67 | 67.75 | 27.15 | - |
| YUV | 186.56 | 87.61 | 69.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 242 | 115 | 0.57 | 0 | 0.52 | 0.05 | 124.38 | 0.84 | 0.68 |
| Hex | 69 | F2 | 73 | 39 | 0 | 34 | 5 | 7C | 54 | 44 |
| Octal | 151 | 362 | 163 | 71 | 0 | 64 | 5 | 174 | 124 | 104 |
| Binary | 1101001 | 11110010 | 1110011 | 111001 | 0 | 110100 | 101 | 1111100 | 1010100 | 1000100 |
Color Harmonies of #69F273
Complementary color
Monochromatic Colors of #69F273
Black with #69F273
Text Example
Text Example
White with #69F273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69F273; }
p { color: rgb(105,242,115); }
H1.HeaderClassName
{
color: #69F273;
}
.AnyTagClassName
{
color: #69F273;
}
</style>
background-color css
<style>
a { background-color: #69F273; }
a { background-color: rgb(105,242,115); }
div.DivClassName
{
background-color: #69F273;
}
.BgClassName
{
background-color: #69F273;
}
</style>
border-color css
<style>
span { border-color: #69F273; }
span { border-color: rgb(105,242,115); }
td.TdClassName
{
border-color: #69F273;
}
.TagClassName
{
border-color: #69F273;
}
</style>