Shades of Pastel Green #74CA6B
Tints of Pastel Green #74CA6B
RGB
CMYK
RGB Variations
Color information
#74CA6B (or 0x74CA6B) is known color: Pastel Green. HEX triplet: 74, CA and 6B. RGB value is (116,202,107). Sum of RGB (Red+Green+Blue) = 116+202+107=425 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.29% from 425); Green value is 202 (79.30% from 255 or 47.53% from 425); Blue value is 107 (42.19% from 255 or 25.18% from 425); Max value from RGB is 202 - color contains mainly: green. Hex color #74CA6B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74CA6B is #8B3594. Grayscale: #A5A5A5. Windows color (decimal): -9123221 or 7064180. OLE color: 7064180.
HSL color Cylindrical-coordinate representation of color #74CA6B: hue angle of 114.32º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74CA6B is Cyan = 0.43, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 116 | 202 | 107 | - |
| CMYK | 0.43 | 0 | 0.47 | 0.21 |
| HSL | 114.32º | 0.47% | 0.61% | - |
| HSV(B) | 114.32º | 0.47% | 0.79% | - |
| XYZ | 30.98 | 47.02 | 21.35 | - |
| YUV | 165.46 | 95.01 | 92.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 202 | 107 | 0.43 | 0 | 0.47 | 0.21 | 114.32 | 0.47 | 0.61 |
| Hex | 74 | CA | 6B | 2B | 0 | 2F | 15 | 72 | 2F | 3D |
| Octal | 164 | 312 | 153 | 53 | 0 | 57 | 25 | 162 | 57 | 75 |
| Binary | 1110100 | 11001010 | 1101011 | 101011 | 0 | 101111 | 10101 | 1110010 | 101111 | 111101 |
Color Harmonies of #74CA6B
Complementary color
Monochromatic Colors of #74CA6B
Black with #74CA6B
Text Example
Text Example
White with #74CA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CA6B; }
p { color: rgb(116,202,107); }
H1.HeaderClassName
{
color: #74CA6B;
}
.AnyTagClassName
{
color: #74CA6B;
}
</style>
background-color css
<style>
a { background-color: #74CA6B; }
a { background-color: rgb(116,202,107); }
div.DivClassName
{
background-color: #74CA6B;
}
.BgClassName
{
background-color: #74CA6B;
}
</style>
border-color css
<style>
span { border-color: #74CA6B; }
span { border-color: rgb(116,202,107); }
td.TdClassName
{
border-color: #74CA6B;
}
.TagClassName
{
border-color: #74CA6B;
}
</style>