Shades of Pastel Green #6CF385
Tints of Pastel Green #6CF385
RGB
CMYK
RGB Variations
Color information
#6CF385 (or 0x6CF385) is known color: Pastel Green. HEX triplet: 6C, F3 and 85. RGB value is (108,243,133). Sum of RGB (Red+Green+Blue) = 108+243+133=484 (64% of max value = 765). Red value is 108 (42.58% from 255 or 22.31% from 484); Green value is 243 (95.31% from 255 or 50.21% from 484); Blue value is 133 (52.34% from 255 or 27.48% from 484); Max value from RGB is 243 - color contains mainly: green. Hex color #6CF385 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6CF385 is #930C7A. Grayscale: #BEBEBE. Windows color (decimal): -9636987 or 8778604. OLE color: 8778604.
HSL color Cylindrical-coordinate representation of color #6CF385: hue angle of 131.11º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6CF385 is Cyan = 0.56, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 108 | 243 | 133 | - |
| CMYK | 0.56 | 0 | 0.45 | 0.05 |
| HSL | 131.11º | 0.85% | 0.69% | - |
| HSV(B) | 131.11º | 0.56% | 0.95% | - |
| XYZ | 42.47 | 68.98 | 33.27 | - |
| YUV | 190.1 | 95.77 | 69.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 243 | 133 | 0.56 | 0 | 0.45 | 0.05 | 131.11 | 0.85 | 0.69 |
| Hex | 6C | F3 | 85 | 38 | 0 | 2D | 5 | 83 | 55 | 45 |
| Octal | 154 | 363 | 205 | 70 | 0 | 55 | 5 | 203 | 125 | 105 |
| Binary | 1101100 | 11110011 | 10000101 | 111000 | 0 | 101101 | 101 | 10000011 | 1010101 | 1000101 |
Color Harmonies of #6CF385
Complementary color
Monochromatic Colors of #6CF385
Black with #6CF385
Text Example
Text Example
White with #6CF385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CF385; }
p { color: rgb(108,243,133); }
H1.HeaderClassName
{
color: #6CF385;
}
.AnyTagClassName
{
color: #6CF385;
}
</style>
background-color css
<style>
a { background-color: #6CF385; }
a { background-color: rgb(108,243,133); }
div.DivClassName
{
background-color: #6CF385;
}
.BgClassName
{
background-color: #6CF385;
}
</style>
border-color css
<style>
span { border-color: #6CF385; }
span { border-color: rgb(108,243,133); }
td.TdClassName
{
border-color: #6CF385;
}
.TagClassName
{
border-color: #6CF385;
}
</style>