Shades of Pastel Green #74DF8B
Tints of Pastel Green #74DF8B
RGB
CMYK
RGB Variations
Color information
#74DF8B (or 0x74DF8B) is known color: Pastel Green. HEX triplet: 74, DF and 8B. RGB value is (116,223,139). Sum of RGB (Red+Green+Blue) = 116+223+139=478 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.27% from 478); Green value is 223 (87.5% from 255 or 46.65% from 478); Blue value is 139 (54.69% from 255 or 29.08% from 478); Max value from RGB is 223 - color contains mainly: green. Hex color #74DF8B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74DF8B is #8B2074. Grayscale: #B5B5B5. Windows color (decimal): -9117813 or 9166708. OLE color: 9166708.
HSL color Cylindrical-coordinate representation of color #74DF8B: hue angle of 132.9º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74DF8B is Cyan = 0.48, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 223 | 139 | - |
| CMYK | 0.48 | 0 | 0.38 | 0.13 |
| HSL | 132.9º | 0.63% | 0.66% | - |
| HSV(B) | 132.9º | 0.48% | 0.87% | - |
| XYZ | 38.25 | 58.35 | 33.67 | - |
| YUV | 181.43 | 104.05 | 81.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 223 | 139 | 0.48 | 0 | 0.38 | 0.13 | 132.9 | 0.63 | 0.66 |
| Hex | 74 | DF | 8B | 30 | 0 | 26 | D | 85 | 3F | 42 |
| Octal | 164 | 337 | 213 | 60 | 0 | 46 | 15 | 205 | 77 | 102 |
| Binary | 1110100 | 11011111 | 10001011 | 110000 | 0 | 100110 | 1101 | 10000101 | 111111 | 1000010 |
Color Harmonies of #74DF8B
Complementary color
Monochromatic Colors of #74DF8B
Black with #74DF8B
Text Example
Text Example
White with #74DF8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DF8B; }
p { color: rgb(116,223,139); }
H1.HeaderClassName
{
color: #74DF8B;
}
.AnyTagClassName
{
color: #74DF8B;
}
</style>
background-color css
<style>
a { background-color: #74DF8B; }
a { background-color: rgb(116,223,139); }
div.DivClassName
{
background-color: #74DF8B;
}
.BgClassName
{
background-color: #74DF8B;
}
</style>
border-color css
<style>
span { border-color: #74DF8B; }
span { border-color: rgb(116,223,139); }
td.TdClassName
{
border-color: #74DF8B;
}
.TagClassName
{
border-color: #74DF8B;
}
</style>