Shades of Pastel Green #74D465
Tints of Pastel Green #74D465
RGB
CMYK
RGB Variations
Color information
#74D465 (or 0x74D465) is known color: Pastel Green. HEX triplet: 74, D4 and 65. RGB value is (116,212,101). Sum of RGB (Red+Green+Blue) = 116+212+101=429 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.04% from 429); Green value is 212 (83.20% from 255 or 49.42% from 429); Blue value is 101 (39.84% from 255 or 23.54% from 429); Max value from RGB is 212 - color contains mainly: green. Hex color #74D465 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74D465 is #8B2B9A. Grayscale: #AAAAAA. Windows color (decimal): -9120667 or 6673524. OLE color: 6673524.
HSL color Cylindrical-coordinate representation of color #74D465: hue angle of 111.89º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #74D465 is Cyan = 0.45, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 116 | 212 | 101 | - |
| CMYK | 0.45 | 0 | 0.52 | 0.17 |
| HSL | 111.89º | 0.56% | 0.61% | - |
| HSV(B) | 111.89º | 0.52% | 0.83% | - |
| XYZ | 33.09 | 51.74 | 20.55 | - |
| YUV | 170.64 | 88.7 | 89.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 212 | 101 | 0.45 | 0 | 0.52 | 0.17 | 111.89 | 0.56 | 0.61 |
| Hex | 74 | D4 | 65 | 2D | 0 | 34 | 11 | 70 | 38 | 3D |
| Octal | 164 | 324 | 145 | 55 | 0 | 64 | 21 | 160 | 70 | 75 |
| Binary | 1110100 | 11010100 | 1100101 | 101101 | 0 | 110100 | 10001 | 1110000 | 111000 | 111101 |
Color Harmonies of #74D465
Complementary color
Monochromatic Colors of #74D465
Black with #74D465
Text Example
Text Example
White with #74D465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D465; }
p { color: rgb(116,212,101); }
H1.HeaderClassName
{
color: #74D465;
}
.AnyTagClassName
{
color: #74D465;
}
</style>
background-color css
<style>
a { background-color: #74D465; }
a { background-color: rgb(116,212,101); }
div.DivClassName
{
background-color: #74D465;
}
.BgClassName
{
background-color: #74D465;
}
</style>
border-color css
<style>
span { border-color: #74D465; }
span { border-color: rgb(116,212,101); }
td.TdClassName
{
border-color: #74D465;
}
.TagClassName
{
border-color: #74D465;
}
</style>