Shades of Pastel Green #6FF08A
Tints of Pastel Green #6FF08A
RGB
CMYK
RGB Variations
Color information
#6FF08A (or 0x6FF08A) is known color: Pastel Green. HEX triplet: 6F, F0 and 8A. RGB value is (111,240,138). Sum of RGB (Red+Green+Blue) = 111+240+138=489 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.70% from 489); Green value is 240 (94.14% from 255 or 49.08% from 489); Blue value is 138 (54.30% from 255 or 28.22% from 489); Max value from RGB is 240 - color contains mainly: green. Hex color #6FF08A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6FF08A is #900F75. Grayscale: #BEBEBE. Windows color (decimal): -9441142 or 9105519. OLE color: 9105519.
HSL color Cylindrical-coordinate representation of color #6FF08A: hue angle of 132.56º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6FF08A is Cyan = 0.54, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 111 | 240 | 138 | - |
| CMYK | 0.54 | 0 | 0.42 | 0.06 |
| HSL | 132.56º | 0.81% | 0.69% | - |
| HSV(B) | 132.56º | 0.54% | 0.94% | - |
| XYZ | 42.3 | 67.53 | 34.85 | - |
| YUV | 189.8 | 98.76 | 71.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 240 | 138 | 0.54 | 0 | 0.42 | 0.06 | 132.56 | 0.81 | 0.69 |
| Hex | 6F | F0 | 8A | 36 | 0 | 2A | 6 | 85 | 51 | 45 |
| Octal | 157 | 360 | 212 | 66 | 0 | 52 | 6 | 205 | 121 | 105 |
| Binary | 1101111 | 11110000 | 10001010 | 110110 | 0 | 101010 | 110 | 10000101 | 1010001 | 1000101 |
Color Harmonies of #6FF08A
Complementary color
Monochromatic Colors of #6FF08A
Black with #6FF08A
Text Example
Text Example
White with #6FF08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FF08A; }
p { color: rgb(111,240,138); }
H1.HeaderClassName
{
color: #6FF08A;
}
.AnyTagClassName
{
color: #6FF08A;
}
</style>
background-color css
<style>
a { background-color: #6FF08A; }
a { background-color: rgb(111,240,138); }
div.DivClassName
{
background-color: #6FF08A;
}
.BgClassName
{
background-color: #6FF08A;
}
</style>
border-color css
<style>
span { border-color: #6FF08A; }
span { border-color: rgb(111,240,138); }
td.TdClassName
{
border-color: #6FF08A;
}
.TagClassName
{
border-color: #6FF08A;
}
</style>