Shades of Pastel Green #6BF290
Tints of Pastel Green #6BF290
RGB
CMYK
RGB Variations
Color information
#6BF290 (or 0x6BF290) is known color: Pastel Green. HEX triplet: 6B, F2 and 90. RGB value is (107,242,144). Sum of RGB (Red+Green+Blue) = 107+242+144=493 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.70% from 493); Green value is 242 (94.92% from 255 or 49.09% from 493); Blue value is 144 (56.64% from 255 or 29.21% from 493); Max value from RGB is 242 - color contains mainly: green. Hex color #6BF290 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6BF290 is #940D6F. Grayscale: #BEBEBE. Windows color (decimal): -9702768 or 9499243. OLE color: 9499243.
HSL color Cylindrical-coordinate representation of color #6BF290: hue angle of 136.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 #6BF290 is Cyan = 0.56, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 107 | 242 | 144 | - |
| CMYK | 0.56 | 0 | 0.40 | 0.05 |
| HSL | 136.44º | 0.84% | 0.68% | - |
| HSV(B) | 136.44º | 0.56% | 0.95% | - |
| XYZ | 42.85 | 68.64 | 37.38 | - |
| YUV | 190.46 | 101.77 | 68.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 242 | 144 | 0.56 | 0 | 0.40 | 0.05 | 136.44 | 0.84 | 0.68 |
| Hex | 6B | F2 | 90 | 38 | 0 | 28 | 5 | 88 | 54 | 44 |
| Octal | 153 | 362 | 220 | 70 | 0 | 50 | 5 | 210 | 124 | 104 |
| Binary | 1101011 | 11110010 | 10010000 | 111000 | 0 | 101000 | 101 | 10001000 | 1010100 | 1000100 |
Color Harmonies of #6BF290
Complementary color
Monochromatic Colors of #6BF290
Black with #6BF290
Text Example
Text Example
White with #6BF290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BF290; }
p { color: rgb(107,242,144); }
H1.HeaderClassName
{
color: #6BF290;
}
.AnyTagClassName
{
color: #6BF290;
}
</style>
background-color css
<style>
a { background-color: #6BF290; }
a { background-color: rgb(107,242,144); }
div.DivClassName
{
background-color: #6BF290;
}
.BgClassName
{
background-color: #6BF290;
}
</style>
border-color css
<style>
span { border-color: #6BF290; }
span { border-color: rgb(107,242,144); }
td.TdClassName
{
border-color: #6BF290;
}
.TagClassName
{
border-color: #6BF290;
}
</style>