Shades of Pastel Green #6BDC5B
Tints of Pastel Green #6BDC5B
RGB
CMYK
RGB Variations
Color information
#6BDC5B (or 0x6BDC5B) is known color: Pastel Green. HEX triplet: 6B, DC and 5B. RGB value is (107,220,91). Sum of RGB (Red+Green+Blue) = 107+220+91=418 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.60% from 418); Green value is 220 (86.33% from 255 or 52.63% from 418); Blue value is 91 (35.94% from 255 or 21.77% from 418); Max value from RGB is 220 - color contains mainly: green. Hex color #6BDC5B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BDC5B is #9423A4. Grayscale: #ABABAB. Windows color (decimal): -9708453 or 6020203. OLE color: 6020203.
HSL color Cylindrical-coordinate representation of color #6BDC5B: hue angle of 112.56º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6BDC5B is Cyan = 0.51, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 107 | 220 | 91 | - |
| CMYK | 0.51 | 0 | 0.59 | 0.14 |
| HSL | 112.56º | 0.65% | 0.61% | - |
| HSV(B) | 112.56º | 0.59% | 0.86% | - |
| XYZ | 33.54 | 55.07 | 18.76 | - |
| YUV | 171.51 | 82.56 | 81.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 220 | 91 | 0.51 | 0 | 0.59 | 0.14 | 112.56 | 0.65 | 0.61 |
| Hex | 6B | DC | 5B | 33 | 0 | 3B | E | 71 | 41 | 3D |
| Octal | 153 | 334 | 133 | 63 | 0 | 73 | 16 | 161 | 101 | 75 |
| Binary | 1101011 | 11011100 | 1011011 | 110011 | 0 | 111011 | 1110 | 1110001 | 1000001 | 111101 |
Color Harmonies of #6BDC5B
Complementary color
Monochromatic Colors of #6BDC5B
Black with #6BDC5B
Text Example
Text Example
White with #6BDC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDC5B; }
p { color: rgb(107,220,91); }
H1.HeaderClassName
{
color: #6BDC5B;
}
.AnyTagClassName
{
color: #6BDC5B;
}
</style>
background-color css
<style>
a { background-color: #6BDC5B; }
a { background-color: rgb(107,220,91); }
div.DivClassName
{
background-color: #6BDC5B;
}
.BgClassName
{
background-color: #6BDC5B;
}
</style>
border-color css
<style>
span { border-color: #6BDC5B; }
span { border-color: rgb(107,220,91); }
td.TdClassName
{
border-color: #6BDC5B;
}
.TagClassName
{
border-color: #6BDC5B;
}
</style>