Shades of Pastel Green #6BED92
Tints of Pastel Green #6BED92
RGB
CMYK
RGB Variations
Color information
#6BED92 (or 0x6BED92) is known color: Pastel Green. HEX triplet: 6B, ED and 92. RGB value is (107,237,146). Sum of RGB (Red+Green+Blue) = 107+237+146=490 (64% of max value = 765). Red value is 107 (42.19% from 255 or 21.84% from 490); Green value is 237 (92.97% from 255 or 48.37% from 490); Blue value is 146 (57.42% from 255 or 29.80% from 490); Max value from RGB is 237 - color contains mainly: green. Hex color #6BED92 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6BED92 is #94126D. Grayscale: #BBBBBB. Windows color (decimal): -9704046 or 9629035. OLE color: 9629035.
HSL color Cylindrical-coordinate representation of color #6BED92: hue angle of 138º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6BED92 is Cyan = 0.55, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 107 | 237 | 146 | - |
| CMYK | 0.55 | 0 | 0.38 | 0.07 |
| HSL | 138º | 0.78% | 0.67% | - |
| HSV(B) | 138º | 0.55% | 0.93% | - |
| XYZ | 41.54 | 65.77 | 37.7 | - |
| YUV | 187.76 | 104.43 | 70.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 237 | 146 | 0.55 | 0 | 0.38 | 0.07 | 138 | 0.78 | 0.67 |
| Hex | 6B | ED | 92 | 37 | 0 | 26 | 7 | 8A | 4E | 43 |
| Octal | 153 | 355 | 222 | 67 | 0 | 46 | 7 | 212 | 116 | 103 |
| Binary | 1101011 | 11101101 | 10010010 | 110111 | 0 | 100110 | 111 | 10001010 | 1001110 | 1000011 |
Color Harmonies of #6BED92
Complementary color
Monochromatic Colors of #6BED92
Black with #6BED92
Text Example
Text Example
White with #6BED92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BED92; }
p { color: rgb(107,237,146); }
H1.HeaderClassName
{
color: #6BED92;
}
.AnyTagClassName
{
color: #6BED92;
}
</style>
background-color css
<style>
a { background-color: #6BED92; }
a { background-color: rgb(107,237,146); }
div.DivClassName
{
background-color: #6BED92;
}
.BgClassName
{
background-color: #6BED92;
}
</style>
border-color css
<style>
span { border-color: #6BED92; }
span { border-color: rgb(107,237,146); }
td.TdClassName
{
border-color: #6BED92;
}
.TagClassName
{
border-color: #6BED92;
}
</style>