Shades of Pastel Green #74D667
Tints of Pastel Green #74D667
RGB
CMYK
RGB Variations
Color information
#74D667 (or 0x74D667) is known color: Pastel Green. HEX triplet: 74, D6 and 67. RGB value is (116,214,103). Sum of RGB (Red+Green+Blue) = 116+214+103=433 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.79% from 433); Green value is 214 (83.98% from 255 or 49.42% from 433); Blue value is 103 (40.62% from 255 or 23.79% from 433); Max value from RGB is 214 - color contains mainly: green. Hex color #74D667 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74D667 is #8B2998. Grayscale: #ACACAC. Windows color (decimal): -9120153 or 6805108. OLE color: 6805108.
HSL color Cylindrical-coordinate representation of color #74D667: hue angle of 112.97º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #74D667 is Cyan = 0.46, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 116 | 214 | 103 | - |
| CMYK | 0.46 | 0 | 0.52 | 0.16 |
| HSL | 112.97º | 0.58% | 0.62% | - |
| HSV(B) | 112.97º | 0.52% | 0.84% | - |
| XYZ | 33.7 | 52.79 | 21.24 | - |
| YUV | 172.04 | 89.03 | 88.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 214 | 103 | 0.46 | 0 | 0.52 | 0.16 | 112.97 | 0.58 | 0.62 |
| Hex | 74 | D6 | 67 | 2E | 0 | 34 | 10 | 71 | 3A | 3E |
| Octal | 164 | 326 | 147 | 56 | 0 | 64 | 20 | 161 | 72 | 76 |
| Binary | 1110100 | 11010110 | 1100111 | 101110 | 0 | 110100 | 10000 | 1110001 | 111010 | 111110 |
Color Harmonies of #74D667
Complementary color
Monochromatic Colors of #74D667
Black with #74D667
Text Example
Text Example
White with #74D667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D667; }
p { color: rgb(116,214,103); }
H1.HeaderClassName
{
color: #74D667;
}
.AnyTagClassName
{
color: #74D667;
}
</style>
background-color css
<style>
a { background-color: #74D667; }
a { background-color: rgb(116,214,103); }
div.DivClassName
{
background-color: #74D667;
}
.BgClassName
{
background-color: #74D667;
}
</style>
border-color css
<style>
span { border-color: #74D667; }
span { border-color: rgb(116,214,103); }
td.TdClassName
{
border-color: #74D667;
}
.TagClassName
{
border-color: #74D667;
}
</style>