Shades of Pastel Green #74F685
Tints of Pastel Green #74F685
RGB
CMYK
RGB Variations
Color information
#74F685 (or 0x74F685) is known color: Pastel Green. HEX triplet: 74, F6 and 85. RGB value is (116,246,133). Sum of RGB (Red+Green+Blue) = 116+246+133=495 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.43% from 495); Green value is 246 (96.48% from 255 or 49.70% from 495); Blue value is 133 (52.34% from 255 or 26.87% from 495); Max value from RGB is 246 - color contains mainly: green. Hex color #74F685 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74F685 is #8B097A. Grayscale: #C2C2C2. Windows color (decimal): -9111931 or 8779380. OLE color: 8779380.
HSL color Cylindrical-coordinate representation of color #74F685: hue angle of 127.85º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #74F685 is Cyan = 0.53, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 116 | 246 | 133 | - |
| CMYK | 0.53 | 0 | 0.46 | 0.04 |
| HSL | 127.85º | 0.88% | 0.71% | - |
| HSV(B) | 127.85º | 0.53% | 0.96% | - |
| XYZ | 44.39 | 71.32 | 33.62 | - |
| YUV | 194.25 | 93.43 | 72.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 246 | 133 | 0.53 | 0 | 0.46 | 0.04 | 127.85 | 0.88 | 0.71 |
| Hex | 74 | F6 | 85 | 35 | 0 | 2E | 4 | 80 | 58 | 47 |
| Octal | 164 | 366 | 205 | 65 | 0 | 56 | 4 | 200 | 130 | 107 |
| Binary | 1110100 | 11110110 | 10000101 | 110101 | 0 | 101110 | 100 | 10000000 | 1011000 | 1000111 |
Color Harmonies of #74F685
Complementary color
Monochromatic Colors of #74F685
Black with #74F685
Text Example
Text Example
White with #74F685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F685; }
p { color: rgb(116,246,133); }
H1.HeaderClassName
{
color: #74F685;
}
.AnyTagClassName
{
color: #74F685;
}
</style>
background-color css
<style>
a { background-color: #74F685; }
a { background-color: rgb(116,246,133); }
div.DivClassName
{
background-color: #74F685;
}
.BgClassName
{
background-color: #74F685;
}
</style>
border-color css
<style>
span { border-color: #74F685; }
span { border-color: rgb(116,246,133); }
td.TdClassName
{
border-color: #74F685;
}
.TagClassName
{
border-color: #74F685;
}
</style>