Shades of Pastel Green #6BDA5F
Tints of Pastel Green #6BDA5F
RGB
CMYK
RGB Variations
Color information
#6BDA5F (or 0x6BDA5F) is known color: Pastel Green. HEX triplet: 6B, DA and 5F. RGB value is (107,218,95). Sum of RGB (Red+Green+Blue) = 107+218+95=420 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.48% from 420); Green value is 218 (85.55% from 255 or 51.90% from 420); Blue value is 95 (37.5% from 255 or 22.62% from 420); Max value from RGB is 218 - color contains mainly: green. Hex color #6BDA5F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BDA5F is #9425A0. Grayscale: #ABABAB. Windows color (decimal): -9708961 or 6281835. OLE color: 6281835.
HSL color Cylindrical-coordinate representation of color #6BDA5F: hue angle of 114.15º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6BDA5F is Cyan = 0.51, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 107 | 218 | 95 | - |
| CMYK | 0.51 | 0 | 0.56 | 0.15 |
| HSL | 114.15º | 0.62% | 0.61% | - |
| HSV(B) | 114.15º | 0.56% | 0.85% | - |
| XYZ | 33.2 | 54.09 | 19.52 | - |
| YUV | 170.79 | 85.23 | 82.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 218 | 95 | 0.51 | 0 | 0.56 | 0.15 | 114.15 | 0.62 | 0.61 |
| Hex | 6B | DA | 5F | 33 | 0 | 38 | F | 72 | 3E | 3D |
| Octal | 153 | 332 | 137 | 63 | 0 | 70 | 17 | 162 | 76 | 75 |
| Binary | 1101011 | 11011010 | 1011111 | 110011 | 0 | 111000 | 1111 | 1110010 | 111110 | 111101 |
Color Harmonies of #6BDA5F
Complementary color
Monochromatic Colors of #6BDA5F
Black with #6BDA5F
Text Example
Text Example
White with #6BDA5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDA5F; }
p { color: rgb(107,218,95); }
H1.HeaderClassName
{
color: #6BDA5F;
}
.AnyTagClassName
{
color: #6BDA5F;
}
</style>
background-color css
<style>
a { background-color: #6BDA5F; }
a { background-color: rgb(107,218,95); }
div.DivClassName
{
background-color: #6BDA5F;
}
.BgClassName
{
background-color: #6BDA5F;
}
</style>
border-color css
<style>
span { border-color: #6BDA5F; }
span { border-color: rgb(107,218,95); }
td.TdClassName
{
border-color: #6BDA5F;
}
.TagClassName
{
border-color: #6BDA5F;
}
</style>