Shades of Pastel Green #6BDF5D
Tints of Pastel Green #6BDF5D
RGB
CMYK
RGB Variations
Color information
#6BDF5D (or 0x6BDF5D) is known color: Pastel Green. HEX triplet: 6B, DF and 5D. RGB value is (107,223,93). Sum of RGB (Red+Green+Blue) = 107+223+93=423 (56% of max value = 765). Red value is 107 (42.19% from 255 or 25.30% from 423); Green value is 223 (87.5% from 255 or 52.72% from 423); Blue value is 93 (36.72% from 255 or 21.99% from 423); Max value from RGB is 223 - color contains mainly: green. Hex color #6BDF5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BDF5D is #9420A2. Grayscale: #ADADAD. Windows color (decimal): -9707683 or 6152043. OLE color: 6152043.
HSL color Cylindrical-coordinate representation of color #6BDF5D: hue angle of 113.54º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BDF5D is Cyan = 0.52, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 107 | 223 | 93 | - |
| CMYK | 0.52 | 0 | 0.58 | 0.13 |
| HSL | 113.54º | 0.67% | 0.62% | - |
| HSV(B) | 113.54º | 0.58% | 0.87% | - |
| XYZ | 34.43 | 56.69 | 19.48 | - |
| YUV | 173.5 | 82.57 | 80.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 223 | 93 | 0.52 | 0 | 0.58 | 0.13 | 113.54 | 0.67 | 0.62 |
| Hex | 6B | DF | 5D | 34 | 0 | 3A | D | 72 | 43 | 3E |
| Octal | 153 | 337 | 135 | 64 | 0 | 72 | 15 | 162 | 103 | 76 |
| Binary | 1101011 | 11011111 | 1011101 | 110100 | 0 | 111010 | 1101 | 1110010 | 1000011 | 111110 |
Color Harmonies of #6BDF5D
Complementary color
Monochromatic Colors of #6BDF5D
Black with #6BDF5D
Text Example
Text Example
White with #6BDF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDF5D; }
p { color: rgb(107,223,93); }
H1.HeaderClassName
{
color: #6BDF5D;
}
.AnyTagClassName
{
color: #6BDF5D;
}
</style>
background-color css
<style>
a { background-color: #6BDF5D; }
a { background-color: rgb(107,223,93); }
div.DivClassName
{
background-color: #6BDF5D;
}
.BgClassName
{
background-color: #6BDF5D;
}
</style>
border-color css
<style>
span { border-color: #6BDF5D; }
span { border-color: rgb(107,223,93); }
td.TdClassName
{
border-color: #6BDF5D;
}
.TagClassName
{
border-color: #6BDF5D;
}
</style>