Shades of Pastel Green #78DF70
Tints of Pastel Green #78DF70
RGB
CMYK
RGB Variations
Color information
#78DF70 (or 0x78DF70) is known color: Pastel Green. HEX triplet: 78, DF and 70. RGB value is (120,223,112). Sum of RGB (Red+Green+Blue) = 120+223+112=455 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.37% from 455); Green value is 223 (87.5% from 255 or 49.01% from 455); Blue value is 112 (44.14% from 255 or 24.62% from 455); Max value from RGB is 223 - color contains mainly: green. Hex color #78DF70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78DF70 is #87208F. Grayscale: #B3B3B3. Windows color (decimal): -8855696 or 7397240. OLE color: 7397240.
HSL color Cylindrical-coordinate representation of color #78DF70: hue angle of 115.68º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #78DF70 is Cyan = 0.46, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 223 | 112 | - |
| CMYK | 0.46 | 0 | 0.50 | 0.13 |
| HSL | 115.68º | 0.63% | 0.66% | - |
| HSV(B) | 115.68º | 0.5% | 0.87% | - |
| XYZ | 37.06 | 57.94 | 24.56 | - |
| YUV | 179.55 | 89.88 | 85.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 223 | 112 | 0.46 | 0 | 0.50 | 0.13 | 115.68 | 0.63 | 0.66 |
| Hex | 78 | DF | 70 | 2E | 0 | 32 | D | 74 | 3F | 42 |
| Octal | 170 | 337 | 160 | 56 | 0 | 62 | 15 | 164 | 77 | 102 |
| Binary | 1111000 | 11011111 | 1110000 | 101110 | 0 | 110010 | 1101 | 1110100 | 111111 | 1000010 |
Color Harmonies of #78DF70
Complementary color
Monochromatic Colors of #78DF70
Black with #78DF70
Text Example
Text Example
White with #78DF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78DF70; }
p { color: rgb(120,223,112); }
H1.HeaderClassName
{
color: #78DF70;
}
.AnyTagClassName
{
color: #78DF70;
}
</style>
background-color css
<style>
a { background-color: #78DF70; }
a { background-color: rgb(120,223,112); }
div.DivClassName
{
background-color: #78DF70;
}
.BgClassName
{
background-color: #78DF70;
}
</style>
border-color css
<style>
span { border-color: #78DF70; }
span { border-color: rgb(120,223,112); }
td.TdClassName
{
border-color: #78DF70;
}
.TagClassName
{
border-color: #78DF70;
}
</style>