Shades of Pastel Green #6BF192
Tints of Pastel Green #6BF192
RGB
CMYK
RGB Variations
Color information
#6BF192 (or 0x6BF192) is known color: Pastel Green. HEX triplet: 6B, F1 and 92. RGB value is (107,241,146). Sum of RGB (Red+Green+Blue) = 107+241+146=494 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.66% from 494); Green value is 241 (94.53% from 255 or 48.79% from 494); Blue value is 146 (57.42% from 255 or 29.55% from 494); Max value from RGB is 241 - color contains mainly: green. Hex color #6BF192 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6BF192 is #940E6D. Grayscale: #BEBEBE. Windows color (decimal): -9703022 or 9630059. OLE color: 9630059.
HSL color Cylindrical-coordinate representation of color #6BF192: hue angle of 137.46º 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 #6BF192 is Cyan = 0.56, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 107 | 241 | 146 | - |
| CMYK | 0.56 | 0 | 0.39 | 0.05 |
| HSL | 137.46º | 0.83% | 0.68% | - |
| HSV(B) | 137.46º | 0.56% | 0.95% | - |
| XYZ | 42.71 | 68.11 | 38.09 | - |
| YUV | 190.1 | 103.11 | 68.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 241 | 146 | 0.56 | 0 | 0.39 | 0.05 | 137.46 | 0.83 | 0.68 |
| Hex | 6B | F1 | 92 | 38 | 0 | 27 | 5 | 89 | 53 | 44 |
| Octal | 153 | 361 | 222 | 70 | 0 | 47 | 5 | 211 | 123 | 104 |
| Binary | 1101011 | 11110001 | 10010010 | 111000 | 0 | 100111 | 101 | 10001001 | 1010011 | 1000100 |
Color Harmonies of #6BF192
Complementary color
Monochromatic Colors of #6BF192
Black with #6BF192
Text Example
Text Example
White with #6BF192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BF192; }
p { color: rgb(107,241,146); }
H1.HeaderClassName
{
color: #6BF192;
}
.AnyTagClassName
{
color: #6BF192;
}
</style>
background-color css
<style>
a { background-color: #6BF192; }
a { background-color: rgb(107,241,146); }
div.DivClassName
{
background-color: #6BF192;
}
.BgClassName
{
background-color: #6BF192;
}
</style>
border-color css
<style>
span { border-color: #6BF192; }
span { border-color: rgb(107,241,146); }
td.TdClassName
{
border-color: #6BF192;
}
.TagClassName
{
border-color: #6BF192;
}
</style>