Shades of Pastel Green #69D262
Tints of Pastel Green #69D262
RGB
CMYK
RGB Variations
Color information
#69D262 (or 0x69D262) is known color: Pastel Green. HEX triplet: 69, D2 and 62. RGB value is (105,210,98). Sum of RGB (Red+Green+Blue) = 105+210+98=413 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.42% from 413); Green value is 210 (82.42% from 255 or 50.85% from 413); Blue value is 98 (38.67% from 255 or 23.73% from 413); Max value from RGB is 210 - color contains mainly: green. Hex color #69D262 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69D262 is #962D9D. Grayscale: #A6A6A6. Windows color (decimal): -9842078 or 6476393. OLE color: 6476393.
HSL color Cylindrical-coordinate representation of color #69D262: hue angle of 116.25º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #69D262 is Cyan = 0.50, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 105 | 210 | 98 | - |
| CMYK | 0.50 | 0 | 0.53 | 0.18 |
| HSL | 116.25º | 0.55% | 0.6% | - |
| HSV(B) | 116.25º | 0.53% | 0.82% | - |
| XYZ | 31.08 | 49.98 | 19.56 | - |
| YUV | 165.84 | 89.71 | 84.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 210 | 98 | 0.50 | 0 | 0.53 | 0.18 | 116.25 | 0.55 | 0.6 |
| Hex | 69 | D2 | 62 | 32 | 0 | 35 | 12 | 74 | 37 | 3C |
| Octal | 151 | 322 | 142 | 62 | 0 | 65 | 22 | 164 | 67 | 74 |
| Binary | 1101001 | 11010010 | 1100010 | 110010 | 0 | 110101 | 10010 | 1110100 | 110111 | 111100 |
Color Harmonies of #69D262
Complementary color
Monochromatic Colors of #69D262
Black with #69D262
Text Example
Text Example
White with #69D262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69D262; }
p { color: rgb(105,210,98); }
H1.HeaderClassName
{
color: #69D262;
}
.AnyTagClassName
{
color: #69D262;
}
</style>
background-color css
<style>
a { background-color: #69D262; }
a { background-color: rgb(105,210,98); }
div.DivClassName
{
background-color: #69D262;
}
.BgClassName
{
background-color: #69D262;
}
</style>
border-color css
<style>
span { border-color: #69D262; }
span { border-color: rgb(105,210,98); }
td.TdClassName
{
border-color: #69D262;
}
.TagClassName
{
border-color: #69D262;
}
</style>