Shades of Pastel Green #6FE685
Tints of Pastel Green #6FE685
RGB
CMYK
RGB Variations
Color information
#6FE685 (or 0x6FE685) is known color: Pastel Green. HEX triplet: 6F, E6 and 85. RGB value is (111,230,133). Sum of RGB (Red+Green+Blue) = 111+230+133=474 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.42% from 474); Green value is 230 (90.23% from 255 or 48.52% from 474); Blue value is 133 (52.34% from 255 or 28.06% from 474); Max value from RGB is 230 - color contains mainly: green. Hex color #6FE685 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6FE685 is #90197A. Grayscale: #B7B7B7. Windows color (decimal): -9443707 or 8775279. OLE color: 8775279.
HSL color Cylindrical-coordinate representation of color #6FE685: hue angle of 131.09º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6FE685 is Cyan = 0.52, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 111 | 230 | 133 | - |
| CMYK | 0.52 | 0 | 0.42 | 0.10 |
| HSL | 131.09º | 0.7% | 0.67% | - |
| HSV(B) | 131.09º | 0.52% | 0.9% | - |
| XYZ | 39.09 | 61.67 | 32.03 | - |
| YUV | 183.36 | 99.58 | 76.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 230 | 133 | 0.52 | 0 | 0.42 | 0.10 | 131.09 | 0.7 | 0.67 |
| Hex | 6F | E6 | 85 | 34 | 0 | 2A | A | 83 | 46 | 43 |
| Octal | 157 | 346 | 205 | 64 | 0 | 52 | 12 | 203 | 106 | 103 |
| Binary | 1101111 | 11100110 | 10000101 | 110100 | 0 | 101010 | 1010 | 10000011 | 1000110 | 1000011 |
Color Harmonies of #6FE685
Complementary color
Monochromatic Colors of #6FE685
Black with #6FE685
Text Example
Text Example
White with #6FE685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FE685; }
p { color: rgb(111,230,133); }
H1.HeaderClassName
{
color: #6FE685;
}
.AnyTagClassName
{
color: #6FE685;
}
</style>
background-color css
<style>
a { background-color: #6FE685; }
a { background-color: rgb(111,230,133); }
div.DivClassName
{
background-color: #6FE685;
}
.BgClassName
{
background-color: #6FE685;
}
</style>
border-color css
<style>
span { border-color: #6FE685; }
span { border-color: rgb(111,230,133); }
td.TdClassName
{
border-color: #6FE685;
}
.TagClassName
{
border-color: #6FE685;
}
</style>