Shades of Pastel Green #6BCD69
Tints of Pastel Green #6BCD69
RGB
CMYK
RGB Variations
Color information
#6BCD69 (or 0x6BCD69) is known color: Pastel Green. HEX triplet: 6B, CD and 69. RGB value is (107,205,105). Sum of RGB (Red+Green+Blue) = 107+205+105=417 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.66% from 417); Green value is 205 (80.47% from 255 or 49.16% from 417); Blue value is 105 (41.41% from 255 or 25.18% from 417); Max value from RGB is 205 - color contains mainly: green. Hex color #6BCD69 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BCD69 is #943296. Grayscale: #A4A4A4. Windows color (decimal): -9712279 or 6933867. OLE color: 6933867.
HSL color Cylindrical-coordinate representation of color #6BCD69: hue angle of 118.8º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6BCD69 is Cyan = 0.48, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 107 | 205 | 105 | - |
| CMYK | 0.48 | 0 | 0.49 | 0.20 |
| HSL | 118.8º | 0.5% | 0.61% | - |
| HSV(B) | 118.8º | 0.49% | 0.8% | - |
| XYZ | 30.44 | 47.81 | 20.99 | - |
| YUV | 164.3 | 94.53 | 87.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 205 | 105 | 0.48 | 0 | 0.49 | 0.20 | 118.8 | 0.5 | 0.61 |
| Hex | 6B | CD | 69 | 30 | 0 | 31 | 14 | 77 | 32 | 3D |
| Octal | 153 | 315 | 151 | 60 | 0 | 61 | 24 | 167 | 62 | 75 |
| Binary | 1101011 | 11001101 | 1101001 | 110000 | 0 | 110001 | 10100 | 1110111 | 110010 | 111101 |
Color Harmonies of #6BCD69
Complementary color
Monochromatic Colors of #6BCD69
Black with #6BCD69
Text Example
Text Example
White with #6BCD69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCD69; }
p { color: rgb(107,205,105); }
H1.HeaderClassName
{
color: #6BCD69;
}
.AnyTagClassName
{
color: #6BCD69;
}
</style>
background-color css
<style>
a { background-color: #6BCD69; }
a { background-color: rgb(107,205,105); }
div.DivClassName
{
background-color: #6BCD69;
}
.BgClassName
{
background-color: #6BCD69;
}
</style>
border-color css
<style>
span { border-color: #6BCD69; }
span { border-color: rgb(107,205,105); }
td.TdClassName
{
border-color: #6BCD69;
}
.TagClassName
{
border-color: #6BCD69;
}
</style>