Shades of Pastel Green #74CF65
Tints of Pastel Green #74CF65
RGB
CMYK
RGB Variations
Color information
#74CF65 (or 0x74CF65) is known color: Pastel Green. HEX triplet: 74, CF and 65. RGB value is (116,207,101). Sum of RGB (Red+Green+Blue) = 116+207+101=424 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.36% from 424); Green value is 207 (81.25% from 255 or 48.82% from 424); Blue value is 101 (39.84% from 255 or 23.82% from 424); Max value from RGB is 207 - color contains mainly: green. Hex color #74CF65 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74CF65 is #8B309A. Grayscale: #A8A8A8. Windows color (decimal): -9121947 or 6672244. OLE color: 6672244.
HSL color Cylindrical-coordinate representation of color #74CF65: hue angle of 111.51º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #74CF65 is Cyan = 0.44, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 207 | 101 | - |
| CMYK | 0.44 | 0 | 0.51 | 0.19 |
| HSL | 111.51º | 0.52% | 0.6% | - |
| HSV(B) | 111.51º | 0.51% | 0.81% | - |
| XYZ | 31.86 | 49.28 | 20.14 | - |
| YUV | 167.71 | 90.35 | 91.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 207 | 101 | 0.44 | 0 | 0.51 | 0.19 | 111.51 | 0.52 | 0.6 |
| Hex | 74 | CF | 65 | 2C | 0 | 33 | 13 | 70 | 34 | 3C |
| Octal | 164 | 317 | 145 | 54 | 0 | 63 | 23 | 160 | 64 | 74 |
| Binary | 1110100 | 11001111 | 1100101 | 101100 | 0 | 110011 | 10011 | 1110000 | 110100 | 111100 |
Color Harmonies of #74CF65
Complementary color
Monochromatic Colors of #74CF65
Black with #74CF65
Text Example
Text Example
White with #74CF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CF65; }
p { color: rgb(116,207,101); }
H1.HeaderClassName
{
color: #74CF65;
}
.AnyTagClassName
{
color: #74CF65;
}
</style>
background-color css
<style>
a { background-color: #74CF65; }
a { background-color: rgb(116,207,101); }
div.DivClassName
{
background-color: #74CF65;
}
.BgClassName
{
background-color: #74CF65;
}
</style>
border-color css
<style>
span { border-color: #74CF65; }
span { border-color: rgb(116,207,101); }
td.TdClassName
{
border-color: #74CF65;
}
.TagClassName
{
border-color: #74CF65;
}
</style>