Shades of Pastel Green #6FF27B
Tints of Pastel Green #6FF27B
RGB
CMYK
RGB Variations
Color information
#6FF27B (or 0x6FF27B) is known color: Pastel Green. HEX triplet: 6F, F2 and 7B. RGB value is (111,242,123). Sum of RGB (Red+Green+Blue) = 111+242+123=476 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.32% from 476); Green value is 242 (94.92% from 255 or 50.84% from 476); Blue value is 123 (48.44% from 255 or 25.84% from 476); Max value from RGB is 242 - color contains mainly: green. Hex color #6FF27B is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6FF27B is #900D84. Grayscale: #BDBDBD. Windows color (decimal): -9440645 or 8122991. OLE color: 8122991.
HSL color Cylindrical-coordinate representation of color #6FF27B: hue angle of 125.5º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6FF27B is Cyan = 0.54, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 111 | 242 | 123 | - |
| CMYK | 0.54 | 0 | 0.49 | 0.05 |
| HSL | 125.5º | 0.83% | 0.69% | - |
| HSV(B) | 125.5º | 0.54% | 0.95% | - |
| XYZ | 41.88 | 68.31 | 29.72 | - |
| YUV | 189.27 | 90.6 | 72.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 242 | 123 | 0.54 | 0 | 0.49 | 0.05 | 125.5 | 0.83 | 0.69 |
| Hex | 6F | F2 | 7B | 36 | 0 | 31 | 5 | 7D | 53 | 45 |
| Octal | 157 | 362 | 173 | 66 | 0 | 61 | 5 | 175 | 123 | 105 |
| Binary | 1101111 | 11110010 | 1111011 | 110110 | 0 | 110001 | 101 | 1111101 | 1010011 | 1000101 |
Color Harmonies of #6FF27B
Complementary color
Monochromatic Colors of #6FF27B
Black with #6FF27B
Text Example
Text Example
White with #6FF27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FF27B; }
p { color: rgb(111,242,123); }
H1.HeaderClassName
{
color: #6FF27B;
}
.AnyTagClassName
{
color: #6FF27B;
}
</style>
background-color css
<style>
a { background-color: #6FF27B; }
a { background-color: rgb(111,242,123); }
div.DivClassName
{
background-color: #6FF27B;
}
.BgClassName
{
background-color: #6FF27B;
}
</style>
border-color css
<style>
span { border-color: #6FF27B; }
span { border-color: rgb(111,242,123); }
td.TdClassName
{
border-color: #6FF27B;
}
.TagClassName
{
border-color: #6FF27B;
}
</style>