Shades of Pastel Green #74CA68
Tints of Pastel Green #74CA68
RGB
CMYK
RGB Variations
Color information
#74CA68 (or 0x74CA68) is known color: Pastel Green. HEX triplet: 74, CA and 68. RGB value is (116,202,104). Sum of RGB (Red+Green+Blue) = 116+202+104=422 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.49% from 422); Green value is 202 (79.30% from 255 or 47.87% from 422); Blue value is 104 (41.02% from 255 or 24.64% from 422); Max value from RGB is 202 - color contains mainly: green. Hex color #74CA68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74CA68 is #8B3597. Grayscale: #A5A5A5. Windows color (decimal): -9123224 or 6867572. OLE color: 6867572.
HSL color Cylindrical-coordinate representation of color #74CA68: hue angle of 112.65º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #74CA68 is Cyan = 0.43, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 116 | 202 | 104 | - |
| CMYK | 0.43 | 0 | 0.49 | 0.21 |
| HSL | 112.65º | 0.48% | 0.6% | - |
| HSV(B) | 112.65º | 0.49% | 0.79% | - |
| XYZ | 30.82 | 46.95 | 20.54 | - |
| YUV | 165.11 | 93.51 | 92.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 202 | 104 | 0.43 | 0 | 0.49 | 0.21 | 112.65 | 0.48 | 0.6 |
| Hex | 74 | CA | 68 | 2B | 0 | 31 | 15 | 71 | 30 | 3C |
| Octal | 164 | 312 | 150 | 53 | 0 | 61 | 25 | 161 | 60 | 74 |
| Binary | 1110100 | 11001010 | 1101000 | 101011 | 0 | 110001 | 10101 | 1110001 | 110000 | 111100 |
Color Harmonies of #74CA68
Complementary color
Monochromatic Colors of #74CA68
Black with #74CA68
Text Example
Text Example
White with #74CA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CA68; }
p { color: rgb(116,202,104); }
H1.HeaderClassName
{
color: #74CA68;
}
.AnyTagClassName
{
color: #74CA68;
}
</style>
background-color css
<style>
a { background-color: #74CA68; }
a { background-color: rgb(116,202,104); }
div.DivClassName
{
background-color: #74CA68;
}
.BgClassName
{
background-color: #74CA68;
}
</style>
border-color css
<style>
span { border-color: #74CA68; }
span { border-color: rgb(116,202,104); }
td.TdClassName
{
border-color: #74CA68;
}
.TagClassName
{
border-color: #74CA68;
}
</style>