Shades of Pastel Green #6CF292
Tints of Pastel Green #6CF292
RGB
CMYK
RGB Variations
Color information
#6CF292 (or 0x6CF292) is known color: Pastel Green. HEX triplet: 6C, F2 and 92. RGB value is (108,242,146). Sum of RGB (Red+Green+Blue) = 108+242+146=496 (65% of max value = 765). Red value is 108 (42.58% from 255 or 21.77% from 496); Green value is 242 (94.92% from 255 or 48.79% from 496); Blue value is 146 (57.42% from 255 or 29.44% from 496); Max value from RGB is 242 - color contains mainly: green. Hex color #6CF292 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6CF292 is #930D6D. Grayscale: #BFBFBF. Windows color (decimal): -9637230 or 9630316. OLE color: 9630316.
HSL color Cylindrical-coordinate representation of color #6CF292: hue angle of 137.01º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6CF292 is Cyan = 0.55, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 108 | 242 | 146 | - |
| CMYK | 0.55 | 0 | 0.40 | 0.05 |
| HSL | 137.01º | 0.84% | 0.69% | - |
| HSV(B) | 137.01º | 0.55% | 0.95% | - |
| XYZ | 43.12 | 68.77 | 38.19 | - |
| YUV | 190.99 | 102.61 | 68.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 242 | 146 | 0.55 | 0 | 0.40 | 0.05 | 137.01 | 0.84 | 0.69 |
| Hex | 6C | F2 | 92 | 37 | 0 | 28 | 5 | 89 | 54 | 45 |
| Octal | 154 | 362 | 222 | 67 | 0 | 50 | 5 | 211 | 124 | 105 |
| Binary | 1101100 | 11110010 | 10010010 | 110111 | 0 | 101000 | 101 | 10001001 | 1010100 | 1000101 |
Color Harmonies of #6CF292
Complementary color
Monochromatic Colors of #6CF292
Black with #6CF292
Text Example
Text Example
White with #6CF292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CF292; }
p { color: rgb(108,242,146); }
H1.HeaderClassName
{
color: #6CF292;
}
.AnyTagClassName
{
color: #6CF292;
}
</style>
background-color css
<style>
a { background-color: #6CF292; }
a { background-color: rgb(108,242,146); }
div.DivClassName
{
background-color: #6CF292;
}
.BgClassName
{
background-color: #6CF292;
}
</style>
border-color css
<style>
span { border-color: #6CF292; }
span { border-color: rgb(108,242,146); }
td.TdClassName
{
border-color: #6CF292;
}
.TagClassName
{
border-color: #6CF292;
}
</style>