Shades of Pastel Green #6CF07B
Tints of Pastel Green #6CF07B
RGB
CMYK
RGB Variations
Color information
#6CF07B (or 0x6CF07B) is known color: Pastel Green. HEX triplet: 6C, F0 and 7B. RGB value is (108,240,123). Sum of RGB (Red+Green+Blue) = 108+240+123=471 (62% of max value = 765). Red value is 108 (42.58% from 255 or 22.93% from 471); Green value is 240 (94.14% from 255 or 50.96% from 471); Blue value is 123 (48.44% from 255 or 26.11% from 471); Max value from RGB is 240 - color contains mainly: green. Hex color #6CF07B is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6CF07B is #930F84. Grayscale: #BBBBBB. Windows color (decimal): -9637765 or 8122476. OLE color: 8122476.
HSL color Cylindrical-coordinate representation of color #6CF07B: hue angle of 126.82º 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 #6CF07B is Cyan = 0.55, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 108 | 240 | 123 | - |
| CMYK | 0.55 | 0 | 0.49 | 0.06 |
| HSL | 126.82º | 0.81% | 0.68% | - |
| HSV(B) | 126.82º | 0.55% | 0.94% | - |
| XYZ | 40.92 | 66.94 | 29.5 | - |
| YUV | 187.19 | 91.77 | 71.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 240 | 123 | 0.55 | 0 | 0.49 | 0.06 | 126.82 | 0.81 | 0.68 |
| Hex | 6C | F0 | 7B | 37 | 0 | 31 | 6 | 7F | 51 | 44 |
| Octal | 154 | 360 | 173 | 67 | 0 | 61 | 6 | 177 | 121 | 104 |
| Binary | 1101100 | 11110000 | 1111011 | 110111 | 0 | 110001 | 110 | 1111111 | 1010001 | 1000100 |
Color Harmonies of #6CF07B
Complementary color
Monochromatic Colors of #6CF07B
Black with #6CF07B
Text Example
Text Example
White with #6CF07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CF07B; }
p { color: rgb(108,240,123); }
H1.HeaderClassName
{
color: #6CF07B;
}
.AnyTagClassName
{
color: #6CF07B;
}
</style>
background-color css
<style>
a { background-color: #6CF07B; }
a { background-color: rgb(108,240,123); }
div.DivClassName
{
background-color: #6CF07B;
}
.BgClassName
{
background-color: #6CF07B;
}
</style>
border-color css
<style>
span { border-color: #6CF07B; }
span { border-color: rgb(108,240,123); }
td.TdClassName
{
border-color: #6CF07B;
}
.TagClassName
{
border-color: #6CF07B;
}
</style>