Shades of Pastel Green #6BF68C
Tints of Pastel Green #6BF68C
RGB
CMYK
RGB Variations
Color information
#6BF68C (or 0x6BF68C) is known color: Pastel Green. HEX triplet: 6B, F6 and 8C. RGB value is (107,246,140). Sum of RGB (Red+Green+Blue) = 107+246+140=493 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.70% from 493); Green value is 246 (96.48% from 255 or 49.90% from 493); Blue value is 140 (55.08% from 255 or 28.40% from 493); Max value from RGB is 246 - color contains mainly: green. Hex color #6BF68C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6BF68C is #940973. Grayscale: #C0C0C0. Windows color (decimal): -9701748 or 9238123. OLE color: 9238123.
HSL color Cylindrical-coordinate representation of color #6BF68C: hue angle of 134.24º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6BF68C is Cyan = 0.57, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 107 | 246 | 140 | - |
| CMYK | 0.57 | 0 | 0.43 | 0.04 |
| HSL | 134.24º | 0.89% | 0.69% | - |
| HSV(B) | 134.24º | 0.57% | 0.96% | - |
| XYZ | 43.75 | 70.93 | 36.2 | - |
| YUV | 192.36 | 98.45 | 67.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 246 | 140 | 0.57 | 0 | 0.43 | 0.04 | 134.24 | 0.89 | 0.69 |
| Hex | 6B | F6 | 8C | 39 | 0 | 2B | 4 | 86 | 59 | 45 |
| Octal | 153 | 366 | 214 | 71 | 0 | 53 | 4 | 206 | 131 | 105 |
| Binary | 1101011 | 11110110 | 10001100 | 111001 | 0 | 101011 | 100 | 10000110 | 1011001 | 1000101 |
Color Harmonies of #6BF68C
Complementary color
Monochromatic Colors of #6BF68C
Black with #6BF68C
Text Example
Text Example
White with #6BF68C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BF68C; }
p { color: rgb(107,246,140); }
H1.HeaderClassName
{
color: #6BF68C;
}
.AnyTagClassName
{
color: #6BF68C;
}
</style>
background-color css
<style>
a { background-color: #6BF68C; }
a { background-color: rgb(107,246,140); }
div.DivClassName
{
background-color: #6BF68C;
}
.BgClassName
{
background-color: #6BF68C;
}
</style>
border-color css
<style>
span { border-color: #6BF68C; }
span { border-color: rgb(107,246,140); }
td.TdClassName
{
border-color: #6BF68C;
}
.TagClassName
{
border-color: #6BF68C;
}
</style>