Shades of Pastel Green #6DF07B
Tints of Pastel Green #6DF07B
RGB
CMYK
RGB Variations
Color information
#6DF07B (or 0x6DF07B) is known color: Pastel Green. HEX triplet: 6D, F0 and 7B. RGB value is (109,240,123). Sum of RGB (Red+Green+Blue) = 109+240+123=472 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.09% from 472); Green value is 240 (94.14% from 255 or 50.85% from 472); Blue value is 123 (48.44% from 255 or 26.06% from 472); Max value from RGB is 240 - color contains mainly: green. Hex color #6DF07B is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6DF07B is #920F84. Grayscale: #BBBBBB. Windows color (decimal): -9572229 or 8122477. OLE color: 8122477.
HSL color Cylindrical-coordinate representation of color #6DF07B: hue angle of 126.41º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6DF07B is Cyan = 0.55, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 109 | 240 | 123 | - |
| CMYK | 0.55 | 0 | 0.49 | 0.06 |
| HSL | 126.41º | 0.81% | 0.68% | - |
| HSV(B) | 126.41º | 0.55% | 0.94% | - |
| XYZ | 41.04 | 67 | 29.51 | - |
| YUV | 187.49 | 91.6 | 72.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 240 | 123 | 0.55 | 0 | 0.49 | 0.06 | 126.41 | 0.81 | 0.68 |
| Hex | 6D | F0 | 7B | 37 | 0 | 31 | 6 | 7E | 51 | 44 |
| Octal | 155 | 360 | 173 | 67 | 0 | 61 | 6 | 176 | 121 | 104 |
| Binary | 1101101 | 11110000 | 1111011 | 110111 | 0 | 110001 | 110 | 1111110 | 1010001 | 1000100 |
Color Harmonies of #6DF07B
Complementary color
Monochromatic Colors of #6DF07B
Black with #6DF07B
Text Example
Text Example
White with #6DF07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DF07B; }
p { color: rgb(109,240,123); }
H1.HeaderClassName
{
color: #6DF07B;
}
.AnyTagClassName
{
color: #6DF07B;
}
</style>
background-color css
<style>
a { background-color: #6DF07B; }
a { background-color: rgb(109,240,123); }
div.DivClassName
{
background-color: #6DF07B;
}
.BgClassName
{
background-color: #6DF07B;
}
</style>
border-color css
<style>
span { border-color: #6DF07B; }
span { border-color: rgb(109,240,123); }
td.TdClassName
{
border-color: #6DF07B;
}
.TagClassName
{
border-color: #6DF07B;
}
</style>