Shades of Pastel Green #6BD05F
Tints of Pastel Green #6BD05F
RGB
CMYK
RGB Variations
Color information
#6BD05F (or 0x6BD05F) is known color: Pastel Green. HEX triplet: 6B, D0 and 5F. RGB value is (107,208,95). Sum of RGB (Red+Green+Blue) = 107+208+95=410 (54% of max value = 765). Red value is 107 (42.19% from 255 or 26.10% from 410); Green value is 208 (81.64% from 255 or 50.73% from 410); Blue value is 95 (37.5% from 255 or 23.17% from 410); Max value from RGB is 208 - color contains mainly: green. Hex color #6BD05F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BD05F is #942FA0. Grayscale: #A5A5A5. Windows color (decimal): -9711521 or 6279275. OLE color: 6279275.
HSL color Cylindrical-coordinate representation of color #6BD05F: hue angle of 113.63º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6BD05F is Cyan = 0.49, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 107 | 208 | 95 | - |
| CMYK | 0.49 | 0 | 0.54 | 0.18 |
| HSL | 113.63º | 0.55% | 0.59% | - |
| HSV(B) | 113.63º | 0.54% | 0.82% | - |
| XYZ | 30.68 | 49.06 | 18.68 | - |
| YUV | 164.92 | 88.54 | 86.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 208 | 95 | 0.49 | 0 | 0.54 | 0.18 | 113.63 | 0.55 | 0.59 |
| Hex | 6B | D0 | 5F | 31 | 0 | 36 | 12 | 72 | 37 | 3B |
| Octal | 153 | 320 | 137 | 61 | 0 | 66 | 22 | 162 | 67 | 73 |
| Binary | 1101011 | 11010000 | 1011111 | 110001 | 0 | 110110 | 10010 | 1110010 | 110111 | 111011 |
Color Harmonies of #6BD05F
Complementary color
Monochromatic Colors of #6BD05F
Black with #6BD05F
Text Example
Text Example
White with #6BD05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BD05F; }
p { color: rgb(107,208,95); }
H1.HeaderClassName
{
color: #6BD05F;
}
.AnyTagClassName
{
color: #6BD05F;
}
</style>
background-color css
<style>
a { background-color: #6BD05F; }
a { background-color: rgb(107,208,95); }
div.DivClassName
{
background-color: #6BD05F;
}
.BgClassName
{
background-color: #6BD05F;
}
</style>
border-color css
<style>
span { border-color: #6BD05F; }
span { border-color: rgb(107,208,95); }
td.TdClassName
{
border-color: #6BD05F;
}
.TagClassName
{
border-color: #6BD05F;
}
</style>