Shades of Pastel Green #6FDB5A
Tints of Pastel Green #6FDB5A
RGB
CMYK
RGB Variations
Color information
#6FDB5A (or 0x6FDB5A) is known color: Pastel Green. HEX triplet: 6F, DB and 5A. RGB value is (111,219,90). Sum of RGB (Red+Green+Blue) = 111+219+90=420 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.43% from 420); Green value is 219 (85.94% from 255 or 52.14% from 420); Blue value is 90 (35.55% from 255 or 21.43% from 420); Max value from RGB is 219 - color contains mainly: green. Hex color #6FDB5A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FDB5A is #9024A5. Grayscale: #ACACAC. Windows color (decimal): -9446566 or 5954415. OLE color: 5954415.
HSL color Cylindrical-coordinate representation of color #6FDB5A: hue angle of 110.23º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6FDB5A is Cyan = 0.49, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 111 | 219 | 90 | - |
| CMYK | 0.49 | 0 | 0.59 | 0.14 |
| HSL | 110.23º | 0.64% | 0.61% | - |
| HSV(B) | 110.23º | 0.59% | 0.86% | - |
| XYZ | 33.73 | 54.78 | 18.47 | - |
| YUV | 172 | 81.72 | 84.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 219 | 90 | 0.49 | 0 | 0.59 | 0.14 | 110.23 | 0.64 | 0.61 |
| Hex | 6F | DB | 5A | 31 | 0 | 3B | E | 6E | 40 | 3D |
| Octal | 157 | 333 | 132 | 61 | 0 | 73 | 16 | 156 | 100 | 75 |
| Binary | 1101111 | 11011011 | 1011010 | 110001 | 0 | 111011 | 1110 | 1101110 | 1000000 | 111101 |
Color Harmonies of #6FDB5A
Complementary color
Monochromatic Colors of #6FDB5A
Black with #6FDB5A
Text Example
Text Example
White with #6FDB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDB5A; }
p { color: rgb(111,219,90); }
H1.HeaderClassName
{
color: #6FDB5A;
}
.AnyTagClassName
{
color: #6FDB5A;
}
</style>
background-color css
<style>
a { background-color: #6FDB5A; }
a { background-color: rgb(111,219,90); }
div.DivClassName
{
background-color: #6FDB5A;
}
.BgClassName
{
background-color: #6FDB5A;
}
</style>
border-color css
<style>
span { border-color: #6FDB5A; }
span { border-color: rgb(111,219,90); }
td.TdClassName
{
border-color: #6FDB5A;
}
.TagClassName
{
border-color: #6FDB5A;
}
</style>