Shades of Pastel Green #69D278
Tints of Pastel Green #69D278
RGB
CMYK
RGB Variations
Color information
#69D278 (or 0x69D278) is known color: Pastel Green. HEX triplet: 69, D2 and 78. RGB value is (105,210,120). Sum of RGB (Red+Green+Blue) = 105+210+120=435 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.14% from 435); Green value is 210 (82.42% from 255 or 48.28% from 435); Blue value is 120 (47.27% from 255 or 27.59% from 435); Max value from RGB is 210 - color contains mainly: green. Hex color #69D278 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69D278 is #962D87. Grayscale: #A8A8A8. Windows color (decimal): -9842056 or 7918185. OLE color: 7918185.
HSL color Cylindrical-coordinate representation of color #69D278: hue angle of 128.57º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #69D278 is Cyan = 0.50, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 105 | 210 | 120 | - |
| CMYK | 0.50 | 0 | 0.43 | 0.18 |
| HSL | 128.57º | 0.54% | 0.62% | - |
| HSV(B) | 128.57º | 0.5% | 0.82% | - |
| XYZ | 32.26 | 50.45 | 25.81 | - |
| YUV | 168.35 | 100.71 | 82.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 210 | 120 | 0.50 | 0 | 0.43 | 0.18 | 128.57 | 0.54 | 0.62 |
| Hex | 69 | D2 | 78 | 32 | 0 | 2B | 12 | 81 | 36 | 3E |
| Octal | 151 | 322 | 170 | 62 | 0 | 53 | 22 | 201 | 66 | 76 |
| Binary | 1101001 | 11010010 | 1111000 | 110010 | 0 | 101011 | 10010 | 10000001 | 110110 | 111110 |
Color Harmonies of #69D278
Complementary color
Monochromatic Colors of #69D278
Black with #69D278
Text Example
Text Example
White with #69D278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69D278; }
p { color: rgb(105,210,120); }
H1.HeaderClassName
{
color: #69D278;
}
.AnyTagClassName
{
color: #69D278;
}
</style>
background-color css
<style>
a { background-color: #69D278; }
a { background-color: rgb(105,210,120); }
div.DivClassName
{
background-color: #69D278;
}
.BgClassName
{
background-color: #69D278;
}
</style>
border-color css
<style>
span { border-color: #69D278; }
span { border-color: rgb(105,210,120); }
td.TdClassName
{
border-color: #69D278;
}
.TagClassName
{
border-color: #69D278;
}
</style>