Shades of Pastel Green #6BEC70
Tints of Pastel Green #6BEC70
RGB
CMYK
RGB Variations
Color information
#6BEC70 (or 0x6BEC70) is known color: Pastel Green. HEX triplet: 6B, EC and 70. RGB value is (107,236,112). Sum of RGB (Red+Green+Blue) = 107+236+112=455 (60% of max value = 765). Red value is 107 (42.19% from 255 or 23.52% from 455); Green value is 236 (92.58% from 255 or 51.87% from 455); Blue value is 112 (44.14% from 255 or 24.62% from 455); Max value from RGB is 236 - color contains mainly: green. Hex color #6BEC70 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6BEC70 is #94138F. Grayscale: #B7B7B7. Windows color (decimal): -9704336 or 7400555. OLE color: 7400555.
HSL color Cylindrical-coordinate representation of color #6BEC70: hue angle of 122.33º degrees, saturation: 0.77, 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 #6BEC70 is Cyan = 0.55, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 107 | 236 | 112 | - |
| CMYK | 0.55 | 0 | 0.53 | 0.07 |
| HSL | 122.33º | 0.77% | 0.67% | - |
| HSV(B) | 122.33º | 0.55% | 0.93% | - |
| XYZ | 38.98 | 64.29 | 25.68 | - |
| YUV | 183.29 | 87.76 | 73.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 236 | 112 | 0.55 | 0 | 0.53 | 0.07 | 122.33 | 0.77 | 0.67 |
| Hex | 6B | EC | 70 | 37 | 0 | 35 | 7 | 7A | 4D | 43 |
| Octal | 153 | 354 | 160 | 67 | 0 | 65 | 7 | 172 | 115 | 103 |
| Binary | 1101011 | 11101100 | 1110000 | 110111 | 0 | 110101 | 111 | 1111010 | 1001101 | 1000011 |
Color Harmonies of #6BEC70
Complementary color
Monochromatic Colors of #6BEC70
Black with #6BEC70
Text Example
Text Example
White with #6BEC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BEC70; }
p { color: rgb(107,236,112); }
H1.HeaderClassName
{
color: #6BEC70;
}
.AnyTagClassName
{
color: #6BEC70;
}
</style>
background-color css
<style>
a { background-color: #6BEC70; }
a { background-color: rgb(107,236,112); }
div.DivClassName
{
background-color: #6BEC70;
}
.BgClassName
{
background-color: #6BEC70;
}
</style>
border-color css
<style>
span { border-color: #6BEC70; }
span { border-color: rgb(107,236,112); }
td.TdClassName
{
border-color: #6BEC70;
}
.TagClassName
{
border-color: #6BEC70;
}
</style>