Shades of Pastel Green #6BDC64
Tints of Pastel Green #6BDC64
RGB
CMYK
RGB Variations
Color information
#6BDC64 (or 0x6BDC64) is known color: Pastel Green. HEX triplet: 6B, DC and 64. RGB value is (107,220,100). Sum of RGB (Red+Green+Blue) = 107+220+100=427 (56% of max value = 765). Red value is 107 (42.19% from 255 or 25.06% from 427); Green value is 220 (86.33% from 255 or 51.52% from 427); Blue value is 100 (39.45% from 255 or 23.42% from 427); Max value from RGB is 220 - color contains mainly: green. Hex color #6BDC64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BDC64 is #94239B. Grayscale: #ACACAC. Windows color (decimal): -9708444 or 6610027. OLE color: 6610027.
HSL color Cylindrical-coordinate representation of color #6BDC64: hue angle of 116.5º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6BDC64 is Cyan = 0.51, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 107 | 220 | 100 | - |
| CMYK | 0.51 | 0 | 0.55 | 0.14 |
| HSL | 116.5º | 0.63% | 0.63% | - |
| HSV(B) | 116.5º | 0.55% | 0.86% | - |
| XYZ | 33.96 | 55.23 | 20.93 | - |
| YUV | 172.53 | 87.06 | 81.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 220 | 100 | 0.51 | 0 | 0.55 | 0.14 | 116.5 | 0.63 | 0.63 |
| Hex | 6B | DC | 64 | 33 | 0 | 37 | E | 74 | 3F | 3F |
| Octal | 153 | 334 | 144 | 63 | 0 | 67 | 16 | 164 | 77 | 77 |
| Binary | 1101011 | 11011100 | 1100100 | 110011 | 0 | 110111 | 1110 | 1110100 | 111111 | 111111 |
Color Harmonies of #6BDC64
Complementary color
Monochromatic Colors of #6BDC64
Black with #6BDC64
Text Example
Text Example
White with #6BDC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDC64; }
p { color: rgb(107,220,100); }
H1.HeaderClassName
{
color: #6BDC64;
}
.AnyTagClassName
{
color: #6BDC64;
}
</style>
background-color css
<style>
a { background-color: #6BDC64; }
a { background-color: rgb(107,220,100); }
div.DivClassName
{
background-color: #6BDC64;
}
.BgClassName
{
background-color: #6BDC64;
}
</style>
border-color css
<style>
span { border-color: #6BDC64; }
span { border-color: rgb(107,220,100); }
td.TdClassName
{
border-color: #6BDC64;
}
.TagClassName
{
border-color: #6BDC64;
}
</style>