Shades of Pastel Green #6CF27D
Tints of Pastel Green #6CF27D
RGB
CMYK
RGB Variations
Color information
#6CF27D (or 0x6CF27D) is known color: Pastel Green. HEX triplet: 6C, F2 and 7D. RGB value is (108,242,125). Sum of RGB (Red+Green+Blue) = 108+242+125=475 (62% of max value = 765). Red value is 108 (42.58% from 255 or 22.74% from 475); Green value is 242 (94.92% from 255 or 50.95% from 475); Blue value is 125 (49.22% from 255 or 26.32% from 475); Max value from RGB is 242 - color contains mainly: green. Hex color #6CF27D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6CF27D is #930D82. Grayscale: #BCBCBC. Windows color (decimal): -9637251 or 8254060. OLE color: 8254060.
HSL color Cylindrical-coordinate representation of color #6CF27D: hue angle of 127.61º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6CF27D is Cyan = 0.55, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 108 | 242 | 125 | - |
| CMYK | 0.55 | 0 | 0.48 | 0.05 |
| HSL | 127.61º | 0.84% | 0.69% | - |
| HSV(B) | 127.61º | 0.55% | 0.95% | - |
| XYZ | 41.64 | 68.17 | 30.37 | - |
| YUV | 188.6 | 92.11 | 70.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 242 | 125 | 0.55 | 0 | 0.48 | 0.05 | 127.61 | 0.84 | 0.69 |
| Hex | 6C | F2 | 7D | 37 | 0 | 30 | 5 | 80 | 54 | 45 |
| Octal | 154 | 362 | 175 | 67 | 0 | 60 | 5 | 200 | 124 | 105 |
| Binary | 1101100 | 11110010 | 1111101 | 110111 | 0 | 110000 | 101 | 10000000 | 1010100 | 1000101 |
Color Harmonies of #6CF27D
Complementary color
Monochromatic Colors of #6CF27D
Black with #6CF27D
Text Example
Text Example
White with #6CF27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CF27D; }
p { color: rgb(108,242,125); }
H1.HeaderClassName
{
color: #6CF27D;
}
.AnyTagClassName
{
color: #6CF27D;
}
</style>
background-color css
<style>
a { background-color: #6CF27D; }
a { background-color: rgb(108,242,125); }
div.DivClassName
{
background-color: #6CF27D;
}
.BgClassName
{
background-color: #6CF27D;
}
</style>
border-color css
<style>
span { border-color: #6CF27D; }
span { border-color: rgb(108,242,125); }
td.TdClassName
{
border-color: #6CF27D;
}
.TagClassName
{
border-color: #6CF27D;
}
</style>