Shades of Pastel Green #6BDF84
Tints of Pastel Green #6BDF84
RGB
CMYK
RGB Variations
Color information
#6BDF84 (or 0x6BDF84) is known color: Pastel Green. HEX triplet: 6B, DF and 84. RGB value is (107,223,132). Sum of RGB (Red+Green+Blue) = 107+223+132=462 (61% of max value = 765). Red value is 107 (42.19% from 255 or 23.16% from 462); Green value is 223 (87.5% from 255 or 48.27% from 462); Blue value is 132 (51.95% from 255 or 28.57% from 462); Max value from RGB is 223 - color contains mainly: green. Hex color #6BDF84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BDF84 is #94207B. Grayscale: #B2B2B2. Windows color (decimal): -9707644 or 8707947. OLE color: 8707947.
HSL color Cylindrical-coordinate representation of color #6BDF84: hue angle of 132.93º 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 #6BDF84 is Cyan = 0.52, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 107 | 223 | 132 | - |
| CMYK | 0.52 | 0 | 0.41 | 0.13 |
| HSL | 132.93º | 0.64% | 0.65% | - |
| HSV(B) | 132.93º | 0.52% | 0.87% | - |
| XYZ | 36.62 | 57.57 | 31.01 | - |
| YUV | 177.94 | 102.07 | 77.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 223 | 132 | 0.52 | 0 | 0.41 | 0.13 | 132.93 | 0.64 | 0.65 |
| Hex | 6B | DF | 84 | 34 | 0 | 29 | D | 85 | 40 | 41 |
| Octal | 153 | 337 | 204 | 64 | 0 | 51 | 15 | 205 | 100 | 101 |
| Binary | 1101011 | 11011111 | 10000100 | 110100 | 0 | 101001 | 1101 | 10000101 | 1000000 | 1000001 |
Color Harmonies of #6BDF84
Complementary color
Monochromatic Colors of #6BDF84
Black with #6BDF84
Text Example
Text Example
White with #6BDF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDF84; }
p { color: rgb(107,223,132); }
H1.HeaderClassName
{
color: #6BDF84;
}
.AnyTagClassName
{
color: #6BDF84;
}
</style>
background-color css
<style>
a { background-color: #6BDF84; }
a { background-color: rgb(107,223,132); }
div.DivClassName
{
background-color: #6BDF84;
}
.BgClassName
{
background-color: #6BDF84;
}
</style>
border-color css
<style>
span { border-color: #6BDF84; }
span { border-color: rgb(107,223,132); }
td.TdClassName
{
border-color: #6BDF84;
}
.TagClassName
{
border-color: #6BDF84;
}
</style>