Shades of Pastel Green #6CF27A
Tints of Pastel Green #6CF27A
RGB
CMYK
RGB Variations
Color information
#6CF27A (or 0x6CF27A) is known color: Pastel Green. HEX triplet: 6C, F2 and 7A. RGB value is (108,242,122). Sum of RGB (Red+Green+Blue) = 108+242+122=472 (62% of max value = 765). Red value is 108 (42.58% from 255 or 22.88% from 472); Green value is 242 (94.92% from 255 or 51.27% from 472); Blue value is 122 (48.05% from 255 or 25.85% from 472); Max value from RGB is 242 - color contains mainly: green. Hex color #6CF27A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6CF27A is #930D85. Grayscale: #BCBCBC. Windows color (decimal): -9637254 or 8057452. OLE color: 8057452.
HSL color Cylindrical-coordinate representation of color #6CF27A: hue angle of 126.27º 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 #6CF27A is Cyan = 0.55, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 108 | 242 | 122 | - |
| CMYK | 0.55 | 0 | 0.50 | 0.05 |
| HSL | 126.27º | 0.84% | 0.69% | - |
| HSV(B) | 126.27º | 0.55% | 0.95% | - |
| XYZ | 41.45 | 68.1 | 29.37 | - |
| YUV | 188.25 | 90.61 | 70.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 242 | 122 | 0.55 | 0 | 0.50 | 0.05 | 126.27 | 0.84 | 0.69 |
| Hex | 6C | F2 | 7A | 37 | 0 | 32 | 5 | 7E | 54 | 45 |
| Octal | 154 | 362 | 172 | 67 | 0 | 62 | 5 | 176 | 124 | 105 |
| Binary | 1101100 | 11110010 | 1111010 | 110111 | 0 | 110010 | 101 | 1111110 | 1010100 | 1000101 |
Color Harmonies of #6CF27A
Complementary color
Monochromatic Colors of #6CF27A
Black with #6CF27A
Text Example
Text Example
White with #6CF27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CF27A; }
p { color: rgb(108,242,122); }
H1.HeaderClassName
{
color: #6CF27A;
}
.AnyTagClassName
{
color: #6CF27A;
}
</style>
background-color css
<style>
a { background-color: #6CF27A; }
a { background-color: rgb(108,242,122); }
div.DivClassName
{
background-color: #6CF27A;
}
.BgClassName
{
background-color: #6CF27A;
}
</style>
border-color css
<style>
span { border-color: #6CF27A; }
span { border-color: rgb(108,242,122); }
td.TdClassName
{
border-color: #6CF27A;
}
.TagClassName
{
border-color: #6CF27A;
}
</style>