Shades of Pastel Green #6CD273
Tints of Pastel Green #6CD273
RGB
CMYK
RGB Variations
Color information
#6CD273 (or 0x6CD273) is known color: Pastel Green. HEX triplet: 6C, D2 and 73. RGB value is (108,210,115). Sum of RGB (Red+Green+Blue) = 108+210+115=433 (57% of max value = 765). Red value is 108 (42.58% from 255 or 24.94% from 433); Green value is 210 (82.42% from 255 or 48.50% from 433); Blue value is 115 (45.31% from 255 or 26.56% from 433); Max value from RGB is 210 - color contains mainly: green. Hex color #6CD273 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CD273 is #932D8C. Grayscale: #A8A8A8. Windows color (decimal): -9645453 or 7590508. OLE color: 7590508.
HSL color Cylindrical-coordinate representation of color #6CD273: hue angle of 124.12º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6CD273 is Cyan = 0.49, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 108 | 210 | 115 | - |
| CMYK | 0.49 | 0 | 0.45 | 0.18 |
| HSL | 124.12º | 0.53% | 0.62% | - |
| HSV(B) | 124.12º | 0.49% | 0.82% | - |
| XYZ | 32.33 | 50.52 | 24.27 | - |
| YUV | 168.67 | 97.71 | 84.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 210 | 115 | 0.49 | 0 | 0.45 | 0.18 | 124.12 | 0.53 | 0.62 |
| Hex | 6C | D2 | 73 | 31 | 0 | 2D | 12 | 7C | 35 | 3E |
| Octal | 154 | 322 | 163 | 61 | 0 | 55 | 22 | 174 | 65 | 76 |
| Binary | 1101100 | 11010010 | 1110011 | 110001 | 0 | 101101 | 10010 | 1111100 | 110101 | 111110 |
Color Harmonies of #6CD273
Complementary color
Monochromatic Colors of #6CD273
Black with #6CD273
Text Example
Text Example
White with #6CD273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CD273; }
p { color: rgb(108,210,115); }
H1.HeaderClassName
{
color: #6CD273;
}
.AnyTagClassName
{
color: #6CD273;
}
</style>
background-color css
<style>
a { background-color: #6CD273; }
a { background-color: rgb(108,210,115); }
div.DivClassName
{
background-color: #6CD273;
}
.BgClassName
{
background-color: #6CD273;
}
</style>
border-color css
<style>
span { border-color: #6CD273; }
span { border-color: rgb(108,210,115); }
td.TdClassName
{
border-color: #6CD273;
}
.TagClassName
{
border-color: #6CD273;
}
</style>