Shades of Pastel Green #6CF285
Tints of Pastel Green #6CF285
RGB
CMYK
RGB Variations
Color information
#6CF285 (or 0x6CF285) is known color: Pastel Green. HEX triplet: 6C, F2 and 85. RGB value is (108,242,133). Sum of RGB (Red+Green+Blue) = 108+242+133=483 (63% of max value = 765). Red value is 108 (42.58% from 255 or 22.36% from 483); Green value is 242 (94.92% from 255 or 50.10% from 483); Blue value is 133 (52.34% from 255 or 27.54% from 483); Max value from RGB is 242 - color contains mainly: green. Hex color #6CF285 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6CF285 is #930D7A. Grayscale: #BDBDBD. Windows color (decimal): -9637243 or 8778348. OLE color: 8778348.
HSL color Cylindrical-coordinate representation of color #6CF285: hue angle of 131.19º 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 #6CF285 is Cyan = 0.55, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 108 | 242 | 133 | - |
| CMYK | 0.55 | 0 | 0.45 | 0.05 |
| HSL | 131.19º | 0.84% | 0.69% | - |
| HSV(B) | 131.19º | 0.55% | 0.95% | - |
| XYZ | 42.17 | 68.39 | 33.17 | - |
| YUV | 189.51 | 96.11 | 69.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 242 | 133 | 0.55 | 0 | 0.45 | 0.05 | 131.19 | 0.84 | 0.69 |
| Hex | 6C | F2 | 85 | 37 | 0 | 2D | 5 | 83 | 54 | 45 |
| Octal | 154 | 362 | 205 | 67 | 0 | 55 | 5 | 203 | 124 | 105 |
| Binary | 1101100 | 11110010 | 10000101 | 110111 | 0 | 101101 | 101 | 10000011 | 1010100 | 1000101 |
Color Harmonies of #6CF285
Complementary color
Monochromatic Colors of #6CF285
Black with #6CF285
Text Example
Text Example
White with #6CF285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CF285; }
p { color: rgb(108,242,133); }
H1.HeaderClassName
{
color: #6CF285;
}
.AnyTagClassName
{
color: #6CF285;
}
</style>
background-color css
<style>
a { background-color: #6CF285; }
a { background-color: rgb(108,242,133); }
div.DivClassName
{
background-color: #6CF285;
}
.BgClassName
{
background-color: #6CF285;
}
</style>
border-color css
<style>
span { border-color: #6CF285; }
span { border-color: rgb(108,242,133); }
td.TdClassName
{
border-color: #6CF285;
}
.TagClassName
{
border-color: #6CF285;
}
</style>