Shades of Pastel Green #6BFA8B
Tints of Pastel Green #6BFA8B
RGB
CMYK
RGB Variations
Color information
#6BFA8B (or 0x6BFA8B) is known color: Pastel Green. HEX triplet: 6B, FA and 8B. RGB value is (107,250,139). Sum of RGB (Red+Green+Blue) = 107+250+139=496 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.57% from 496); Green value is 250 (98.05% from 255 or 50.40% from 496); Blue value is 139 (54.69% from 255 or 28.02% from 496); Max value from RGB is 250 - color contains mainly: green. Hex color #6BFA8B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6BFA8B is #940574. Grayscale: #C2C2C2. Windows color (decimal): -9700725 or 9173611. OLE color: 9173611.
HSL color Cylindrical-coordinate representation of color #6BFA8B: hue angle of 133.43º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6BFA8B is Cyan = 0.57, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 107 | 250 | 139 | - |
| CMYK | 0.57 | 0 | 0.44 | 0.02 |
| HSL | 133.43º | 0.93% | 0.7% | - |
| HSV(B) | 133.43º | 0.57% | 0.98% | - |
| XYZ | 44.91 | 73.36 | 36.22 | - |
| YUV | 194.59 | 96.62 | 65.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 250 | 139 | 0.57 | 0 | 0.44 | 0.02 | 133.43 | 0.93 | 0.7 |
| Hex | 6B | FA | 8B | 39 | 0 | 2C | 2 | 85 | 5D | 46 |
| Octal | 153 | 372 | 213 | 71 | 0 | 54 | 2 | 205 | 135 | 106 |
| Binary | 1101011 | 11111010 | 10001011 | 111001 | 0 | 101100 | 10 | 10000101 | 1011101 | 1000110 |
Color Harmonies of #6BFA8B
Complementary color
Monochromatic Colors of #6BFA8B
Black with #6BFA8B
Text Example
Text Example
White with #6BFA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFA8B; }
p { color: rgb(107,250,139); }
H1.HeaderClassName
{
color: #6BFA8B;
}
.AnyTagClassName
{
color: #6BFA8B;
}
</style>
background-color css
<style>
a { background-color: #6BFA8B; }
a { background-color: rgb(107,250,139); }
div.DivClassName
{
background-color: #6BFA8B;
}
.BgClassName
{
background-color: #6BFA8B;
}
</style>
border-color css
<style>
span { border-color: #6BFA8B; }
span { border-color: rgb(107,250,139); }
td.TdClassName
{
border-color: #6BFA8B;
}
.TagClassName
{
border-color: #6BFA8B;
}
</style>