Shades of Pastel Green #6BF090
Tints of Pastel Green #6BF090
RGB
CMYK
RGB Variations
Color information
#6BF090 (or 0x6BF090) is known color: Pastel Green. HEX triplet: 6B, F0 and 90. RGB value is (107,240,144). Sum of RGB (Red+Green+Blue) = 107+240+144=491 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.79% from 491); Green value is 240 (94.14% from 255 or 48.88% from 491); Blue value is 144 (56.64% from 255 or 29.33% from 491); Max value from RGB is 240 - color contains mainly: green. Hex color #6BF090 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6BF090 is #940F6F. Grayscale: #BDBDBD. Windows color (decimal): -9703280 or 9498731. OLE color: 9498731.
HSL color Cylindrical-coordinate representation of color #6BF090: hue angle of 136.69º degrees, saturation: 0.82, 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 #6BF090 is Cyan = 0.55, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 107 | 240 | 144 | - |
| CMYK | 0.55 | 0 | 0.4 | 0.06 |
| HSL | 136.69º | 0.82% | 0.68% | - |
| HSV(B) | 136.69º | 0.55% | 0.94% | - |
| XYZ | 42.26 | 67.46 | 37.18 | - |
| YUV | 189.29 | 102.44 | 69.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 240 | 144 | 0.55 | 0 | 0.4 | 0.06 | 136.69 | 0.82 | 0.68 |
| Hex | 6B | F0 | 90 | 37 | 0 | 28 | 6 | 89 | 52 | 44 |
| Octal | 153 | 360 | 220 | 67 | 0 | 50 | 6 | 211 | 122 | 104 |
| Binary | 1101011 | 11110000 | 10010000 | 110111 | 0 | 101000 | 110 | 10001001 | 1010010 | 1000100 |
Color Harmonies of #6BF090
Complementary color
Monochromatic Colors of #6BF090
Black with #6BF090
Text Example
Text Example
White with #6BF090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BF090; }
p { color: rgb(107,240,144); }
H1.HeaderClassName
{
color: #6BF090;
}
.AnyTagClassName
{
color: #6BF090;
}
</style>
background-color css
<style>
a { background-color: #6BF090; }
a { background-color: rgb(107,240,144); }
div.DivClassName
{
background-color: #6BF090;
}
.BgClassName
{
background-color: #6BF090;
}
</style>
border-color css
<style>
span { border-color: #6BF090; }
span { border-color: rgb(107,240,144); }
td.TdClassName
{
border-color: #6BF090;
}
.TagClassName
{
border-color: #6BF090;
}
</style>