Shades of Pastel Green #6FE25F
Tints of Pastel Green #6FE25F
RGB
CMYK
RGB Variations
Color information
#6FE25F (or 0x6FE25F) is known color: Pastel Green. HEX triplet: 6F, E2 and 5F. RGB value is (111,226,95). Sum of RGB (Red+Green+Blue) = 111+226+95=432 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.69% from 432); Green value is 226 (88.67% from 255 or 52.31% from 432); Blue value is 95 (37.5% from 255 or 21.99% from 432); Max value from RGB is 226 - color contains mainly: green. Hex color #6FE25F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FE25F is #901DA0. Grayscale: #B1B1B1. Windows color (decimal): -9444769 or 6283887. OLE color: 6283887.
HSL color Cylindrical-coordinate representation of color #6FE25F: hue angle of 112.67º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6FE25F is Cyan = 0.51, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 111 | 226 | 95 | - |
| CMYK | 0.51 | 0 | 0.58 | 0.11 |
| HSL | 112.67º | 0.69% | 0.63% | - |
| HSV(B) | 112.67º | 0.58% | 0.89% | - |
| XYZ | 35.82 | 58.6 | 20.25 | - |
| YUV | 176.68 | 81.9 | 81.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 226 | 95 | 0.51 | 0 | 0.58 | 0.11 | 112.67 | 0.69 | 0.63 |
| Hex | 6F | E2 | 5F | 33 | 0 | 3A | B | 71 | 45 | 3F |
| Octal | 157 | 342 | 137 | 63 | 0 | 72 | 13 | 161 | 105 | 77 |
| Binary | 1101111 | 11100010 | 1011111 | 110011 | 0 | 111010 | 1011 | 1110001 | 1000101 | 111111 |
Color Harmonies of #6FE25F
Complementary color
Monochromatic Colors of #6FE25F
Black with #6FE25F
Text Example
Text Example
White with #6FE25F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FE25F; }
p { color: rgb(111,226,95); }
H1.HeaderClassName
{
color: #6FE25F;
}
.AnyTagClassName
{
color: #6FE25F;
}
</style>
background-color css
<style>
a { background-color: #6FE25F; }
a { background-color: rgb(111,226,95); }
div.DivClassName
{
background-color: #6FE25F;
}
.BgClassName
{
background-color: #6FE25F;
}
</style>
border-color css
<style>
span { border-color: #6FE25F; }
span { border-color: rgb(111,226,95); }
td.TdClassName
{
border-color: #6FE25F;
}
.TagClassName
{
border-color: #6FE25F;
}
</style>