Shades of Pastel Green #7BDF74
Tints of Pastel Green #7BDF74
RGB
CMYK
RGB Variations
Color information
#7BDF74 (or 0x7BDF74) is known color: Pastel Green. HEX triplet: 7B, DF and 74. RGB value is (123,223,116). Sum of RGB (Red+Green+Blue) = 123+223+116=462 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.62% from 462); Green value is 223 (87.5% from 255 or 48.27% from 462); Blue value is 116 (45.70% from 255 or 25.11% from 462); Max value from RGB is 223 - color contains mainly: green. Hex color #7BDF74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BDF74 is #84208B. Grayscale: #B5B5B5. Windows color (decimal): -8659084 or 7659387. OLE color: 7659387.
HSL color Cylindrical-coordinate representation of color #7BDF74: hue angle of 116.07º 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 #7BDF74 is Cyan = 0.45, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 223 | 116 | - |
| CMYK | 0.45 | 0 | 0.48 | 0.13 |
| HSL | 116.07º | 0.63% | 0.66% | - |
| HSV(B) | 116.07º | 0.48% | 0.87% | - |
| XYZ | 37.71 | 58.25 | 25.78 | - |
| YUV | 180.9 | 91.37 | 86.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 223 | 116 | 0.45 | 0 | 0.48 | 0.13 | 116.07 | 0.63 | 0.66 |
| Hex | 7B | DF | 74 | 2D | 0 | 30 | D | 74 | 3F | 42 |
| Octal | 173 | 337 | 164 | 55 | 0 | 60 | 15 | 164 | 77 | 102 |
| Binary | 1111011 | 11011111 | 1110100 | 101101 | 0 | 110000 | 1101 | 1110100 | 111111 | 1000010 |
Color Harmonies of #7BDF74
Complementary color
Monochromatic Colors of #7BDF74
Black with #7BDF74
Text Example
Text Example
White with #7BDF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDF74; }
p { color: rgb(123,223,116); }
H1.HeaderClassName
{
color: #7BDF74;
}
.AnyTagClassName
{
color: #7BDF74;
}
</style>
background-color css
<style>
a { background-color: #7BDF74; }
a { background-color: rgb(123,223,116); }
div.DivClassName
{
background-color: #7BDF74;
}
.BgClassName
{
background-color: #7BDF74;
}
</style>
border-color css
<style>
span { border-color: #7BDF74; }
span { border-color: rgb(123,223,116); }
td.TdClassName
{
border-color: #7BDF74;
}
.TagClassName
{
border-color: #7BDF74;
}
</style>