Shades of Pastel Green #69E970
Tints of Pastel Green #69E970
RGB
CMYK
RGB Variations
Color information
#69E970 (or 0x69E970) is known color: Pastel Green. HEX triplet: 69, E9 and 70. RGB value is (105,233,112). Sum of RGB (Red+Green+Blue) = 105+233+112=450 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.33% from 450); Green value is 233 (91.41% from 255 or 51.78% from 450); Blue value is 112 (44.14% from 255 or 24.89% from 450); Max value from RGB is 233 - color contains mainly: green. Hex color #69E970 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #69E970 is #96168F. Grayscale: #B5B5B5. Windows color (decimal): -9836176 or 7399785. OLE color: 7399785.
HSL color Cylindrical-coordinate representation of color #69E970: hue angle of 123.28º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #69E970 is Cyan = 0.55, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 105 | 233 | 112 | - |
| CMYK | 0.55 | 0 | 0.52 | 0.09 |
| HSL | 123.28º | 0.74% | 0.66% | - |
| HSV(B) | 123.28º | 0.55% | 0.91% | - |
| XYZ | 37.89 | 62.45 | 25.39 | - |
| YUV | 180.93 | 89.09 | 73.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 233 | 112 | 0.55 | 0 | 0.52 | 0.09 | 123.28 | 0.74 | 0.66 |
| Hex | 69 | E9 | 70 | 37 | 0 | 34 | 9 | 7B | 4A | 42 |
| Octal | 151 | 351 | 160 | 67 | 0 | 64 | 11 | 173 | 112 | 102 |
| Binary | 1101001 | 11101001 | 1110000 | 110111 | 0 | 110100 | 1001 | 1111011 | 1001010 | 1000010 |
Color Harmonies of #69E970
Complementary color
Monochromatic Colors of #69E970
Black with #69E970
Text Example
Text Example
White with #69E970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69E970; }
p { color: rgb(105,233,112); }
H1.HeaderClassName
{
color: #69E970;
}
.AnyTagClassName
{
color: #69E970;
}
</style>
background-color css
<style>
a { background-color: #69E970; }
a { background-color: rgb(105,233,112); }
div.DivClassName
{
background-color: #69E970;
}
.BgClassName
{
background-color: #69E970;
}
</style>
border-color css
<style>
span { border-color: #69E970; }
span { border-color: rgb(105,233,112); }
td.TdClassName
{
border-color: #69E970;
}
.TagClassName
{
border-color: #69E970;
}
</style>