Shades of Pastel Green #6CF27E
Tints of Pastel Green #6CF27E
RGB
CMYK
RGB Variations
Color information
#6CF27E (or 0x6CF27E) is known color: Pastel Green. HEX triplet: 6C, F2 and 7E. RGB value is (108,242,126). Sum of RGB (Red+Green+Blue) = 108+242+126=476 (63% of max value = 765). Red value is 108 (42.58% from 255 or 22.69% from 476); Green value is 242 (94.92% from 255 or 50.84% from 476); Blue value is 126 (49.61% from 255 or 26.47% from 476); Max value from RGB is 242 - color contains mainly: green. Hex color #6CF27E is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6CF27E is #930D81. Grayscale: #BDBDBD. Windows color (decimal): -9637250 or 8319596. OLE color: 8319596.
HSL color Cylindrical-coordinate representation of color #6CF27E: hue angle of 128.06º 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 #6CF27E is Cyan = 0.55, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 108 | 242 | 126 | - |
| CMYK | 0.55 | 0 | 0.48 | 0.05 |
| HSL | 128.06º | 0.84% | 0.69% | - |
| HSV(B) | 128.06º | 0.55% | 0.95% | - |
| XYZ | 41.7 | 68.2 | 30.7 | - |
| YUV | 188.71 | 92.61 | 70.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 242 | 126 | 0.55 | 0 | 0.48 | 0.05 | 128.06 | 0.84 | 0.69 |
| Hex | 6C | F2 | 7E | 37 | 0 | 30 | 5 | 80 | 54 | 45 |
| Octal | 154 | 362 | 176 | 67 | 0 | 60 | 5 | 200 | 124 | 105 |
| Binary | 1101100 | 11110010 | 1111110 | 110111 | 0 | 110000 | 101 | 10000000 | 1010100 | 1000101 |
Color Harmonies of #6CF27E
Complementary color
Monochromatic Colors of #6CF27E
Black with #6CF27E
Text Example
Text Example
White with #6CF27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CF27E; }
p { color: rgb(108,242,126); }
H1.HeaderClassName
{
color: #6CF27E;
}
.AnyTagClassName
{
color: #6CF27E;
}
</style>
background-color css
<style>
a { background-color: #6CF27E; }
a { background-color: rgb(108,242,126); }
div.DivClassName
{
background-color: #6CF27E;
}
.BgClassName
{
background-color: #6CF27E;
}
</style>
border-color css
<style>
span { border-color: #6CF27E; }
span { border-color: rgb(108,242,126); }
td.TdClassName
{
border-color: #6CF27E;
}
.TagClassName
{
border-color: #6CF27E;
}
</style>