Shades of Screamin' Green #69EC70
Tints of Screamin' Green #69EC70
RGB
CMYK
RGB Variations
Color information
#69EC70 (or 0x69EC70) is known color: Screamin' Green. HEX triplet: 69, EC and 70. RGB value is (105,236,112). Sum of RGB (Red+Green+Blue) = 105+236+112=453 (60% of max value = 765). Red value is 105 (41.41% from 255 or 23.18% from 453); Green value is 236 (92.58% from 255 or 52.10% from 453); Blue value is 112 (44.14% from 255 or 24.72% from 453); Max value from RGB is 236 - color contains mainly: green. Hex color #69EC70 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #69EC70 is #96138F. Grayscale: #B7B7B7. Windows color (decimal): -9835408 or 7400553. OLE color: 7400553.
HSL color Cylindrical-coordinate representation of color #69EC70: hue angle of 123.21º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #69EC70 is Cyan = 0.56, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 105 | 236 | 112 | - |
| CMYK | 0.56 | 0 | 0.53 | 0.07 |
| HSL | 123.21º | 0.78% | 0.67% | - |
| HSV(B) | 123.21º | 0.56% | 0.93% | - |
| XYZ | 38.75 | 64.16 | 25.67 | - |
| YUV | 182.7 | 88.1 | 72.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 236 | 112 | 0.56 | 0 | 0.53 | 0.07 | 123.21 | 0.78 | 0.67 |
| Hex | 69 | EC | 70 | 38 | 0 | 35 | 7 | 7B | 4E | 43 |
| Octal | 151 | 354 | 160 | 70 | 0 | 65 | 7 | 173 | 116 | 103 |
| Binary | 1101001 | 11101100 | 1110000 | 111000 | 0 | 110101 | 111 | 1111011 | 1001110 | 1000011 |
Color Harmonies of #69EC70
Complementary color
Monochromatic Colors of #69EC70
Black with #69EC70
Text Example
Text Example
White with #69EC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69EC70; }
p { color: rgb(105,236,112); }
H1.HeaderClassName
{
color: #69EC70;
}
.AnyTagClassName
{
color: #69EC70;
}
</style>
background-color css
<style>
a { background-color: #69EC70; }
a { background-color: rgb(105,236,112); }
div.DivClassName
{
background-color: #69EC70;
}
.BgClassName
{
background-color: #69EC70;
}
</style>
border-color css
<style>
span { border-color: #69EC70; }
span { border-color: rgb(105,236,112); }
td.TdClassName
{
border-color: #69EC70;
}
.TagClassName
{
border-color: #69EC70;
}
</style>