Shades of Pastel Green #6BDF75
Tints of Pastel Green #6BDF75
RGB
CMYK
RGB Variations
Color information
#6BDF75 (or 0x6BDF75) is known color: Pastel Green. HEX triplet: 6B, DF and 75. RGB value is (107,223,117). Sum of RGB (Red+Green+Blue) = 107+223+117=447 (59% of max value = 765). Red value is 107 (42.19% from 255 or 23.94% from 447); Green value is 223 (87.5% from 255 or 49.89% from 447); Blue value is 117 (46.09% from 255 or 26.17% from 447); Max value from RGB is 223 - color contains mainly: green. Hex color #6BDF75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BDF75 is #94208A. Grayscale: #B0B0B0. Windows color (decimal): -9707659 or 7724907. OLE color: 7724907.
HSL color Cylindrical-coordinate representation of color #6BDF75: hue angle of 125.17º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6BDF75 is Cyan = 0.52, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 107 | 223 | 117 | - |
| CMYK | 0.52 | 0 | 0.48 | 0.13 |
| HSL | 125.17º | 0.64% | 0.65% | - |
| HSV(B) | 125.17º | 0.52% | 0.87% | - |
| XYZ | 35.66 | 57.19 | 25.99 | - |
| YUV | 176.23 | 94.57 | 78.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 223 | 117 | 0.52 | 0 | 0.48 | 0.13 | 125.17 | 0.64 | 0.65 |
| Hex | 6B | DF | 75 | 34 | 0 | 30 | D | 7D | 40 | 41 |
| Octal | 153 | 337 | 165 | 64 | 0 | 60 | 15 | 175 | 100 | 101 |
| Binary | 1101011 | 11011111 | 1110101 | 110100 | 0 | 110000 | 1101 | 1111101 | 1000000 | 1000001 |
Color Harmonies of #6BDF75
Complementary color
Monochromatic Colors of #6BDF75
Black with #6BDF75
Text Example
Text Example
White with #6BDF75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDF75; }
p { color: rgb(107,223,117); }
H1.HeaderClassName
{
color: #6BDF75;
}
.AnyTagClassName
{
color: #6BDF75;
}
</style>
background-color css
<style>
a { background-color: #6BDF75; }
a { background-color: rgb(107,223,117); }
div.DivClassName
{
background-color: #6BDF75;
}
.BgClassName
{
background-color: #6BDF75;
}
</style>
border-color css
<style>
span { border-color: #6BDF75; }
span { border-color: rgb(107,223,117); }
td.TdClassName
{
border-color: #6BDF75;
}
.TagClassName
{
border-color: #6BDF75;
}
</style>