Shades of Pastel Green #69E362
Tints of Pastel Green #69E362
RGB
CMYK
RGB Variations
Color information
#69E362 (or 0x69E362) is known color: Pastel Green. HEX triplet: 69, E3 and 62. RGB value is (105,227,98). Sum of RGB (Red+Green+Blue) = 105+227+98=430 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.42% from 430); Green value is 227 (89.06% from 255 or 52.79% from 430); Blue value is 98 (38.67% from 255 or 22.79% from 430); Max value from RGB is 227 - color contains mainly: green. Hex color #69E362 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69E362 is #961C9D. Grayscale: #B0B0B0. Windows color (decimal): -9837726 or 6480745. OLE color: 6480745.
HSL color Cylindrical-coordinate representation of color #69E362: hue angle of 116.74º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #69E362 is Cyan = 0.54, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 105 | 227 | 98 | - |
| CMYK | 0.54 | 0 | 0.57 | 0.11 |
| HSL | 116.74º | 0.7% | 0.64% | - |
| HSV(B) | 116.74º | 0.57% | 0.89% | - |
| XYZ | 35.5 | 58.82 | 21.04 | - |
| YUV | 175.82 | 84.08 | 77.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 227 | 98 | 0.54 | 0 | 0.57 | 0.11 | 116.74 | 0.7 | 0.64 |
| Hex | 69 | E3 | 62 | 36 | 0 | 39 | B | 75 | 46 | 40 |
| Octal | 151 | 343 | 142 | 66 | 0 | 71 | 13 | 165 | 106 | 100 |
| Binary | 1101001 | 11100011 | 1100010 | 110110 | 0 | 111001 | 1011 | 1110101 | 1000110 | 1000000 |
Color Harmonies of #69E362
Complementary color
Monochromatic Colors of #69E362
Black with #69E362
Text Example
Text Example
White with #69E362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69E362; }
p { color: rgb(105,227,98); }
H1.HeaderClassName
{
color: #69E362;
}
.AnyTagClassName
{
color: #69E362;
}
</style>
background-color css
<style>
a { background-color: #69E362; }
a { background-color: rgb(105,227,98); }
div.DivClassName
{
background-color: #69E362;
}
.BgClassName
{
background-color: #69E362;
}
</style>
border-color css
<style>
span { border-color: #69E362; }
span { border-color: rgb(105,227,98); }
td.TdClassName
{
border-color: #69E362;
}
.TagClassName
{
border-color: #69E362;
}
</style>