Shades of Pastel Green #6BED72
Tints of Pastel Green #6BED72
RGB
CMYK
RGB Variations
Color information
#6BED72 (or 0x6BED72) is known color: Pastel Green. HEX triplet: 6B, ED and 72. RGB value is (107,237,114). Sum of RGB (Red+Green+Blue) = 107+237+114=458 (60% of max value = 765). Red value is 107 (42.19% from 255 or 23.36% from 458); Green value is 237 (92.97% from 255 or 51.75% from 458); Blue value is 114 (44.92% from 255 or 24.89% from 458); Max value from RGB is 237 - color contains mainly: green. Hex color #6BED72 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6BED72 is #94128D. Grayscale: #B8B8B8. Windows color (decimal): -9704078 or 7531883. OLE color: 7531883.
HSL color Cylindrical-coordinate representation of color #6BED72: hue angle of 123.23º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6BED72 is Cyan = 0.55, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 107 | 237 | 114 | - |
| CMYK | 0.55 | 0 | 0.52 | 0.07 |
| HSL | 123.23º | 0.78% | 0.67% | - |
| HSV(B) | 123.23º | 0.55% | 0.93% | - |
| XYZ | 39.38 | 64.91 | 26.37 | - |
| YUV | 184.11 | 88.43 | 73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 237 | 114 | 0.55 | 0 | 0.52 | 0.07 | 123.23 | 0.78 | 0.67 |
| Hex | 6B | ED | 72 | 37 | 0 | 34 | 7 | 7B | 4E | 43 |
| Octal | 153 | 355 | 162 | 67 | 0 | 64 | 7 | 173 | 116 | 103 |
| Binary | 1101011 | 11101101 | 1110010 | 110111 | 0 | 110100 | 111 | 1111011 | 1001110 | 1000011 |
Color Harmonies of #6BED72
Complementary color
Monochromatic Colors of #6BED72
Black with #6BED72
Text Example
Text Example
White with #6BED72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BED72; }
p { color: rgb(107,237,114); }
H1.HeaderClassName
{
color: #6BED72;
}
.AnyTagClassName
{
color: #6BED72;
}
</style>
background-color css
<style>
a { background-color: #6BED72; }
a { background-color: rgb(107,237,114); }
div.DivClassName
{
background-color: #6BED72;
}
.BgClassName
{
background-color: #6BED72;
}
</style>
border-color css
<style>
span { border-color: #6BED72; }
span { border-color: rgb(107,237,114); }
td.TdClassName
{
border-color: #6BED72;
}
.TagClassName
{
border-color: #6BED72;
}
</style>