Shades of Pastel Green #6BF185
Tints of Pastel Green #6BF185
RGB
CMYK
RGB Variations
Color information
#6BF185 (or 0x6BF185) is known color: Pastel Green. HEX triplet: 6B, F1 and 85. RGB value is (107,241,133). Sum of RGB (Red+Green+Blue) = 107+241+133=481 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.25% from 481); Green value is 241 (94.53% from 255 or 50.10% from 481); Blue value is 133 (52.34% from 255 or 27.65% from 481); Max value from RGB is 241 - color contains mainly: green. Hex color #6BF185 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6BF185 is #940E7A. Grayscale: #BCBCBC. Windows color (decimal): -9703035 or 8778091. OLE color: 8778091.
HSL color Cylindrical-coordinate representation of color #6BF185: hue angle of 131.64º degrees, saturation: 0.83, 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 #6BF185 is Cyan = 0.56, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 107 | 241 | 133 | - |
| CMYK | 0.56 | 0 | 0.45 | 0.05 |
| HSL | 131.64º | 0.83% | 0.68% | - |
| HSV(B) | 131.64º | 0.56% | 0.95% | - |
| XYZ | 41.75 | 67.73 | 33.06 | - |
| YUV | 188.62 | 96.61 | 69.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 241 | 133 | 0.56 | 0 | 0.45 | 0.05 | 131.64 | 0.83 | 0.68 |
| Hex | 6B | F1 | 85 | 38 | 0 | 2D | 5 | 84 | 53 | 44 |
| Octal | 153 | 361 | 205 | 70 | 0 | 55 | 5 | 204 | 123 | 104 |
| Binary | 1101011 | 11110001 | 10000101 | 111000 | 0 | 101101 | 101 | 10000100 | 1010011 | 1000100 |
Color Harmonies of #6BF185
Complementary color
Monochromatic Colors of #6BF185
Black with #6BF185
Text Example
Text Example
White with #6BF185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BF185; }
p { color: rgb(107,241,133); }
H1.HeaderClassName
{
color: #6BF185;
}
.AnyTagClassName
{
color: #6BF185;
}
</style>
background-color css
<style>
a { background-color: #6BF185; }
a { background-color: rgb(107,241,133); }
div.DivClassName
{
background-color: #6BF185;
}
.BgClassName
{
background-color: #6BF185;
}
</style>
border-color css
<style>
span { border-color: #6BF185; }
span { border-color: rgb(107,241,133); }
td.TdClassName
{
border-color: #6BF185;
}
.TagClassName
{
border-color: #6BF185;
}
</style>