Shades of Pastel Green #6ED465
Tints of Pastel Green #6ED465
RGB
CMYK
RGB Variations
Color information
#6ED465 (or 0x6ED465) is known color: Pastel Green. HEX triplet: 6E, D4 and 65. RGB value is (110,212,101). Sum of RGB (Red+Green+Blue) = 110+212+101=423 (56% of max value = 765). Red value is 110 (43.36% from 255 or 26.00% from 423); Green value is 212 (83.20% from 255 or 50.12% from 423); Blue value is 101 (39.84% from 255 or 23.88% from 423); Max value from RGB is 212 - color contains mainly: green. Hex color #6ED465 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ED465 is #912B9A. Grayscale: #A9A9A9. Windows color (decimal): -9513883 or 6673518. OLE color: 6673518.
HSL color Cylindrical-coordinate representation of color #6ED465: hue angle of 115.14º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6ED465 is Cyan = 0.48, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 110 | 212 | 101 | - |
| CMYK | 0.48 | 0 | 0.52 | 0.17 |
| HSL | 115.14º | 0.56% | 0.61% | - |
| HSV(B) | 115.14º | 0.52% | 0.83% | - |
| XYZ | 32.32 | 51.34 | 20.52 | - |
| YUV | 168.85 | 89.71 | 86.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 212 | 101 | 0.48 | 0 | 0.52 | 0.17 | 115.14 | 0.56 | 0.61 |
| Hex | 6E | D4 | 65 | 30 | 0 | 34 | 11 | 73 | 38 | 3D |
| Octal | 156 | 324 | 145 | 60 | 0 | 64 | 21 | 163 | 70 | 75 |
| Binary | 1101110 | 11010100 | 1100101 | 110000 | 0 | 110100 | 10001 | 1110011 | 111000 | 111101 |
Color Harmonies of #6ED465
Complementary color
Monochromatic Colors of #6ED465
Black with #6ED465
Text Example
Text Example
White with #6ED465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ED465; }
p { color: rgb(110,212,101); }
H1.HeaderClassName
{
color: #6ED465;
}
.AnyTagClassName
{
color: #6ED465;
}
</style>
background-color css
<style>
a { background-color: #6ED465; }
a { background-color: rgb(110,212,101); }
div.DivClassName
{
background-color: #6ED465;
}
.BgClassName
{
background-color: #6ED465;
}
</style>
border-color css
<style>
span { border-color: #6ED465; }
span { border-color: rgb(110,212,101); }
td.TdClassName
{
border-color: #6ED465;
}
.TagClassName
{
border-color: #6ED465;
}
</style>