Shades of Pastel Green #6ADF7F
Tints of Pastel Green #6ADF7F
RGB
CMYK
RGB Variations
Color information
#6ADF7F (or 0x6ADF7F) is known color: Pastel Green. HEX triplet: 6A, DF and 7F. RGB value is (106,223,127). Sum of RGB (Red+Green+Blue) = 106+223+127=456 (60% of max value = 765). Red value is 106 (41.80% from 255 or 23.25% from 456); Green value is 223 (87.5% from 255 or 48.90% from 456); Blue value is 127 (50% from 255 or 27.85% from 456); Max value from RGB is 223 - color contains mainly: green. Hex color #6ADF7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ADF7F is #952080. Grayscale: #B1B1B1. Windows color (decimal): -9773185 or 8380266. OLE color: 8380266.
HSL color Cylindrical-coordinate representation of color #6ADF7F: hue angle of 130.77º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6ADF7F is Cyan = 0.52, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 106 | 223 | 127 | - |
| CMYK | 0.52 | 0 | 0.43 | 0.13 |
| HSL | 130.77º | 0.65% | 0.65% | - |
| HSV(B) | 130.77º | 0.52% | 0.87% | - |
| XYZ | 36.16 | 57.37 | 29.25 | - |
| YUV | 177.07 | 99.74 | 77.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 223 | 127 | 0.52 | 0 | 0.43 | 0.13 | 130.77 | 0.65 | 0.65 |
| Hex | 6A | DF | 7F | 34 | 0 | 2B | D | 83 | 41 | 41 |
| Octal | 152 | 337 | 177 | 64 | 0 | 53 | 15 | 203 | 101 | 101 |
| Binary | 1101010 | 11011111 | 1111111 | 110100 | 0 | 101011 | 1101 | 10000011 | 1000001 | 1000001 |
Color Harmonies of #6ADF7F
Complementary color
Monochromatic Colors of #6ADF7F
Black with #6ADF7F
Text Example
Text Example
White with #6ADF7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADF7F; }
p { color: rgb(106,223,127); }
H1.HeaderClassName
{
color: #6ADF7F;
}
.AnyTagClassName
{
color: #6ADF7F;
}
</style>
background-color css
<style>
a { background-color: #6ADF7F; }
a { background-color: rgb(106,223,127); }
div.DivClassName
{
background-color: #6ADF7F;
}
.BgClassName
{
background-color: #6ADF7F;
}
</style>
border-color css
<style>
span { border-color: #6ADF7F; }
span { border-color: rgb(106,223,127); }
td.TdClassName
{
border-color: #6ADF7F;
}
.TagClassName
{
border-color: #6ADF7F;
}
</style>