Shades of Pastel Green #74EB68
Tints of Pastel Green #74EB68
RGB
CMYK
RGB Variations
Color information
#74EB68 (or 0x74EB68) is known color: Pastel Green. HEX triplet: 74, EB and 68. RGB value is (116,235,104). Sum of RGB (Red+Green+Blue) = 116+235+104=455 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.49% from 455); Green value is 235 (92.19% from 255 or 51.65% from 455); Blue value is 104 (41.02% from 255 or 22.86% from 455); Max value from RGB is 235 - color contains mainly: green. Hex color #74EB68 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #74EB68 is #8B1497. Grayscale: #B8B8B8. Windows color (decimal): -9114776 or 6876020. OLE color: 6876020.
HSL color Cylindrical-coordinate representation of color #74EB68: hue angle of 114.5º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #74EB68 is Cyan = 0.51, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 116 | 235 | 104 | - |
| CMYK | 0.51 | 0 | 0.56 | 0.08 |
| HSL | 114.5º | 0.77% | 0.66% | - |
| HSV(B) | 114.5º | 0.56% | 0.92% | - |
| XYZ | 39.41 | 64.13 | 23.4 | - |
| YUV | 184.49 | 82.58 | 79.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 235 | 104 | 0.51 | 0 | 0.56 | 0.08 | 114.5 | 0.77 | 0.66 |
| Hex | 74 | EB | 68 | 33 | 0 | 38 | 8 | 73 | 4D | 42 |
| Octal | 164 | 353 | 150 | 63 | 0 | 70 | 10 | 163 | 115 | 102 |
| Binary | 1110100 | 11101011 | 1101000 | 110011 | 0 | 111000 | 1000 | 1110011 | 1001101 | 1000010 |
Color Harmonies of #74EB68
Complementary color
Monochromatic Colors of #74EB68
Black with #74EB68
Text Example
Text Example
White with #74EB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74EB68; }
p { color: rgb(116,235,104); }
H1.HeaderClassName
{
color: #74EB68;
}
.AnyTagClassName
{
color: #74EB68;
}
</style>
background-color css
<style>
a { background-color: #74EB68; }
a { background-color: rgb(116,235,104); }
div.DivClassName
{
background-color: #74EB68;
}
.BgClassName
{
background-color: #74EB68;
}
</style>
border-color css
<style>
span { border-color: #74EB68; }
span { border-color: rgb(116,235,104); }
td.TdClassName
{
border-color: #74EB68;
}
.TagClassName
{
border-color: #74EB68;
}
</style>