Shades of Pastel Green #74CB6E
Tints of Pastel Green #74CB6E
RGB
CMYK
RGB Variations
Color information
#74CB6E (or 0x74CB6E) is known color: Pastel Green. HEX triplet: 74, CB and 6E. RGB value is (116,203,110). Sum of RGB (Red+Green+Blue) = 116+203+110=429 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.04% from 429); Green value is 203 (79.69% from 255 or 47.32% from 429); Blue value is 110 (43.36% from 255 or 25.64% from 429); Max value from RGB is 203 - color contains mainly: green. Hex color #74CB6E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74CB6E is #8B3491. Grayscale: #A6A6A6. Windows color (decimal): -9122962 or 7261044. OLE color: 7261044.
HSL color Cylindrical-coordinate representation of color #74CB6E: hue angle of 116.13º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #74CB6E is Cyan = 0.43, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 116 | 203 | 110 | - |
| CMYK | 0.43 | 0 | 0.46 | 0.20 |
| HSL | 116.13º | 0.47% | 0.61% | - |
| HSV(B) | 116.13º | 0.46% | 0.8% | - |
| XYZ | 31.37 | 47.55 | 22.28 | - |
| YUV | 166.39 | 96.18 | 92.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 203 | 110 | 0.43 | 0 | 0.46 | 0.20 | 116.13 | 0.47 | 0.61 |
| Hex | 74 | CB | 6E | 2B | 0 | 2E | 14 | 74 | 2F | 3D |
| Octal | 164 | 313 | 156 | 53 | 0 | 56 | 24 | 164 | 57 | 75 |
| Binary | 1110100 | 11001011 | 1101110 | 101011 | 0 | 101110 | 10100 | 1110100 | 101111 | 111101 |
Color Harmonies of #74CB6E
Complementary color
Monochromatic Colors of #74CB6E
Black with #74CB6E
Text Example
Text Example
White with #74CB6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CB6E; }
p { color: rgb(116,203,110); }
H1.HeaderClassName
{
color: #74CB6E;
}
.AnyTagClassName
{
color: #74CB6E;
}
</style>
background-color css
<style>
a { background-color: #74CB6E; }
a { background-color: rgb(116,203,110); }
div.DivClassName
{
background-color: #74CB6E;
}
.BgClassName
{
background-color: #74CB6E;
}
</style>
border-color css
<style>
span { border-color: #74CB6E; }
span { border-color: rgb(116,203,110); }
td.TdClassName
{
border-color: #74CB6E;
}
.TagClassName
{
border-color: #74CB6E;
}
</style>