Shades of Pastel Green #6CF290
Tints of Pastel Green #6CF290
RGB
CMYK
RGB Variations
Color information
#6CF290 (or 0x6CF290) is known color: Pastel Green. HEX triplet: 6C, F2 and 90. RGB value is (108,242,144). Sum of RGB (Red+Green+Blue) = 108+242+144=494 (65% of max value = 765). Red value is 108 (42.58% from 255 or 21.86% from 494); Green value is 242 (94.92% from 255 or 48.99% from 494); Blue value is 144 (56.64% from 255 or 29.15% from 494); Max value from RGB is 242 - color contains mainly: green. Hex color #6CF290 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6CF290 is #930D6F. Grayscale: #BFBFBF. Windows color (decimal): -9637232 or 9499244. OLE color: 9499244.
HSL color Cylindrical-coordinate representation of color #6CF290: hue angle of 136.12º 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 #6CF290 is Cyan = 0.55, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 108 | 242 | 144 | - |
| CMYK | 0.55 | 0 | 0.40 | 0.05 |
| HSL | 136.12º | 0.84% | 0.69% | - |
| HSV(B) | 136.12º | 0.55% | 0.95% | - |
| XYZ | 42.97 | 68.71 | 37.38 | - |
| YUV | 190.76 | 101.61 | 68.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 242 | 144 | 0.55 | 0 | 0.40 | 0.05 | 136.12 | 0.84 | 0.69 |
| Hex | 6C | F2 | 90 | 37 | 0 | 28 | 5 | 88 | 54 | 45 |
| Octal | 154 | 362 | 220 | 67 | 0 | 50 | 5 | 210 | 124 | 105 |
| Binary | 1101100 | 11110010 | 10010000 | 110111 | 0 | 101000 | 101 | 10001000 | 1010100 | 1000101 |
Color Harmonies of #6CF290
Complementary color
Monochromatic Colors of #6CF290
Black with #6CF290
Text Example
Text Example
White with #6CF290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CF290; }
p { color: rgb(108,242,144); }
H1.HeaderClassName
{
color: #6CF290;
}
.AnyTagClassName
{
color: #6CF290;
}
</style>
background-color css
<style>
a { background-color: #6CF290; }
a { background-color: rgb(108,242,144); }
div.DivClassName
{
background-color: #6CF290;
}
.BgClassName
{
background-color: #6CF290;
}
</style>
border-color css
<style>
span { border-color: #6CF290; }
span { border-color: rgb(108,242,144); }
td.TdClassName
{
border-color: #6CF290;
}
.TagClassName
{
border-color: #6CF290;
}
</style>