Shades of Pastel Green #6CDF72
Tints of Pastel Green #6CDF72
RGB
CMYK
RGB Variations
Color information
#6CDF72 (or 0x6CDF72) is known color: Pastel Green. HEX triplet: 6C, DF and 72. RGB value is (108,223,114). Sum of RGB (Red+Green+Blue) = 108+223+114=445 (58% of max value = 765). Red value is 108 (42.58% from 255 or 24.27% from 445); Green value is 223 (87.5% from 255 or 50.11% from 445); Blue value is 114 (44.92% from 255 or 25.62% from 445); Max value from RGB is 223 - color contains mainly: green. Hex color #6CDF72 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CDF72 is #93208D. Grayscale: #B0B0B0. Windows color (decimal): -9642126 or 7528300. OLE color: 7528300.
HSL color Cylindrical-coordinate representation of color #6CDF72: hue angle of 123.13º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6CDF72 is Cyan = 0.52, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 108 | 223 | 114 | - |
| CMYK | 0.52 | 0 | 0.49 | 0.13 |
| HSL | 123.13º | 0.64% | 0.65% | - |
| HSV(B) | 123.13º | 0.52% | 0.87% | - |
| XYZ | 35.61 | 57.18 | 25.08 | - |
| YUV | 176.19 | 92.9 | 79.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 223 | 114 | 0.52 | 0 | 0.49 | 0.13 | 123.13 | 0.64 | 0.65 |
| Hex | 6C | DF | 72 | 34 | 0 | 31 | D | 7B | 40 | 41 |
| Octal | 154 | 337 | 162 | 64 | 0 | 61 | 15 | 173 | 100 | 101 |
| Binary | 1101100 | 11011111 | 1110010 | 110100 | 0 | 110001 | 1101 | 1111011 | 1000000 | 1000001 |
Color Harmonies of #6CDF72
Complementary color
Monochromatic Colors of #6CDF72
Black with #6CDF72
Text Example
Text Example
White with #6CDF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDF72; }
p { color: rgb(108,223,114); }
H1.HeaderClassName
{
color: #6CDF72;
}
.AnyTagClassName
{
color: #6CDF72;
}
</style>
background-color css
<style>
a { background-color: #6CDF72; }
a { background-color: rgb(108,223,114); }
div.DivClassName
{
background-color: #6CDF72;
}
.BgClassName
{
background-color: #6CDF72;
}
</style>
border-color css
<style>
span { border-color: #6CDF72; }
span { border-color: rgb(108,223,114); }
td.TdClassName
{
border-color: #6CDF72;
}
.TagClassName
{
border-color: #6CDF72;
}
</style>