Shades of Pastel Green #6BCE6A
Tints of Pastel Green #6BCE6A
RGB
CMYK
RGB Variations
Color information
#6BCE6A (or 0x6BCE6A) is known color: Pastel Green. HEX triplet: 6B, CE and 6A. RGB value is (107,206,106). Sum of RGB (Red+Green+Blue) = 107+206+106=419 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.54% from 419); Green value is 206 (80.86% from 255 or 49.16% from 419); Blue value is 106 (41.80% from 255 or 25.30% from 419); Max value from RGB is 206 - color contains mainly: green. Hex color #6BCE6A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BCE6A is #943195. Grayscale: #A5A5A5. Windows color (decimal): -9712022 or 6999659. OLE color: 6999659.
HSL color Cylindrical-coordinate representation of color #6BCE6A: hue angle of 119.4º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6BCE6A is Cyan = 0.48, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 107 | 206 | 106 | - |
| CMYK | 0.48 | 0 | 0.49 | 0.19 |
| HSL | 119.4º | 0.51% | 0.61% | - |
| HSV(B) | 119.4º | 0.49% | 0.81% | - |
| XYZ | 30.74 | 48.31 | 21.34 | - |
| YUV | 165 | 94.7 | 86.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 206 | 106 | 0.48 | 0 | 0.49 | 0.19 | 119.4 | 0.51 | 0.61 |
| Hex | 6B | CE | 6A | 30 | 0 | 31 | 13 | 77 | 33 | 3D |
| Octal | 153 | 316 | 152 | 60 | 0 | 61 | 23 | 167 | 63 | 75 |
| Binary | 1101011 | 11001110 | 1101010 | 110000 | 0 | 110001 | 10011 | 1110111 | 110011 | 111101 |
Color Harmonies of #6BCE6A
Complementary color
Monochromatic Colors of #6BCE6A
Black with #6BCE6A
Text Example
Text Example
White with #6BCE6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCE6A; }
p { color: rgb(107,206,106); }
H1.HeaderClassName
{
color: #6BCE6A;
}
.AnyTagClassName
{
color: #6BCE6A;
}
</style>
background-color css
<style>
a { background-color: #6BCE6A; }
a { background-color: rgb(107,206,106); }
div.DivClassName
{
background-color: #6BCE6A;
}
.BgClassName
{
background-color: #6BCE6A;
}
</style>
border-color css
<style>
span { border-color: #6BCE6A; }
span { border-color: rgb(107,206,106); }
td.TdClassName
{
border-color: #6BCE6A;
}
.TagClassName
{
border-color: #6BCE6A;
}
</style>