Shades of Pastel Green #69D271
Tints of Pastel Green #69D271
RGB
CMYK
RGB Variations
Color information
#69D271 (or 0x69D271) is known color: Pastel Green. HEX triplet: 69, D2 and 71. RGB value is (105,210,113). Sum of RGB (Red+Green+Blue) = 105+210+113=428 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.53% from 428); Green value is 210 (82.42% from 255 or 49.07% from 428); Blue value is 113 (44.53% from 255 or 26.40% from 428); Max value from RGB is 210 - color contains mainly: green. Hex color #69D271 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69D271 is #962D8E. Grayscale: #A7A7A7. Windows color (decimal): -9842063 or 7459433. OLE color: 7459433.
HSL color Cylindrical-coordinate representation of color #69D271: hue angle of 124.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 #69D271 is Cyan = 0.50, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 105 | 210 | 113 | - |
| CMYK | 0.50 | 0 | 0.46 | 0.18 |
| HSL | 124.57º | 0.54% | 0.62% | - |
| HSV(B) | 124.57º | 0.5% | 0.82% | - |
| XYZ | 31.85 | 50.29 | 23.65 | - |
| YUV | 167.55 | 97.21 | 83.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 210 | 113 | 0.50 | 0 | 0.46 | 0.18 | 124.57 | 0.54 | 0.62 |
| Hex | 69 | D2 | 71 | 32 | 0 | 2E | 12 | 7D | 36 | 3E |
| Octal | 151 | 322 | 161 | 62 | 0 | 56 | 22 | 175 | 66 | 76 |
| Binary | 1101001 | 11010010 | 1110001 | 110010 | 0 | 101110 | 10010 | 1111101 | 110110 | 111110 |
Color Harmonies of #69D271
Complementary color
Monochromatic Colors of #69D271
Black with #69D271
Text Example
Text Example
White with #69D271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69D271; }
p { color: rgb(105,210,113); }
H1.HeaderClassName
{
color: #69D271;
}
.AnyTagClassName
{
color: #69D271;
}
</style>
background-color css
<style>
a { background-color: #69D271; }
a { background-color: rgb(105,210,113); }
div.DivClassName
{
background-color: #69D271;
}
.BgClassName
{
background-color: #69D271;
}
</style>
border-color css
<style>
span { border-color: #69D271; }
span { border-color: rgb(105,210,113); }
td.TdClassName
{
border-color: #69D271;
}
.TagClassName
{
border-color: #69D271;
}
</style>