Shades of Pastel Green #6CF092
Tints of Pastel Green #6CF092
RGB
CMYK
RGB Variations
Color information
#6CF092 (or 0x6CF092) is known color: Pastel Green. HEX triplet: 6C, F0 and 92. RGB value is (108,240,146). Sum of RGB (Red+Green+Blue) = 108+240+146=494 (65% of max value = 765). Red value is 108 (42.58% from 255 or 21.86% from 494); Green value is 240 (94.14% from 255 or 48.58% from 494); Blue value is 146 (57.42% from 255 or 29.55% from 494); Max value from RGB is 240 - color contains mainly: green. Hex color #6CF092 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6CF092 is #930F6D. Grayscale: #BEBEBE. Windows color (decimal): -9637742 or 9629804. OLE color: 9629804.
HSL color Cylindrical-coordinate representation of color #6CF092: hue angle of 137.27º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6CF092 is Cyan = 0.55, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 108 | 240 | 146 | - |
| CMYK | 0.55 | 0 | 0.39 | 0.06 |
| HSL | 137.27º | 0.81% | 0.68% | - |
| HSV(B) | 137.27º | 0.55% | 0.94% | - |
| XYZ | 42.53 | 67.58 | 38 | - |
| YUV | 189.82 | 103.27 | 69.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 240 | 146 | 0.55 | 0 | 0.39 | 0.06 | 137.27 | 0.81 | 0.68 |
| Hex | 6C | F0 | 92 | 37 | 0 | 27 | 6 | 89 | 51 | 44 |
| Octal | 154 | 360 | 222 | 67 | 0 | 47 | 6 | 211 | 121 | 104 |
| Binary | 1101100 | 11110000 | 10010010 | 110111 | 0 | 100111 | 110 | 10001001 | 1010001 | 1000100 |
Color Harmonies of #6CF092
Complementary color
Monochromatic Colors of #6CF092
Black with #6CF092
Text Example
Text Example
White with #6CF092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CF092; }
p { color: rgb(108,240,146); }
H1.HeaderClassName
{
color: #6CF092;
}
.AnyTagClassName
{
color: #6CF092;
}
</style>
background-color css
<style>
a { background-color: #6CF092; }
a { background-color: rgb(108,240,146); }
div.DivClassName
{
background-color: #6CF092;
}
.BgClassName
{
background-color: #6CF092;
}
</style>
border-color css
<style>
span { border-color: #6CF092; }
span { border-color: rgb(108,240,146); }
td.TdClassName
{
border-color: #6CF092;
}
.TagClassName
{
border-color: #6CF092;
}
</style>