Shades of Pastel Green #6CED7B
Tints of Pastel Green #6CED7B
RGB
CMYK
RGB Variations
Color information
#6CED7B (or 0x6CED7B) is known color: Pastel Green. HEX triplet: 6C, ED and 7B. RGB value is (108,237,123). Sum of RGB (Red+Green+Blue) = 108+237+123=468 (61% of max value = 765). Red value is 108 (42.58% from 255 or 23.08% from 468); Green value is 237 (92.97% from 255 or 50.64% from 468); Blue value is 123 (48.44% from 255 or 26.28% from 468); Max value from RGB is 237 - color contains mainly: green. Hex color #6CED7B is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6CED7B is #931284. Grayscale: #B9B9B9. Windows color (decimal): -9638533 or 8121708. OLE color: 8121708.
HSL color Cylindrical-coordinate representation of color #6CED7B: hue angle of 126.98º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6CED7B is Cyan = 0.54, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 108 | 237 | 123 | - |
| CMYK | 0.54 | 0 | 0.48 | 0.07 |
| HSL | 126.98º | 0.78% | 0.68% | - |
| HSV(B) | 126.98º | 0.54% | 0.93% | - |
| XYZ | 40.04 | 65.19 | 29.21 | - |
| YUV | 185.43 | 92.76 | 72.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 237 | 123 | 0.54 | 0 | 0.48 | 0.07 | 126.98 | 0.78 | 0.68 |
| Hex | 6C | ED | 7B | 36 | 0 | 30 | 7 | 7F | 4E | 44 |
| Octal | 154 | 355 | 173 | 66 | 0 | 60 | 7 | 177 | 116 | 104 |
| Binary | 1101100 | 11101101 | 1111011 | 110110 | 0 | 110000 | 111 | 1111111 | 1001110 | 1000100 |
Color Harmonies of #6CED7B
Complementary color
Monochromatic Colors of #6CED7B
Black with #6CED7B
Text Example
Text Example
White with #6CED7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CED7B; }
p { color: rgb(108,237,123); }
H1.HeaderClassName
{
color: #6CED7B;
}
.AnyTagClassName
{
color: #6CED7B;
}
</style>
background-color css
<style>
a { background-color: #6CED7B; }
a { background-color: rgb(108,237,123); }
div.DivClassName
{
background-color: #6CED7B;
}
.BgClassName
{
background-color: #6CED7B;
}
</style>
border-color css
<style>
span { border-color: #6CED7B; }
span { border-color: rgb(108,237,123); }
td.TdClassName
{
border-color: #6CED7B;
}
.TagClassName
{
border-color: #6CED7B;
}
</style>