Shades of Pastel Green #6BDE55
Tints of Pastel Green #6BDE55
RGB
CMYK
RGB Variations
Color information
#6BDE55 (or 0x6BDE55) is known color: Pastel Green. HEX triplet: 6B, DE and 55. RGB value is (107,222,85). Sum of RGB (Red+Green+Blue) = 107+222+85=414 (54% of max value = 765). Red value is 107 (42.19% from 255 or 25.85% from 414); Green value is 222 (87.11% from 255 or 53.62% from 414); Blue value is 85 (33.59% from 255 or 20.53% from 414); Max value from RGB is 222 - color contains mainly: green. Hex color #6BDE55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BDE55 is #9421AA. Grayscale: #ACACAC. Windows color (decimal): -9707947 or 5627499. OLE color: 5627499.
HSL color Cylindrical-coordinate representation of color #6BDE55: hue angle of 110.36º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6BDE55 is Cyan = 0.52, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 107 | 222 | 85 | - |
| CMYK | 0.52 | 0 | 0.62 | 0.13 |
| HSL | 110.37º | 0.67% | 0.6% | - |
| HSV(B) | 110.37º | 0.62% | 0.87% | - |
| XYZ | 33.82 | 56.02 | 17.63 | - |
| YUV | 172 | 78.9 | 81.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 222 | 85 | 0.52 | 0 | 0.62 | 0.13 | 110.37 | 0.67 | 0.6 |
| Hex | 6B | DE | 55 | 34 | 0 | 3E | D | 6E | 43 | 3C |
| Octal | 153 | 336 | 125 | 64 | 0 | 76 | 15 | 156 | 103 | 74 |
| Binary | 1101011 | 11011110 | 1010101 | 110100 | 0 | 111110 | 1101 | 1101110 | 1000011 | 111100 |
Color Harmonies of #6BDE55
Complementary color
Monochromatic Colors of #6BDE55
Black with #6BDE55
Text Example
Text Example
White with #6BDE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDE55; }
p { color: rgb(107,222,85); }
H1.HeaderClassName
{
color: #6BDE55;
}
.AnyTagClassName
{
color: #6BDE55;
}
</style>
background-color css
<style>
a { background-color: #6BDE55; }
a { background-color: rgb(107,222,85); }
div.DivClassName
{
background-color: #6BDE55;
}
.BgClassName
{
background-color: #6BDE55;
}
</style>
border-color css
<style>
span { border-color: #6BDE55; }
span { border-color: rgb(107,222,85); }
td.TdClassName
{
border-color: #6BDE55;
}
.TagClassName
{
border-color: #6BDE55;
}
</style>