Shades of Pastel Green #6DE262
Tints of Pastel Green #6DE262
RGB
CMYK
RGB Variations
Color information
#6DE262 (or 0x6DE262) is known color: Pastel Green. HEX triplet: 6D, E2 and 62. RGB value is (109,226,98). Sum of RGB (Red+Green+Blue) = 109+226+98=433 (57% of max value = 765). Red value is 109 (42.97% from 255 or 25.17% from 433); Green value is 226 (88.67% from 255 or 52.19% from 433); Blue value is 98 (38.67% from 255 or 22.63% from 433); Max value from RGB is 226 - color contains mainly: green. Hex color #6DE262 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DE262 is #921D9D. Grayscale: #B0B0B0. Windows color (decimal): -9575838 or 6480493. OLE color: 6480493.
HSL color Cylindrical-coordinate representation of color #6DE262: hue angle of 114.84º degrees, saturation: 0.69, 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 #6DE262 is Cyan = 0.52, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 109 | 226 | 98 | - |
| CMYK | 0.52 | 0 | 0.57 | 0.11 |
| HSL | 114.84º | 0.69% | 0.64% | - |
| HSV(B) | 114.84º | 0.57% | 0.89% | - |
| XYZ | 35.71 | 58.53 | 20.97 | - |
| YUV | 176.43 | 83.74 | 79.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 226 | 98 | 0.52 | 0 | 0.57 | 0.11 | 114.84 | 0.69 | 0.64 |
| Hex | 6D | E2 | 62 | 34 | 0 | 39 | B | 73 | 45 | 40 |
| Octal | 155 | 342 | 142 | 64 | 0 | 71 | 13 | 163 | 105 | 100 |
| Binary | 1101101 | 11100010 | 1100010 | 110100 | 0 | 111001 | 1011 | 1110011 | 1000101 | 1000000 |
Color Harmonies of #6DE262
Complementary color
Monochromatic Colors of #6DE262
Black with #6DE262
Text Example
Text Example
White with #6DE262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DE262; }
p { color: rgb(109,226,98); }
H1.HeaderClassName
{
color: #6DE262;
}
.AnyTagClassName
{
color: #6DE262;
}
</style>
background-color css
<style>
a { background-color: #6DE262; }
a { background-color: rgb(109,226,98); }
div.DivClassName
{
background-color: #6DE262;
}
.BgClassName
{
background-color: #6DE262;
}
</style>
border-color css
<style>
span { border-color: #6DE262; }
span { border-color: rgb(109,226,98); }
td.TdClassName
{
border-color: #6DE262;
}
.TagClassName
{
border-color: #6DE262;
}
</style>