Shades of Pastel Green #6AEB74
Tints of Pastel Green #6AEB74
RGB
CMYK
RGB Variations
Color information
#6AEB74 (or 0x6AEB74) is known color: Pastel Green. HEX triplet: 6A, EB and 74. RGB value is (106,235,116). Sum of RGB (Red+Green+Blue) = 106+235+116=457 (60% of max value = 765). Red value is 106 (41.80% from 255 or 23.19% from 457); Green value is 235 (92.19% from 255 or 51.42% from 457); Blue value is 116 (45.70% from 255 or 25.38% from 457); Max value from RGB is 235 - color contains mainly: green. Hex color #6AEB74 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6AEB74 is #95148B. Grayscale: #B7B7B7. Windows color (decimal): -9770124 or 7662442. OLE color: 7662442.
HSL color Cylindrical-coordinate representation of color #6AEB74: hue angle of 124.65º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6AEB74 is Cyan = 0.55, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 106 | 235 | 116 | - |
| CMYK | 0.55 | 0 | 0.51 | 0.08 |
| HSL | 124.65º | 0.76% | 0.67% | - |
| HSV(B) | 124.65º | 0.55% | 0.92% | - |
| XYZ | 38.8 | 63.74 | 26.78 | - |
| YUV | 182.86 | 90.26 | 73.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 235 | 116 | 0.55 | 0 | 0.51 | 0.08 | 124.65 | 0.76 | 0.67 |
| Hex | 6A | EB | 74 | 37 | 0 | 33 | 8 | 7D | 4C | 43 |
| Octal | 152 | 353 | 164 | 67 | 0 | 63 | 10 | 175 | 114 | 103 |
| Binary | 1101010 | 11101011 | 1110100 | 110111 | 0 | 110011 | 1000 | 1111101 | 1001100 | 1000011 |
Color Harmonies of #6AEB74
Complementary color
Monochromatic Colors of #6AEB74
Black with #6AEB74
Text Example
Text Example
White with #6AEB74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AEB74; }
p { color: rgb(106,235,116); }
H1.HeaderClassName
{
color: #6AEB74;
}
.AnyTagClassName
{
color: #6AEB74;
}
</style>
background-color css
<style>
a { background-color: #6AEB74; }
a { background-color: rgb(106,235,116); }
div.DivClassName
{
background-color: #6AEB74;
}
.BgClassName
{
background-color: #6AEB74;
}
</style>
border-color css
<style>
span { border-color: #6AEB74; }
span { border-color: rgb(106,235,116); }
td.TdClassName
{
border-color: #6AEB74;
}
.TagClassName
{
border-color: #6AEB74;
}
</style>