Shades of Pastel Green #6BF27F
Tints of Pastel Green #6BF27F
RGB
CMYK
RGB Variations
Color information
#6BF27F (or 0x6BF27F) is known color: Pastel Green. HEX triplet: 6B, F2 and 7F. RGB value is (107,242,127). Sum of RGB (Red+Green+Blue) = 107+242+127=476 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.48% from 476); Green value is 242 (94.92% from 255 or 50.84% from 476); Blue value is 127 (50% from 255 or 26.68% from 476); Max value from RGB is 242 - color contains mainly: green. Hex color #6BF27F is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6BF27F is #940D80. Grayscale: #BCBCBC. Windows color (decimal): -9702785 or 8385131. OLE color: 8385131.
HSL color Cylindrical-coordinate representation of color #6BF27F: hue angle of 128.89º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6BF27F is Cyan = 0.56, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 107 | 242 | 127 | - |
| CMYK | 0.56 | 0 | 0.48 | 0.05 |
| HSL | 128.89º | 0.84% | 0.68% | - |
| HSV(B) | 128.89º | 0.56% | 0.95% | - |
| XYZ | 41.65 | 68.16 | 31.04 | - |
| YUV | 188.53 | 93.27 | 69.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 242 | 127 | 0.56 | 0 | 0.48 | 0.05 | 128.89 | 0.84 | 0.68 |
| Hex | 6B | F2 | 7F | 38 | 0 | 30 | 5 | 81 | 54 | 44 |
| Octal | 153 | 362 | 177 | 70 | 0 | 60 | 5 | 201 | 124 | 104 |
| Binary | 1101011 | 11110010 | 1111111 | 111000 | 0 | 110000 | 101 | 10000001 | 1010100 | 1000100 |
Color Harmonies of #6BF27F
Complementary color
Monochromatic Colors of #6BF27F
Black with #6BF27F
Text Example
Text Example
White with #6BF27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BF27F; }
p { color: rgb(107,242,127); }
H1.HeaderClassName
{
color: #6BF27F;
}
.AnyTagClassName
{
color: #6BF27F;
}
</style>
background-color css
<style>
a { background-color: #6BF27F; }
a { background-color: rgb(107,242,127); }
div.DivClassName
{
background-color: #6BF27F;
}
.BgClassName
{
background-color: #6BF27F;
}
</style>
border-color css
<style>
span { border-color: #6BF27F; }
span { border-color: rgb(107,242,127); }
td.TdClassName
{
border-color: #6BF27F;
}
.TagClassName
{
border-color: #6BF27F;
}
</style>