Shades of Pastel Green #6BD074
Tints of Pastel Green #6BD074
RGB
CMYK
RGB Variations
Color information
#6BD074 (or 0x6BD074) is known color: Pastel Green. HEX triplet: 6B, D0 and 74. RGB value is (107,208,116). Sum of RGB (Red+Green+Blue) = 107+208+116=431 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.83% from 431); Green value is 208 (81.64% from 255 or 48.26% from 431); Blue value is 116 (45.70% from 255 or 26.91% from 431); Max value from RGB is 208 - color contains mainly: green. Hex color #6BD074 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BD074 is #942F8B. Grayscale: #A7A7A7. Windows color (decimal): -9711500 or 7655531. OLE color: 7655531.
HSL color Cylindrical-coordinate representation of color #6BD074: hue angle of 125.35º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6BD074 is Cyan = 0.49, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 107 | 208 | 116 | - |
| CMYK | 0.49 | 0 | 0.44 | 0.18 |
| HSL | 125.35º | 0.52% | 0.62% | - |
| HSV(B) | 125.35º | 0.49% | 0.82% | - |
| XYZ | 31.77 | 49.5 | 24.4 | - |
| YUV | 167.31 | 99.04 | 84.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 208 | 116 | 0.49 | 0 | 0.44 | 0.18 | 125.35 | 0.52 | 0.62 |
| Hex | 6B | D0 | 74 | 31 | 0 | 2C | 12 | 7D | 34 | 3E |
| Octal | 153 | 320 | 164 | 61 | 0 | 54 | 22 | 175 | 64 | 76 |
| Binary | 1101011 | 11010000 | 1110100 | 110001 | 0 | 101100 | 10010 | 1111101 | 110100 | 111110 |
Color Harmonies of #6BD074
Complementary color
Monochromatic Colors of #6BD074
Black with #6BD074
Text Example
Text Example
White with #6BD074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BD074; }
p { color: rgb(107,208,116); }
H1.HeaderClassName
{
color: #6BD074;
}
.AnyTagClassName
{
color: #6BD074;
}
</style>
background-color css
<style>
a { background-color: #6BD074; }
a { background-color: rgb(107,208,116); }
div.DivClassName
{
background-color: #6BD074;
}
.BgClassName
{
background-color: #6BD074;
}
</style>
border-color css
<style>
span { border-color: #6BD074; }
span { border-color: rgb(107,208,116); }
td.TdClassName
{
border-color: #6BD074;
}
.TagClassName
{
border-color: #6BD074;
}
</style>