Shades of Pastel Green #74E869
Tints of Pastel Green #74E869
RGB
CMYK
RGB Variations
Color information
#74E869 (or 0x74E869) is known color: Pastel Green. HEX triplet: 74, E8 and 69. RGB value is (116,232,105). Sum of RGB (Red+Green+Blue) = 116+232+105=453 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.61% from 453); Green value is 232 (91.02% from 255 or 51.21% from 453); Blue value is 105 (41.41% from 255 or 23.18% from 453); Max value from RGB is 232 - color contains mainly: green. Hex color #74E869 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #74E869 is #8B1796. Grayscale: #B7B7B7. Windows color (decimal): -9115543 or 6940788. OLE color: 6940788.
HSL color Cylindrical-coordinate representation of color #74E869: hue angle of 114.8º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #74E869 is Cyan = 0.50, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 116 | 232 | 105 | - |
| CMYK | 0.50 | 0 | 0.55 | 0.09 |
| HSL | 114.8º | 0.73% | 0.66% | - |
| HSV(B) | 114.8º | 0.55% | 0.91% | - |
| XYZ | 38.61 | 62.45 | 23.38 | - |
| YUV | 182.84 | 84.07 | 80.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 232 | 105 | 0.50 | 0 | 0.55 | 0.09 | 114.8 | 0.73 | 0.66 |
| Hex | 74 | E8 | 69 | 32 | 0 | 37 | 9 | 73 | 49 | 42 |
| Octal | 164 | 350 | 151 | 62 | 0 | 67 | 11 | 163 | 111 | 102 |
| Binary | 1110100 | 11101000 | 1101001 | 110010 | 0 | 110111 | 1001 | 1110011 | 1001001 | 1000010 |
Color Harmonies of #74E869
Complementary color
Monochromatic Colors of #74E869
Black with #74E869
Text Example
Text Example
White with #74E869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74E869; }
p { color: rgb(116,232,105); }
H1.HeaderClassName
{
color: #74E869;
}
.AnyTagClassName
{
color: #74E869;
}
</style>
background-color css
<style>
a { background-color: #74E869; }
a { background-color: rgb(116,232,105); }
div.DivClassName
{
background-color: #74E869;
}
.BgClassName
{
background-color: #74E869;
}
</style>
border-color css
<style>
span { border-color: #74E869; }
span { border-color: rgb(116,232,105); }
td.TdClassName
{
border-color: #74E869;
}
.TagClassName
{
border-color: #74E869;
}
</style>