Shades of Pastel Green #6BF287
Tints of Pastel Green #6BF287
RGB
CMYK
RGB Variations
Color information
#6BF287 (or 0x6BF287) is known color: Pastel Green. HEX triplet: 6B, F2 and 87. RGB value is (107,242,135). Sum of RGB (Red+Green+Blue) = 107+242+135=484 (64% of max value = 765). Red value is 107 (42.19% from 255 or 22.11% from 484); Green value is 242 (94.92% from 255 or 50% from 484); Blue value is 135 (53.12% from 255 or 27.89% from 484); Max value from RGB is 242 - color contains mainly: green. Hex color #6BF287 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6BF287 is #940D78. Grayscale: #BDBDBD. Windows color (decimal): -9702777 or 8909419. OLE color: 8909419.
HSL color Cylindrical-coordinate representation of color #6BF287: hue angle of 132.44º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6BF287 is Cyan = 0.56, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 107 | 242 | 135 | - |
| CMYK | 0.56 | 0 | 0.44 | 0.05 |
| HSL | 132.44º | 0.84% | 0.68% | - |
| HSV(B) | 132.44º | 0.56% | 0.95% | - |
| XYZ | 42.19 | 68.38 | 33.9 | - |
| YUV | 189.44 | 97.27 | 69.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 242 | 135 | 0.56 | 0 | 0.44 | 0.05 | 132.44 | 0.84 | 0.68 |
| Hex | 6B | F2 | 87 | 38 | 0 | 2C | 5 | 84 | 54 | 44 |
| Octal | 153 | 362 | 207 | 70 | 0 | 54 | 5 | 204 | 124 | 104 |
| Binary | 1101011 | 11110010 | 10000111 | 111000 | 0 | 101100 | 101 | 10000100 | 1010100 | 1000100 |
Color Harmonies of #6BF287
Complementary color
Monochromatic Colors of #6BF287
Black with #6BF287
Text Example
Text Example
White with #6BF287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BF287; }
p { color: rgb(107,242,135); }
H1.HeaderClassName
{
color: #6BF287;
}
.AnyTagClassName
{
color: #6BF287;
}
</style>
background-color css
<style>
a { background-color: #6BF287; }
a { background-color: rgb(107,242,135); }
div.DivClassName
{
background-color: #6BF287;
}
.BgClassName
{
background-color: #6BF287;
}
</style>
border-color css
<style>
span { border-color: #6BF287; }
span { border-color: rgb(107,242,135); }
td.TdClassName
{
border-color: #6BF287;
}
.TagClassName
{
border-color: #6BF287;
}
</style>