Shades of Pastel Green #74DF87
Tints of Pastel Green #74DF87
RGB
CMYK
RGB Variations
Color information
#74DF87 (or 0x74DF87) is known color: Pastel Green. HEX triplet: 74, DF and 87. RGB value is (116,223,135). Sum of RGB (Red+Green+Blue) = 116+223+135=474 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.47% from 474); Green value is 223 (87.5% from 255 or 47.05% from 474); Blue value is 135 (53.12% from 255 or 28.48% from 474); Max value from RGB is 223 - color contains mainly: green. Hex color #74DF87 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74DF87 is #8B2078. Grayscale: #B5B5B5. Windows color (decimal): -9117817 or 8904564. OLE color: 8904564.
HSL color Cylindrical-coordinate representation of color #74DF87: hue angle of 130.65º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74DF87 is Cyan = 0.48, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 223 | 135 | - |
| CMYK | 0.48 | 0 | 0.39 | 0.13 |
| HSL | 130.65º | 0.63% | 0.66% | - |
| HSV(B) | 130.65º | 0.48% | 0.87% | - |
| XYZ | 37.96 | 58.24 | 32.16 | - |
| YUV | 180.98 | 102.05 | 81.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 223 | 135 | 0.48 | 0 | 0.39 | 0.13 | 130.65 | 0.63 | 0.66 |
| Hex | 74 | DF | 87 | 30 | 0 | 27 | D | 83 | 3F | 42 |
| Octal | 164 | 337 | 207 | 60 | 0 | 47 | 15 | 203 | 77 | 102 |
| Binary | 1110100 | 11011111 | 10000111 | 110000 | 0 | 100111 | 1101 | 10000011 | 111111 | 1000010 |
Color Harmonies of #74DF87
Complementary color
Monochromatic Colors of #74DF87
Black with #74DF87
Text Example
Text Example
White with #74DF87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DF87; }
p { color: rgb(116,223,135); }
H1.HeaderClassName
{
color: #74DF87;
}
.AnyTagClassName
{
color: #74DF87;
}
</style>
background-color css
<style>
a { background-color: #74DF87; }
a { background-color: rgb(116,223,135); }
div.DivClassName
{
background-color: #74DF87;
}
.BgClassName
{
background-color: #74DF87;
}
</style>
border-color css
<style>
span { border-color: #74DF87; }
span { border-color: rgb(116,223,135); }
td.TdClassName
{
border-color: #74DF87;
}
.TagClassName
{
border-color: #74DF87;
}
</style>