Shades of Pastel Green #6BCD64
Tints of Pastel Green #6BCD64
RGB
CMYK
RGB Variations
Color information
#6BCD64 (or 0x6BCD64) is known color: Pastel Green. HEX triplet: 6B, CD and 64. RGB value is (107,205,100). Sum of RGB (Red+Green+Blue) = 107+205+100=412 (54% of max value = 765). Red value is 107 (42.19% from 255 or 25.97% from 412); Green value is 205 (80.47% from 255 or 49.76% from 412); Blue value is 100 (39.45% from 255 or 24.27% from 412); Max value from RGB is 205 - color contains mainly: green. Hex color #6BCD64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BCD64 is #94329B. Grayscale: #A4A4A4. Windows color (decimal): -9712284 or 6606187. OLE color: 6606187.
HSL color Cylindrical-coordinate representation of color #6BCD64: hue angle of 116º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6BCD64 is Cyan = 0.48, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 107 | 205 | 100 | - |
| CMYK | 0.48 | 0 | 0.51 | 0.20 |
| HSL | 116º | 0.51% | 0.6% | - |
| HSV(B) | 116º | 0.51% | 0.8% | - |
| XYZ | 30.19 | 47.71 | 19.67 | - |
| YUV | 163.73 | 92.03 | 87.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 205 | 100 | 0.48 | 0 | 0.51 | 0.20 | 116 | 0.51 | 0.6 |
| Hex | 6B | CD | 64 | 30 | 0 | 33 | 14 | 74 | 33 | 3C |
| Octal | 153 | 315 | 144 | 60 | 0 | 63 | 24 | 164 | 63 | 74 |
| Binary | 1101011 | 11001101 | 1100100 | 110000 | 0 | 110011 | 10100 | 1110100 | 110011 | 111100 |
Color Harmonies of #6BCD64
Complementary color
Monochromatic Colors of #6BCD64
Black with #6BCD64
Text Example
Text Example
White with #6BCD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCD64; }
p { color: rgb(107,205,100); }
H1.HeaderClassName
{
color: #6BCD64;
}
.AnyTagClassName
{
color: #6BCD64;
}
</style>
background-color css
<style>
a { background-color: #6BCD64; }
a { background-color: rgb(107,205,100); }
div.DivClassName
{
background-color: #6BCD64;
}
.BgClassName
{
background-color: #6BCD64;
}
</style>
border-color css
<style>
span { border-color: #6BCD64; }
span { border-color: rgb(107,205,100); }
td.TdClassName
{
border-color: #6BCD64;
}
.TagClassName
{
border-color: #6BCD64;
}
</style>