Shades of Pastel Green #74CF6F
Tints of Pastel Green #74CF6F
RGB
CMYK
RGB Variations
Color information
#74CF6F (or 0x74CF6F) is known color: Pastel Green. HEX triplet: 74, CF and 6F. RGB value is (116,207,111). Sum of RGB (Red+Green+Blue) = 116+207+111=434 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.73% from 434); Green value is 207 (81.25% from 255 or 47.70% from 434); Blue value is 111 (43.75% from 255 or 25.58% from 434); Max value from RGB is 207 - color contains mainly: green. Hex color #74CF6F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74CF6F is #8B3090. Grayscale: #A9A9A9. Windows color (decimal): -9121937 or 7327604. OLE color: 7327604.
HSL color Cylindrical-coordinate representation of color #74CF6F: hue angle of 116.88º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #74CF6F is Cyan = 0.44, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 207 | 111 | - |
| CMYK | 0.44 | 0 | 0.46 | 0.19 |
| HSL | 116.88º | 0.5% | 0.62% | - |
| HSV(B) | 116.88º | 0.46% | 0.81% | - |
| XYZ | 32.38 | 49.49 | 22.88 | - |
| YUV | 168.85 | 95.35 | 90.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 207 | 111 | 0.44 | 0 | 0.46 | 0.19 | 116.88 | 0.5 | 0.62 |
| Hex | 74 | CF | 6F | 2C | 0 | 2E | 13 | 75 | 32 | 3E |
| Octal | 164 | 317 | 157 | 54 | 0 | 56 | 23 | 165 | 62 | 76 |
| Binary | 1110100 | 11001111 | 1101111 | 101100 | 0 | 101110 | 10011 | 1110101 | 110010 | 111110 |
Color Harmonies of #74CF6F
Complementary color
Monochromatic Colors of #74CF6F
Black with #74CF6F
Text Example
Text Example
White with #74CF6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CF6F; }
p { color: rgb(116,207,111); }
H1.HeaderClassName
{
color: #74CF6F;
}
.AnyTagClassName
{
color: #74CF6F;
}
</style>
background-color css
<style>
a { background-color: #74CF6F; }
a { background-color: rgb(116,207,111); }
div.DivClassName
{
background-color: #74CF6F;
}
.BgClassName
{
background-color: #74CF6F;
}
</style>
border-color css
<style>
span { border-color: #74CF6F; }
span { border-color: rgb(116,207,111); }
td.TdClassName
{
border-color: #74CF6F;
}
.TagClassName
{
border-color: #74CF6F;
}
</style>