Shades of Pastel Green #69D274
Tints of Pastel Green #69D274
RGB
CMYK
RGB Variations
Color information
#69D274 (or 0x69D274) is known color: Pastel Green. HEX triplet: 69, D2 and 74. RGB value is (105,210,116). Sum of RGB (Red+Green+Blue) = 105+210+116=431 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.36% from 431); Green value is 210 (82.42% from 255 or 48.72% from 431); Blue value is 116 (45.70% from 255 or 26.91% from 431); Max value from RGB is 210 - color contains mainly: green. Hex color #69D274 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69D274 is #962D8B. Grayscale: #A8A8A8. Windows color (decimal): -9842060 or 7656041. OLE color: 7656041.
HSL color Cylindrical-coordinate representation of color #69D274: hue angle of 126.29º 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 #69D274 is Cyan = 0.50, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 105 | 210 | 116 | - |
| CMYK | 0.50 | 0 | 0.45 | 0.18 |
| HSL | 126.29º | 0.54% | 0.62% | - |
| HSV(B) | 126.29º | 0.5% | 0.82% | - |
| XYZ | 32.02 | 50.36 | 24.56 | - |
| YUV | 167.89 | 98.71 | 83.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 210 | 116 | 0.50 | 0 | 0.45 | 0.18 | 126.29 | 0.54 | 0.62 |
| Hex | 69 | D2 | 74 | 32 | 0 | 2D | 12 | 7E | 36 | 3E |
| Octal | 151 | 322 | 164 | 62 | 0 | 55 | 22 | 176 | 66 | 76 |
| Binary | 1101001 | 11010010 | 1110100 | 110010 | 0 | 101101 | 10010 | 1111110 | 110110 | 111110 |
Color Harmonies of #69D274
Complementary color
Monochromatic Colors of #69D274
Black with #69D274
Text Example
Text Example
White with #69D274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69D274; }
p { color: rgb(105,210,116); }
H1.HeaderClassName
{
color: #69D274;
}
.AnyTagClassName
{
color: #69D274;
}
</style>
background-color css
<style>
a { background-color: #69D274; }
a { background-color: rgb(105,210,116); }
div.DivClassName
{
background-color: #69D274;
}
.BgClassName
{
background-color: #69D274;
}
</style>
border-color css
<style>
span { border-color: #69D274; }
span { border-color: rgb(105,210,116); }
td.TdClassName
{
border-color: #69D274;
}
.TagClassName
{
border-color: #69D274;
}
</style>