Shades of Pastel Green #6FE385
Tints of Pastel Green #6FE385
RGB
CMYK
RGB Variations
Color information
#6FE385 (or 0x6FE385) is known color: Pastel Green. HEX triplet: 6F, E3 and 85. RGB value is (111,227,133). Sum of RGB (Red+Green+Blue) = 111+227+133=471 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.57% from 471); Green value is 227 (89.06% from 255 or 48.20% from 471); Blue value is 133 (52.34% from 255 or 28.24% from 471); Max value from RGB is 227 - color contains mainly: green. Hex color #6FE385 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FE385 is #901C7A. Grayscale: #B5B5B5. Windows color (decimal): -9444475 or 8774511. OLE color: 8774511.
HSL color Cylindrical-coordinate representation of color #6FE385: hue angle of 131.38º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6FE385 is Cyan = 0.51, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 111 | 227 | 133 | - |
| CMYK | 0.51 | 0 | 0.41 | 0.11 |
| HSL | 131.38º | 0.67% | 0.66% | - |
| HSV(B) | 131.38º | 0.51% | 0.89% | - |
| XYZ | 38.26 | 60.01 | 31.76 | - |
| YUV | 181.6 | 100.57 | 77.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 227 | 133 | 0.51 | 0 | 0.41 | 0.11 | 131.38 | 0.67 | 0.66 |
| Hex | 6F | E3 | 85 | 33 | 0 | 29 | B | 83 | 43 | 42 |
| Octal | 157 | 343 | 205 | 63 | 0 | 51 | 13 | 203 | 103 | 102 |
| Binary | 1101111 | 11100011 | 10000101 | 110011 | 0 | 101001 | 1011 | 10000011 | 1000011 | 1000010 |
Color Harmonies of #6FE385
Complementary color
Monochromatic Colors of #6FE385
Black with #6FE385
Text Example
Text Example
White with #6FE385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FE385; }
p { color: rgb(111,227,133); }
H1.HeaderClassName
{
color: #6FE385;
}
.AnyTagClassName
{
color: #6FE385;
}
</style>
background-color css
<style>
a { background-color: #6FE385; }
a { background-color: rgb(111,227,133); }
div.DivClassName
{
background-color: #6FE385;
}
.BgClassName
{
background-color: #6FE385;
}
</style>
border-color css
<style>
span { border-color: #6FE385; }
span { border-color: rgb(111,227,133); }
td.TdClassName
{
border-color: #6FE385;
}
.TagClassName
{
border-color: #6FE385;
}
</style>