Shades of Pastel Green #6BCC6E
Tints of Pastel Green #6BCC6E
RGB
CMYK
RGB Variations
Color information
#6BCC6E (or 0x6BCC6E) is known color: Pastel Green. HEX triplet: 6B, CC and 6E. RGB value is (107,204,110). Sum of RGB (Red+Green+Blue) = 107+204+110=421 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.42% from 421); Green value is 204 (80.08% from 255 or 48.46% from 421); Blue value is 110 (43.36% from 255 or 26.13% from 421); Max value from RGB is 204 - color contains mainly: green. Hex color #6BCC6E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BCC6E is #943391. Grayscale: #A4A4A4. Windows color (decimal): -9712530 or 7261291. OLE color: 7261291.
HSL color Cylindrical-coordinate representation of color #6BCC6E: hue angle of 121.86º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6BCC6E is Cyan = 0.48, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 107 | 204 | 110 | - |
| CMYK | 0.48 | 0 | 0.46 | 0.2 |
| HSL | 121.86º | 0.49% | 0.61% | - |
| HSV(B) | 121.86º | 0.48% | 0.8% | - |
| XYZ | 30.47 | 47.44 | 22.3 | - |
| YUV | 164.28 | 97.36 | 87.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 204 | 110 | 0.48 | 0 | 0.46 | 0.2 | 121.86 | 0.49 | 0.61 |
| Hex | 6B | CC | 6E | 30 | 0 | 2E | 14 | 7A | 31 | 3D |
| Octal | 153 | 314 | 156 | 60 | 0 | 56 | 24 | 172 | 61 | 75 |
| Binary | 1101011 | 11001100 | 1101110 | 110000 | 0 | 101110 | 10100 | 1111010 | 110001 | 111101 |
Color Harmonies of #6BCC6E
Complementary color
Monochromatic Colors of #6BCC6E
Black with #6BCC6E
Text Example
Text Example
White with #6BCC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCC6E; }
p { color: rgb(107,204,110); }
H1.HeaderClassName
{
color: #6BCC6E;
}
.AnyTagClassName
{
color: #6BCC6E;
}
</style>
background-color css
<style>
a { background-color: #6BCC6E; }
a { background-color: rgb(107,204,110); }
div.DivClassName
{
background-color: #6BCC6E;
}
.BgClassName
{
background-color: #6BCC6E;
}
</style>
border-color css
<style>
span { border-color: #6BCC6E; }
span { border-color: rgb(107,204,110); }
td.TdClassName
{
border-color: #6BCC6E;
}
.TagClassName
{
border-color: #6BCC6E;
}
</style>