Shades of Pastel Green #6CF088
Tints of Pastel Green #6CF088
RGB
CMYK
RGB Variations
Color information
#6CF088 (or 0x6CF088) is known color: Pastel Green. HEX triplet: 6C, F0 and 88. RGB value is (108,240,136). Sum of RGB (Red+Green+Blue) = 108+240+136=484 (64% of max value = 765). Red value is 108 (42.58% from 255 or 22.31% from 484); Green value is 240 (94.14% from 255 or 49.59% from 484); Blue value is 136 (53.52% from 255 or 28.10% from 484); Max value from RGB is 240 - color contains mainly: green. Hex color #6CF088 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6CF088 is #930F77. Grayscale: #BCBCBC. Windows color (decimal): -9637752 or 8974444. OLE color: 8974444.
HSL color Cylindrical-coordinate representation of color #6CF088: hue angle of 132.73º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6CF088 is Cyan = 0.55, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 108 | 240 | 136 | - |
| CMYK | 0.55 | 0 | 0.43 | 0.06 |
| HSL | 132.73º | 0.81% | 0.68% | - |
| HSV(B) | 132.73º | 0.55% | 0.94% | - |
| XYZ | 41.79 | 67.29 | 34.08 | - |
| YUV | 188.68 | 98.27 | 70.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 240 | 136 | 0.55 | 0 | 0.43 | 0.06 | 132.73 | 0.81 | 0.68 |
| Hex | 6C | F0 | 88 | 37 | 0 | 2B | 6 | 85 | 51 | 44 |
| Octal | 154 | 360 | 210 | 67 | 0 | 53 | 6 | 205 | 121 | 104 |
| Binary | 1101100 | 11110000 | 10001000 | 110111 | 0 | 101011 | 110 | 10000101 | 1010001 | 1000100 |
Color Harmonies of #6CF088
Complementary color
Monochromatic Colors of #6CF088
Black with #6CF088
Text Example
Text Example
White with #6CF088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CF088; }
p { color: rgb(108,240,136); }
H1.HeaderClassName
{
color: #6CF088;
}
.AnyTagClassName
{
color: #6CF088;
}
</style>
background-color css
<style>
a { background-color: #6CF088; }
a { background-color: rgb(108,240,136); }
div.DivClassName
{
background-color: #6CF088;
}
.BgClassName
{
background-color: #6CF088;
}
</style>
border-color css
<style>
span { border-color: #6CF088; }
span { border-color: rgb(108,240,136); }
td.TdClassName
{
border-color: #6CF088;
}
.TagClassName
{
border-color: #6CF088;
}
</style>