Shades of Pastel Green #6BE670
Tints of Pastel Green #6BE670
RGB
CMYK
RGB Variations
Color information
#6BE670 (or 0x6BE670) is known color: Pastel Green. HEX triplet: 6B, E6 and 70. RGB value is (107,230,112). Sum of RGB (Red+Green+Blue) = 107+230+112=449 (59% of max value = 765). Red value is 107 (42.19% from 255 or 23.83% from 449); Green value is 230 (90.23% from 255 or 51.22% from 449); Blue value is 112 (44.14% from 255 or 24.94% from 449); Max value from RGB is 230 - color contains mainly: green. Hex color #6BE670 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6BE670 is #94198F. Grayscale: #B4B4B4. Windows color (decimal): -9705872 or 7399019. OLE color: 7399019.
HSL color Cylindrical-coordinate representation of color #6BE670: hue angle of 122.44º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6BE670 is Cyan = 0.53, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 107 | 230 | 112 | - |
| CMYK | 0.53 | 0 | 0.51 | 0.10 |
| HSL | 122.44º | 0.71% | 0.66% | - |
| HSV(B) | 122.44º | 0.53% | 0.9% | - |
| XYZ | 37.28 | 60.89 | 25.12 | - |
| YUV | 179.77 | 89.75 | 76.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 230 | 112 | 0.53 | 0 | 0.51 | 0.10 | 122.44 | 0.71 | 0.66 |
| Hex | 6B | E6 | 70 | 35 | 0 | 33 | A | 7A | 47 | 42 |
| Octal | 153 | 346 | 160 | 65 | 0 | 63 | 12 | 172 | 107 | 102 |
| Binary | 1101011 | 11100110 | 1110000 | 110101 | 0 | 110011 | 1010 | 1111010 | 1000111 | 1000010 |
Color Harmonies of #6BE670
Complementary color
Monochromatic Colors of #6BE670
Black with #6BE670
Text Example
Text Example
White with #6BE670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BE670; }
p { color: rgb(107,230,112); }
H1.HeaderClassName
{
color: #6BE670;
}
.AnyTagClassName
{
color: #6BE670;
}
</style>
background-color css
<style>
a { background-color: #6BE670; }
a { background-color: rgb(107,230,112); }
div.DivClassName
{
background-color: #6BE670;
}
.BgClassName
{
background-color: #6BE670;
}
</style>
border-color css
<style>
span { border-color: #6BE670; }
span { border-color: rgb(107,230,112); }
td.TdClassName
{
border-color: #6BE670;
}
.TagClassName
{
border-color: #6BE670;
}
</style>