Shades of Pastel Green #74F683
Tints of Pastel Green #74F683
RGB
CMYK
RGB Variations
Color information
#74F683 (or 0x74F683) is known color: Pastel Green. HEX triplet: 74, F6 and 83. RGB value is (116,246,131). Sum of RGB (Red+Green+Blue) = 116+246+131=493 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.53% from 493); Green value is 246 (96.48% from 255 or 49.90% from 493); Blue value is 131 (51.56% from 255 or 26.57% from 493); Max value from RGB is 246 - color contains mainly: green. Hex color #74F683 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74F683 is #8B097C. Grayscale: #C2C2C2. Windows color (decimal): -9111933 or 8648308. OLE color: 8648308.
HSL color Cylindrical-coordinate representation of color #74F683: hue angle of 126.92º 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 #74F683 is Cyan = 0.53, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 116 | 246 | 131 | - |
| CMYK | 0.53 | 0 | 0.47 | 0.04 |
| HSL | 126.92º | 0.88% | 0.71% | - |
| HSV(B) | 126.92º | 0.53% | 0.96% | - |
| XYZ | 44.25 | 71.26 | 32.9 | - |
| YUV | 194.02 | 92.43 | 72.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 246 | 131 | 0.53 | 0 | 0.47 | 0.04 | 126.92 | 0.88 | 0.71 |
| Hex | 74 | F6 | 83 | 35 | 0 | 2F | 4 | 7F | 58 | 47 |
| Octal | 164 | 366 | 203 | 65 | 0 | 57 | 4 | 177 | 130 | 107 |
| Binary | 1110100 | 11110110 | 10000011 | 110101 | 0 | 101111 | 100 | 1111111 | 1011000 | 1000111 |
Color Harmonies of #74F683
Complementary color
Monochromatic Colors of #74F683
Black with #74F683
Text Example
Text Example
White with #74F683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F683; }
p { color: rgb(116,246,131); }
H1.HeaderClassName
{
color: #74F683;
}
.AnyTagClassName
{
color: #74F683;
}
</style>
background-color css
<style>
a { background-color: #74F683; }
a { background-color: rgb(116,246,131); }
div.DivClassName
{
background-color: #74F683;
}
.BgClassName
{
background-color: #74F683;
}
</style>
border-color css
<style>
span { border-color: #74F683; }
span { border-color: rgb(116,246,131); }
td.TdClassName
{
border-color: #74F683;
}
.TagClassName
{
border-color: #74F683;
}
</style>