Shades of Pastel Green #6ADF70
Tints of Pastel Green #6ADF70
RGB
CMYK
RGB Variations
Color information
#6ADF70 (or 0x6ADF70) is known color: Pastel Green. HEX triplet: 6A, DF and 70. RGB value is (106,223,112). Sum of RGB (Red+Green+Blue) = 106+223+112=441 (58% of max value = 765). Red value is 106 (41.80% from 255 or 24.04% from 441); Green value is 223 (87.5% from 255 or 50.57% from 441); Blue value is 112 (44.14% from 255 or 25.40% from 441); Max value from RGB is 223 - color contains mainly: green. Hex color #6ADF70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ADF70 is #95208F. Grayscale: #AFAFAF. Windows color (decimal): -9773200 or 7397226. OLE color: 7397226.
HSL color Cylindrical-coordinate representation of color #6ADF70: hue angle of 123.08º 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 #6ADF70 is Cyan = 0.52, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 106 | 223 | 112 | - |
| CMYK | 0.52 | 0 | 0.50 | 0.13 |
| HSL | 123.08º | 0.65% | 0.65% | - |
| HSV(B) | 123.08º | 0.52% | 0.87% | - |
| XYZ | 35.26 | 57.01 | 24.47 | - |
| YUV | 175.36 | 92.24 | 78.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 223 | 112 | 0.52 | 0 | 0.50 | 0.13 | 123.08 | 0.65 | 0.65 |
| Hex | 6A | DF | 70 | 34 | 0 | 32 | D | 7B | 41 | 41 |
| Octal | 152 | 337 | 160 | 64 | 0 | 62 | 15 | 173 | 101 | 101 |
| Binary | 1101010 | 11011111 | 1110000 | 110100 | 0 | 110010 | 1101 | 1111011 | 1000001 | 1000001 |
Color Harmonies of #6ADF70
Complementary color
Monochromatic Colors of #6ADF70
Black with #6ADF70
Text Example
Text Example
White with #6ADF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADF70; }
p { color: rgb(106,223,112); }
H1.HeaderClassName
{
color: #6ADF70;
}
.AnyTagClassName
{
color: #6ADF70;
}
</style>
background-color css
<style>
a { background-color: #6ADF70; }
a { background-color: rgb(106,223,112); }
div.DivClassName
{
background-color: #6ADF70;
}
.BgClassName
{
background-color: #6ADF70;
}
</style>
border-color css
<style>
span { border-color: #6ADF70; }
span { border-color: rgb(106,223,112); }
td.TdClassName
{
border-color: #6ADF70;
}
.TagClassName
{
border-color: #6ADF70;
}
</style>