Shades of Pastel Green #69E372
Tints of Pastel Green #69E372
RGB
CMYK
RGB Variations
Color information
#69E372 (or 0x69E372) is known color: Pastel Green. HEX triplet: 69, E3 and 72. RGB value is (105,227,114). Sum of RGB (Red+Green+Blue) = 105+227+114=446 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.54% from 446); Green value is 227 (89.06% from 255 or 50.90% from 446); Blue value is 114 (44.92% from 255 or 25.56% from 446); Max value from RGB is 227 - color contains mainly: green. Hex color #69E372 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69E372 is #961C8D. Grayscale: #B1B1B1. Windows color (decimal): -9837710 or 7529321. OLE color: 7529321.
HSL color Cylindrical-coordinate representation of color #69E372: hue angle of 124.43º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #69E372 is Cyan = 0.54, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 105 | 227 | 114 | - |
| CMYK | 0.54 | 0 | 0.50 | 0.11 |
| HSL | 124.43º | 0.69% | 0.65% | - |
| HSV(B) | 124.43º | 0.54% | 0.89% | - |
| XYZ | 36.33 | 59.16 | 25.42 | - |
| YUV | 177.64 | 92.08 | 76.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 227 | 114 | 0.54 | 0 | 0.50 | 0.11 | 124.43 | 0.69 | 0.65 |
| Hex | 69 | E3 | 72 | 36 | 0 | 32 | B | 7C | 45 | 41 |
| Octal | 151 | 343 | 162 | 66 | 0 | 62 | 13 | 174 | 105 | 101 |
| Binary | 1101001 | 11100011 | 1110010 | 110110 | 0 | 110010 | 1011 | 1111100 | 1000101 | 1000001 |
Color Harmonies of #69E372
Complementary color
Monochromatic Colors of #69E372
Black with #69E372
Text Example
Text Example
White with #69E372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69E372; }
p { color: rgb(105,227,114); }
H1.HeaderClassName
{
color: #69E372;
}
.AnyTagClassName
{
color: #69E372;
}
</style>
background-color css
<style>
a { background-color: #69E372; }
a { background-color: rgb(105,227,114); }
div.DivClassName
{
background-color: #69E372;
}
.BgClassName
{
background-color: #69E372;
}
</style>
border-color css
<style>
span { border-color: #69E372; }
span { border-color: rgb(105,227,114); }
td.TdClassName
{
border-color: #69E372;
}
.TagClassName
{
border-color: #69E372;
}
</style>