Shades of Pastel Green #6ADF68
Tints of Pastel Green #6ADF68
RGB
CMYK
RGB Variations
Color information
#6ADF68 (or 0x6ADF68) is known color: Pastel Green. HEX triplet: 6A, DF and 68. RGB value is (106,223,104). Sum of RGB (Red+Green+Blue) = 106+223+104=433 (57% of max value = 765). Red value is 106 (41.80% from 255 or 24.48% from 433); Green value is 223 (87.5% from 255 or 51.50% from 433); Blue value is 104 (41.02% from 255 or 24.02% from 433); Max value from RGB is 223 - color contains mainly: green. Hex color #6ADF68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ADF68 is #952097. Grayscale: #AEAEAE. Windows color (decimal): -9773208 or 6872938. OLE color: 6872938.
HSL color Cylindrical-coordinate representation of color #6ADF68: hue angle of 118.99º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6ADF68 is Cyan = 0.52, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 106 | 223 | 104 | - |
| CMYK | 0.52 | 0 | 0.53 | 0.13 |
| HSL | 118.99º | 0.65% | 0.64% | - |
| HSV(B) | 118.99º | 0.53% | 0.87% | - |
| XYZ | 34.83 | 56.84 | 22.23 | - |
| YUV | 174.45 | 88.24 | 79.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 223 | 104 | 0.52 | 0 | 0.53 | 0.13 | 118.99 | 0.65 | 0.64 |
| Hex | 6A | DF | 68 | 34 | 0 | 35 | D | 77 | 41 | 40 |
| Octal | 152 | 337 | 150 | 64 | 0 | 65 | 15 | 167 | 101 | 100 |
| Binary | 1101010 | 11011111 | 1101000 | 110100 | 0 | 110101 | 1101 | 1110111 | 1000001 | 1000000 |
Color Harmonies of #6ADF68
Complementary color
Monochromatic Colors of #6ADF68
Black with #6ADF68
Text Example
Text Example
White with #6ADF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADF68; }
p { color: rgb(106,223,104); }
H1.HeaderClassName
{
color: #6ADF68;
}
.AnyTagClassName
{
color: #6ADF68;
}
</style>
background-color css
<style>
a { background-color: #6ADF68; }
a { background-color: rgb(106,223,104); }
div.DivClassName
{
background-color: #6ADF68;
}
.BgClassName
{
background-color: #6ADF68;
}
</style>
border-color css
<style>
span { border-color: #6ADF68; }
span { border-color: rgb(106,223,104); }
td.TdClassName
{
border-color: #6ADF68;
}
.TagClassName
{
border-color: #6ADF68;
}
</style>