Shades of Pastel Green #6EDF5A
Tints of Pastel Green #6EDF5A
RGB
CMYK
RGB Variations
Color information
#6EDF5A (or 0x6EDF5A) is known color: Pastel Green. HEX triplet: 6E, DF and 5A. RGB value is (110,223,90). Sum of RGB (Red+Green+Blue) = 110+223+90=423 (56% of max value = 765). Red value is 110 (43.36% from 255 or 26.00% from 423); Green value is 223 (87.5% from 255 or 52.72% from 423); Blue value is 90 (35.55% from 255 or 21.28% from 423); Max value from RGB is 223 - color contains mainly: green. Hex color #6EDF5A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6EDF5A is #9120A5. Grayscale: #AEAEAE. Windows color (decimal): -9511078 or 5955438. OLE color: 5955438.
HSL color Cylindrical-coordinate representation of color #6EDF5A: hue angle of 110.98º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6EDF5A is Cyan = 0.51, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 110 | 223 | 90 | - |
| CMYK | 0.51 | 0 | 0.60 | 0.13 |
| HSL | 110.98º | 0.68% | 0.61% | - |
| HSV(B) | 110.98º | 0.6% | 0.87% | - |
| XYZ | 34.66 | 56.83 | 18.81 | - |
| YUV | 174.05 | 80.56 | 82.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 223 | 90 | 0.51 | 0 | 0.60 | 0.13 | 110.98 | 0.68 | 0.61 |
| Hex | 6E | DF | 5A | 33 | 0 | 3C | D | 6F | 44 | 3D |
| Octal | 156 | 337 | 132 | 63 | 0 | 74 | 15 | 157 | 104 | 75 |
| Binary | 1101110 | 11011111 | 1011010 | 110011 | 0 | 111100 | 1101 | 1101111 | 1000100 | 111101 |
Color Harmonies of #6EDF5A
Complementary color
Monochromatic Colors of #6EDF5A
Black with #6EDF5A
Text Example
Text Example
White with #6EDF5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EDF5A; }
p { color: rgb(110,223,90); }
H1.HeaderClassName
{
color: #6EDF5A;
}
.AnyTagClassName
{
color: #6EDF5A;
}
</style>
background-color css
<style>
a { background-color: #6EDF5A; }
a { background-color: rgb(110,223,90); }
div.DivClassName
{
background-color: #6EDF5A;
}
.BgClassName
{
background-color: #6EDF5A;
}
</style>
border-color css
<style>
span { border-color: #6EDF5A; }
span { border-color: rgb(110,223,90); }
td.TdClassName
{
border-color: #6EDF5A;
}
.TagClassName
{
border-color: #6EDF5A;
}
</style>