Shades of Pastel Green #74CF7F
Tints of Pastel Green #74CF7F
RGB
CMYK
RGB Variations
Color information
#74CF7F (or 0x74CF7F) is known color: Pastel Green. HEX triplet: 74, CF and 7F. RGB value is (116,207,127). Sum of RGB (Red+Green+Blue) = 116+207+127=450 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.78% from 450); Green value is 207 (81.25% from 255 or 46% from 450); Blue value is 127 (50% from 255 or 28.22% from 450); Max value from RGB is 207 - color contains mainly: green. Hex color #74CF7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74CF7F is #8B3080. Grayscale: #AAAAAA. Windows color (decimal): -9121921 or 8376180. OLE color: 8376180.
HSL color Cylindrical-coordinate representation of color #74CF7F: hue angle of 127.25º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #74CF7F is Cyan = 0.44, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 207 | 127 | - |
| CMYK | 0.44 | 0 | 0.39 | 0.19 |
| HSL | 127.25º | 0.49% | 0.63% | - |
| HSV(B) | 127.25º | 0.44% | 0.81% | - |
| XYZ | 33.35 | 49.87 | 27.95 | - |
| YUV | 170.67 | 103.35 | 89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 207 | 127 | 0.44 | 0 | 0.39 | 0.19 | 127.25 | 0.49 | 0.63 |
| Hex | 74 | CF | 7F | 2C | 0 | 27 | 13 | 7F | 31 | 3F |
| Octal | 164 | 317 | 177 | 54 | 0 | 47 | 23 | 177 | 61 | 77 |
| Binary | 1110100 | 11001111 | 1111111 | 101100 | 0 | 100111 | 10011 | 1111111 | 110001 | 111111 |
Color Harmonies of #74CF7F
Complementary color
Monochromatic Colors of #74CF7F
Black with #74CF7F
Text Example
Text Example
White with #74CF7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CF7F; }
p { color: rgb(116,207,127); }
H1.HeaderClassName
{
color: #74CF7F;
}
.AnyTagClassName
{
color: #74CF7F;
}
</style>
background-color css
<style>
a { background-color: #74CF7F; }
a { background-color: rgb(116,207,127); }
div.DivClassName
{
background-color: #74CF7F;
}
.BgClassName
{
background-color: #74CF7F;
}
</style>
border-color css
<style>
span { border-color: #74CF7F; }
span { border-color: rgb(116,207,127); }
td.TdClassName
{
border-color: #74CF7F;
}
.TagClassName
{
border-color: #74CF7F;
}
</style>