Shades of Pastel Green #6BEA7D
Tints of Pastel Green #6BEA7D
RGB
CMYK
RGB Variations
Color information
#6BEA7D (or 0x6BEA7D) is known color: Pastel Green. HEX triplet: 6B, EA and 7D. RGB value is (107,234,125). Sum of RGB (Red+Green+Blue) = 107+234+125=466 (61% of max value = 765). Red value is 107 (42.19% from 255 or 22.96% from 466); Green value is 234 (91.80% from 255 or 50.21% from 466); Blue value is 125 (49.22% from 255 or 26.82% from 466); Max value from RGB is 234 - color contains mainly: green. Hex color #6BEA7D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6BEA7D is #941582. Grayscale: #B7B7B7. Windows color (decimal): -9704835 or 8252011. OLE color: 8252011.
HSL color Cylindrical-coordinate representation of color #6BEA7D: hue angle of 128.5º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6BEA7D is Cyan = 0.54, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 107 | 234 | 125 | - |
| CMYK | 0.54 | 0 | 0.47 | 0.08 |
| HSL | 128.5º | 0.75% | 0.67% | - |
| HSV(B) | 128.5º | 0.54% | 0.92% | - |
| XYZ | 39.19 | 63.45 | 29.58 | - |
| YUV | 183.6 | 94.92 | 73.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 234 | 125 | 0.54 | 0 | 0.47 | 0.08 | 128.5 | 0.75 | 0.67 |
| Hex | 6B | EA | 7D | 36 | 0 | 2F | 8 | 81 | 4B | 43 |
| Octal | 153 | 352 | 175 | 66 | 0 | 57 | 10 | 201 | 113 | 103 |
| Binary | 1101011 | 11101010 | 1111101 | 110110 | 0 | 101111 | 1000 | 10000001 | 1001011 | 1000011 |
Color Harmonies of #6BEA7D
Complementary color
Monochromatic Colors of #6BEA7D
Black with #6BEA7D
Text Example
Text Example
White with #6BEA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BEA7D; }
p { color: rgb(107,234,125); }
H1.HeaderClassName
{
color: #6BEA7D;
}
.AnyTagClassName
{
color: #6BEA7D;
}
</style>
background-color css
<style>
a { background-color: #6BEA7D; }
a { background-color: rgb(107,234,125); }
div.DivClassName
{
background-color: #6BEA7D;
}
.BgClassName
{
background-color: #6BEA7D;
}
</style>
border-color css
<style>
span { border-color: #6BEA7D; }
span { border-color: rgb(107,234,125); }
td.TdClassName
{
border-color: #6BEA7D;
}
.TagClassName
{
border-color: #6BEA7D;
}
</style>