Shades of Pastel Green #74EA7B
Tints of Pastel Green #74EA7B
RGB
CMYK
RGB Variations
Color information
#74EA7B (or 0x74EA7B) is known color: Pastel Green. HEX triplet: 74, EA and 7B. RGB value is (116,234,123). Sum of RGB (Red+Green+Blue) = 116+234+123=473 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.52% from 473); Green value is 234 (91.80% from 255 or 49.47% from 473); Blue value is 123 (48.44% from 255 or 26.00% from 473); Max value from RGB is 234 - color contains mainly: green. Hex color #74EA7B is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #74EA7B is #8B1584. Grayscale: #BABABA. Windows color (decimal): -9115013 or 8120948. OLE color: 8120948.
HSL color Cylindrical-coordinate representation of color #74EA7B: hue angle of 123.56º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #74EA7B is Cyan = 0.50, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 116 | 234 | 123 | - |
| CMYK | 0.50 | 0 | 0.47 | 0.08 |
| HSL | 123.56º | 0.74% | 0.69% | - |
| HSV(B) | 123.56º | 0.5% | 0.92% | - |
| XYZ | 40.2 | 63.99 | 28.97 | - |
| YUV | 186.06 | 92.41 | 78.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 234 | 123 | 0.50 | 0 | 0.47 | 0.08 | 123.56 | 0.74 | 0.69 |
| Hex | 74 | EA | 7B | 32 | 0 | 2F | 8 | 7C | 4A | 45 |
| Octal | 164 | 352 | 173 | 62 | 0 | 57 | 10 | 174 | 112 | 105 |
| Binary | 1110100 | 11101010 | 1111011 | 110010 | 0 | 101111 | 1000 | 1111100 | 1001010 | 1000101 |
Color Harmonies of #74EA7B
Complementary color
Monochromatic Colors of #74EA7B
Black with #74EA7B
Text Example
Text Example
White with #74EA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74EA7B; }
p { color: rgb(116,234,123); }
H1.HeaderClassName
{
color: #74EA7B;
}
.AnyTagClassName
{
color: #74EA7B;
}
</style>
background-color css
<style>
a { background-color: #74EA7B; }
a { background-color: rgb(116,234,123); }
div.DivClassName
{
background-color: #74EA7B;
}
.BgClassName
{
background-color: #74EA7B;
}
</style>
border-color css
<style>
span { border-color: #74EA7B; }
span { border-color: rgb(116,234,123); }
td.TdClassName
{
border-color: #74EA7B;
}
.TagClassName
{
border-color: #74EA7B;
}
</style>