Shades of Pastel Green #6CDE5D
Tints of Pastel Green #6CDE5D
RGB
CMYK
RGB Variations
Color information
#6CDE5D (or 0x6CDE5D) is known color: Pastel Green. HEX triplet: 6C, DE and 5D. RGB value is (108,222,93). Sum of RGB (Red+Green+Blue) = 108+222+93=423 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.53% from 423); Green value is 222 (87.11% from 255 or 52.48% from 423); Blue value is 93 (36.72% from 255 or 21.99% from 423); Max value from RGB is 222 - color contains mainly: green. Hex color #6CDE5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CDE5D is #9321A2. Grayscale: #ADADAD. Windows color (decimal): -9642403 or 6151788. OLE color: 6151788.
HSL color Cylindrical-coordinate representation of color #6CDE5D: hue angle of 113.02º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6CDE5D is Cyan = 0.51, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 108 | 222 | 93 | - |
| CMYK | 0.51 | 0 | 0.58 | 0.13 |
| HSL | 113.02º | 0.66% | 0.62% | - |
| HSV(B) | 113.02º | 0.58% | 0.87% | - |
| XYZ | 34.28 | 56.22 | 19.4 | - |
| YUV | 173.21 | 82.73 | 81.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 222 | 93 | 0.51 | 0 | 0.58 | 0.13 | 113.02 | 0.66 | 0.62 |
| Hex | 6C | DE | 5D | 33 | 0 | 3A | D | 71 | 42 | 3E |
| Octal | 154 | 336 | 135 | 63 | 0 | 72 | 15 | 161 | 102 | 76 |
| Binary | 1101100 | 11011110 | 1011101 | 110011 | 0 | 111010 | 1101 | 1110001 | 1000010 | 111110 |
Color Harmonies of #6CDE5D
Complementary color
Monochromatic Colors of #6CDE5D
Black with #6CDE5D
Text Example
Text Example
White with #6CDE5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDE5D; }
p { color: rgb(108,222,93); }
H1.HeaderClassName
{
color: #6CDE5D;
}
.AnyTagClassName
{
color: #6CDE5D;
}
</style>
background-color css
<style>
a { background-color: #6CDE5D; }
a { background-color: rgb(108,222,93); }
div.DivClassName
{
background-color: #6CDE5D;
}
.BgClassName
{
background-color: #6CDE5D;
}
</style>
border-color css
<style>
span { border-color: #6CDE5D; }
span { border-color: rgb(108,222,93); }
td.TdClassName
{
border-color: #6CDE5D;
}
.TagClassName
{
border-color: #6CDE5D;
}
</style>