Shades of Pastel Green #6AD485
Tints of Pastel Green #6AD485
RGB
CMYK
RGB Variations
Color information
#6AD485 (or 0x6AD485) is known color: Pastel Green. HEX triplet: 6A, D4 and 85. RGB value is (106,212,133). Sum of RGB (Red+Green+Blue) = 106+212+133=451 (59% of max value = 765). Red value is 106 (41.80% from 255 or 23.50% from 451); Green value is 212 (83.20% from 255 or 47.01% from 451); Blue value is 133 (52.34% from 255 or 29.49% from 451); Max value from RGB is 212 - color contains mainly: green. Hex color #6AD485 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6AD485 is #952B7A. Grayscale: #ABABAB. Windows color (decimal): -9775995 or 8770666. OLE color: 8770666.
HSL color Cylindrical-coordinate representation of color #6AD485: hue angle of 135.28º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6AD485 is Cyan = 0.5, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 106 | 212 | 133 | - |
| CMYK | 0.5 | 0 | 0.37 | 0.17 |
| HSL | 135.28º | 0.55% | 0.62% | - |
| HSV(B) | 135.28º | 0.5% | 0.83% | - |
| XYZ | 33.72 | 51.84 | 30.42 | - |
| YUV | 171.3 | 106.38 | 81.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 212 | 133 | 0.5 | 0 | 0.37 | 0.17 | 135.28 | 0.55 | 0.62 |
| Hex | 6A | D4 | 85 | 32 | 0 | 25 | 11 | 87 | 37 | 3E |
| Octal | 152 | 324 | 205 | 62 | 0 | 45 | 21 | 207 | 67 | 76 |
| Binary | 1101010 | 11010100 | 10000101 | 110010 | 0 | 100101 | 10001 | 10000111 | 110111 | 111110 |
Color Harmonies of #6AD485
Complementary color
Monochromatic Colors of #6AD485
Black with #6AD485
Text Example
Text Example
White with #6AD485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD485; }
p { color: rgb(106,212,133); }
H1.HeaderClassName
{
color: #6AD485;
}
.AnyTagClassName
{
color: #6AD485;
}
</style>
background-color css
<style>
a { background-color: #6AD485; }
a { background-color: rgb(106,212,133); }
div.DivClassName
{
background-color: #6AD485;
}
.BgClassName
{
background-color: #6AD485;
}
</style>
border-color css
<style>
span { border-color: #6AD485; }
span { border-color: rgb(106,212,133); }
td.TdClassName
{
border-color: #6AD485;
}
.TagClassName
{
border-color: #6AD485;
}
</style>