Shades of Pastel Green #6CF084
Tints of Pastel Green #6CF084
RGB
CMYK
RGB Variations
Color information
#6CF084 (or 0x6CF084) is known color: Pastel Green. HEX triplet: 6C, F0 and 84. RGB value is (108,240,132). Sum of RGB (Red+Green+Blue) = 108+240+132=480 (63% of max value = 765). Red value is 108 (42.58% from 255 or 22.5% from 480); Green value is 240 (94.14% from 255 or 50% from 480); Blue value is 132 (51.95% from 255 or 27.5% from 480); Max value from RGB is 240 - color contains mainly: green. Hex color #6CF084 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6CF084 is #930F7B. Grayscale: #BCBCBC. Windows color (decimal): -9637756 or 8712300. OLE color: 8712300.
HSL color Cylindrical-coordinate representation of color #6CF084: hue angle of 130.91º 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 #6CF084 is Cyan = 0.55, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 108 | 240 | 132 | - |
| CMYK | 0.55 | 0 | 0.45 | 0.06 |
| HSL | 130.91º | 0.81% | 0.68% | - |
| HSV(B) | 130.91º | 0.55% | 0.94% | - |
| XYZ | 41.51 | 67.17 | 32.61 | - |
| YUV | 188.22 | 96.27 | 70.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 240 | 132 | 0.55 | 0 | 0.45 | 0.06 | 130.91 | 0.81 | 0.68 |
| Hex | 6C | F0 | 84 | 37 | 0 | 2D | 6 | 83 | 51 | 44 |
| Octal | 154 | 360 | 204 | 67 | 0 | 55 | 6 | 203 | 121 | 104 |
| Binary | 1101100 | 11110000 | 10000100 | 110111 | 0 | 101101 | 110 | 10000011 | 1010001 | 1000100 |
Color Harmonies of #6CF084
Complementary color
Monochromatic Colors of #6CF084
Black with #6CF084
Text Example
Text Example
White with #6CF084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CF084; }
p { color: rgb(108,240,132); }
H1.HeaderClassName
{
color: #6CF084;
}
.AnyTagClassName
{
color: #6CF084;
}
</style>
background-color css
<style>
a { background-color: #6CF084; }
a { background-color: rgb(108,240,132); }
div.DivClassName
{
background-color: #6CF084;
}
.BgClassName
{
background-color: #6CF084;
}
</style>
border-color css
<style>
span { border-color: #6CF084; }
span { border-color: rgb(108,240,132); }
td.TdClassName
{
border-color: #6CF084;
}
.TagClassName
{
border-color: #6CF084;
}
</style>