Shades of Pastel Green #6BD75E
Tints of Pastel Green #6BD75E
RGB
CMYK
RGB Variations
Color information
#6BD75E (or 0x6BD75E) is known color: Pastel Green. HEX triplet: 6B, D7 and 5E. RGB value is (107,215,94). Sum of RGB (Red+Green+Blue) = 107+215+94=416 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.72% from 416); Green value is 215 (84.38% from 255 or 51.68% from 416); Blue value is 94 (37.11% from 255 or 22.60% from 416); Max value from RGB is 215 - color contains mainly: green. Hex color #6BD75E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BD75E is #9428A1. Grayscale: #A9A9A9. Windows color (decimal): -9709730 or 6215531. OLE color: 6215531.
HSL color Cylindrical-coordinate representation of color #6BD75E: hue angle of 113.55º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6BD75E is Cyan = 0.50, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 107 | 215 | 94 | - |
| CMYK | 0.50 | 0 | 0.56 | 0.16 |
| HSL | 113.55º | 0.6% | 0.61% | - |
| HSV(B) | 113.55º | 0.56% | 0.84% | - |
| XYZ | 32.38 | 52.53 | 19.02 | - |
| YUV | 168.91 | 85.72 | 83.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 215 | 94 | 0.50 | 0 | 0.56 | 0.16 | 113.55 | 0.6 | 0.61 |
| Hex | 6B | D7 | 5E | 32 | 0 | 38 | 10 | 72 | 3C | 3D |
| Octal | 153 | 327 | 136 | 62 | 0 | 70 | 20 | 162 | 74 | 75 |
| Binary | 1101011 | 11010111 | 1011110 | 110010 | 0 | 111000 | 10000 | 1110010 | 111100 | 111101 |
Color Harmonies of #6BD75E
Complementary color
Monochromatic Colors of #6BD75E
Black with #6BD75E
Text Example
Text Example
White with #6BD75E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BD75E; }
p { color: rgb(107,215,94); }
H1.HeaderClassName
{
color: #6BD75E;
}
.AnyTagClassName
{
color: #6BD75E;
}
</style>
background-color css
<style>
a { background-color: #6BD75E; }
a { background-color: rgb(107,215,94); }
div.DivClassName
{
background-color: #6BD75E;
}
.BgClassName
{
background-color: #6BD75E;
}
</style>
border-color css
<style>
span { border-color: #6BD75E; }
span { border-color: rgb(107,215,94); }
td.TdClassName
{
border-color: #6BD75E;
}
.TagClassName
{
border-color: #6BD75E;
}
</style>