Shades of Pastel Green #6CDF5F
Tints of Pastel Green #6CDF5F
RGB
CMYK
RGB Variations
Color information
#6CDF5F (or 0x6CDF5F) is known color: Pastel Green. HEX triplet: 6C, DF and 5F. RGB value is (108,223,95). Sum of RGB (Red+Green+Blue) = 108+223+95=426 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.35% from 426); Green value is 223 (87.5% from 255 or 52.35% from 426); Blue value is 95 (37.5% from 255 or 22.30% from 426); Max value from RGB is 223 - color contains mainly: green. Hex color #6CDF5F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CDF5F is #9320A0. Grayscale: #AEAEAE. Windows color (decimal): -9642145 or 6283116. OLE color: 6283116.
HSL color Cylindrical-coordinate representation of color #6CDF5F: hue angle of 113.91º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6CDF5F is Cyan = 0.52, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 108 | 223 | 95 | - |
| CMYK | 0.52 | 0 | 0.57 | 0.13 |
| HSL | 113.91º | 0.67% | 0.62% | - |
| HSV(B) | 113.91º | 0.57% | 0.87% | - |
| XYZ | 34.64 | 56.79 | 19.96 | - |
| YUV | 174.02 | 83.4 | 80.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 223 | 95 | 0.52 | 0 | 0.57 | 0.13 | 113.91 | 0.67 | 0.62 |
| Hex | 6C | DF | 5F | 34 | 0 | 39 | D | 72 | 43 | 3E |
| Octal | 154 | 337 | 137 | 64 | 0 | 71 | 15 | 162 | 103 | 76 |
| Binary | 1101100 | 11011111 | 1011111 | 110100 | 0 | 111001 | 1101 | 1110010 | 1000011 | 111110 |
Color Harmonies of #6CDF5F
Complementary color
Monochromatic Colors of #6CDF5F
Black with #6CDF5F
Text Example
Text Example
White with #6CDF5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDF5F; }
p { color: rgb(108,223,95); }
H1.HeaderClassName
{
color: #6CDF5F;
}
.AnyTagClassName
{
color: #6CDF5F;
}
</style>
background-color css
<style>
a { background-color: #6CDF5F; }
a { background-color: rgb(108,223,95); }
div.DivClassName
{
background-color: #6CDF5F;
}
.BgClassName
{
background-color: #6CDF5F;
}
</style>
border-color css
<style>
span { border-color: #6CDF5F; }
span { border-color: rgb(108,223,95); }
td.TdClassName
{
border-color: #6CDF5F;
}
.TagClassName
{
border-color: #6CDF5F;
}
</style>