Shades of Pastel Green #6BF588
Tints of Pastel Green #6BF588
RGB
CMYK
RGB Variations
Color information
#6BF588 (or 0x6BF588) is known color: Pastel Green. HEX triplet: 6B, F5 and 88. RGB value is (107,245,136). Sum of RGB (Red+Green+Blue) = 107+245+136=488 (64% of max value = 765). Red value is 107 (42.19% from 255 or 21.93% from 488); Green value is 245 (96.09% from 255 or 50.20% from 488); Blue value is 136 (53.52% from 255 or 27.87% from 488); Max value from RGB is 245 - color contains mainly: green. Hex color #6BF588 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6BF588 is #940A77. Grayscale: #BFBFBF. Windows color (decimal): -9702008 or 8975723. OLE color: 8975723.
HSL color Cylindrical-coordinate representation of color #6BF588: hue angle of 132.61º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6BF588 is Cyan = 0.56, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 107 | 245 | 136 | - |
| CMYK | 0.56 | 0 | 0.44 | 0.04 |
| HSL | 132.61º | 0.87% | 0.69% | - |
| HSV(B) | 132.61º | 0.56% | 0.96% | - |
| XYZ | 43.16 | 70.21 | 34.57 | - |
| YUV | 191.31 | 96.78 | 67.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 245 | 136 | 0.56 | 0 | 0.44 | 0.04 | 132.61 | 0.87 | 0.69 |
| Hex | 6B | F5 | 88 | 38 | 0 | 2C | 4 | 85 | 57 | 45 |
| Octal | 153 | 365 | 210 | 70 | 0 | 54 | 4 | 205 | 127 | 105 |
| Binary | 1101011 | 11110101 | 10001000 | 111000 | 0 | 101100 | 100 | 10000101 | 1010111 | 1000101 |
Color Harmonies of #6BF588
Complementary color
Monochromatic Colors of #6BF588
Black with #6BF588
Text Example
Text Example
White with #6BF588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BF588; }
p { color: rgb(107,245,136); }
H1.HeaderClassName
{
color: #6BF588;
}
.AnyTagClassName
{
color: #6BF588;
}
</style>
background-color css
<style>
a { background-color: #6BF588; }
a { background-color: rgb(107,245,136); }
div.DivClassName
{
background-color: #6BF588;
}
.BgClassName
{
background-color: #6BF588;
}
</style>
border-color css
<style>
span { border-color: #6BF588; }
span { border-color: rgb(107,245,136); }
td.TdClassName
{
border-color: #6BF588;
}
.TagClassName
{
border-color: #6BF588;
}
</style>