Shades of Pastel Green #74D663
Tints of Pastel Green #74D663
RGB
CMYK
RGB Variations
Color information
#74D663 (or 0x74D663) is known color: Pastel Green. HEX triplet: 74, D6 and 63. RGB value is (116,214,99). Sum of RGB (Red+Green+Blue) = 116+214+99=429 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.04% from 429); Green value is 214 (83.98% from 255 or 49.88% from 429); Blue value is 99 (39.06% from 255 or 23.08% from 429); Max value from RGB is 214 - color contains mainly: green. Hex color #74D663 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74D663 is #8B299C. Grayscale: #ABABAB. Windows color (decimal): -9120157 or 6542964. OLE color: 6542964.
HSL color Cylindrical-coordinate representation of color #74D663: hue angle of 111.13º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74D663 is Cyan = 0.46, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 116 | 214 | 99 | - |
| CMYK | 0.46 | 0 | 0.54 | 0.16 |
| HSL | 111.13º | 0.58% | 0.61% | - |
| HSV(B) | 111.13º | 0.54% | 0.84% | - |
| XYZ | 33.5 | 52.71 | 20.21 | - |
| YUV | 171.59 | 87.03 | 88.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 214 | 99 | 0.46 | 0 | 0.54 | 0.16 | 111.13 | 0.58 | 0.61 |
| Hex | 74 | D6 | 63 | 2E | 0 | 36 | 10 | 6F | 3A | 3D |
| Octal | 164 | 326 | 143 | 56 | 0 | 66 | 20 | 157 | 72 | 75 |
| Binary | 1110100 | 11010110 | 1100011 | 101110 | 0 | 110110 | 10000 | 1101111 | 111010 | 111101 |
Color Harmonies of #74D663
Complementary color
Monochromatic Colors of #74D663
Black with #74D663
Text Example
Text Example
White with #74D663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D663; }
p { color: rgb(116,214,99); }
H1.HeaderClassName
{
color: #74D663;
}
.AnyTagClassName
{
color: #74D663;
}
</style>
background-color css
<style>
a { background-color: #74D663; }
a { background-color: rgb(116,214,99); }
div.DivClassName
{
background-color: #74D663;
}
.BgClassName
{
background-color: #74D663;
}
</style>
border-color css
<style>
span { border-color: #74D663; }
span { border-color: rgb(116,214,99); }
td.TdClassName
{
border-color: #74D663;
}
.TagClassName
{
border-color: #74D663;
}
</style>