Shades of Pastel Green #78CE69
Tints of Pastel Green #78CE69
RGB
CMYK
RGB Variations
Color information
#78CE69 (or 0x78CE69) is known color: Pastel Green. HEX triplet: 78, CE and 69. RGB value is (120,206,105). Sum of RGB (Red+Green+Blue) = 120+206+105=431 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.84% from 431); Green value is 206 (80.86% from 255 or 47.80% from 431); Blue value is 105 (41.41% from 255 or 24.36% from 431); Max value from RGB is 206 - color contains mainly: green. Hex color #78CE69 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78CE69 is #873196. Grayscale: #A9A9A9. Windows color (decimal): -8860055 or 6934136. OLE color: 6934136.
HSL color Cylindrical-coordinate representation of color #78CE69: hue angle of 111.09º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #78CE69 is Cyan = 0.42, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 206 | 105 | - |
| CMYK | 0.42 | 0 | 0.49 | 0.19 |
| HSL | 111.09º | 0.51% | 0.61% | - |
| HSV(B) | 111.09º | 0.49% | 0.81% | - |
| XYZ | 32.37 | 49.16 | 21.15 | - |
| YUV | 168.77 | 92.01 | 93.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 206 | 105 | 0.42 | 0 | 0.49 | 0.19 | 111.09 | 0.51 | 0.61 |
| Hex | 78 | CE | 69 | 2A | 0 | 31 | 13 | 6F | 33 | 3D |
| Octal | 170 | 316 | 151 | 52 | 0 | 61 | 23 | 157 | 63 | 75 |
| Binary | 1111000 | 11001110 | 1101001 | 101010 | 0 | 110001 | 10011 | 1101111 | 110011 | 111101 |
Color Harmonies of #78CE69
Complementary color
Monochromatic Colors of #78CE69
Black with #78CE69
Text Example
Text Example
White with #78CE69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CE69; }
p { color: rgb(120,206,105); }
H1.HeaderClassName
{
color: #78CE69;
}
.AnyTagClassName
{
color: #78CE69;
}
</style>
background-color css
<style>
a { background-color: #78CE69; }
a { background-color: rgb(120,206,105); }
div.DivClassName
{
background-color: #78CE69;
}
.BgClassName
{
background-color: #78CE69;
}
</style>
border-color css
<style>
span { border-color: #78CE69; }
span { border-color: rgb(120,206,105); }
td.TdClassName
{
border-color: #78CE69;
}
.TagClassName
{
border-color: #78CE69;
}
</style>