Shades of Pastel Green #69D365
Tints of Pastel Green #69D365
RGB
CMYK
RGB Variations
Color information
#69D365 (or 0x69D365) is known color: Pastel Green. HEX triplet: 69, D3 and 65. RGB value is (105,211,101). Sum of RGB (Red+Green+Blue) = 105+211+101=417 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.18% from 417); Green value is 211 (82.81% from 255 or 50.60% from 417); Blue value is 101 (39.84% from 255 or 24.22% from 417); Max value from RGB is 211 - color contains mainly: green. Hex color #69D365 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69D365 is #962C9A. Grayscale: #A7A7A7. Windows color (decimal): -9841819 or 6673257. OLE color: 6673257.
HSL color Cylindrical-coordinate representation of color #69D365: hue angle of 117.82º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #69D365 is Cyan = 0.50, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 105 | 211 | 101 | - |
| CMYK | 0.50 | 0 | 0.52 | 0.17 |
| HSL | 117.82º | 0.56% | 0.61% | - |
| HSV(B) | 117.82º | 0.52% | 0.83% | - |
| XYZ | 31.47 | 50.53 | 20.41 | - |
| YUV | 166.77 | 90.88 | 83.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 211 | 101 | 0.50 | 0 | 0.52 | 0.17 | 117.82 | 0.56 | 0.61 |
| Hex | 69 | D3 | 65 | 32 | 0 | 34 | 11 | 76 | 38 | 3D |
| Octal | 151 | 323 | 145 | 62 | 0 | 64 | 21 | 166 | 70 | 75 |
| Binary | 1101001 | 11010011 | 1100101 | 110010 | 0 | 110100 | 10001 | 1110110 | 111000 | 111101 |
Color Harmonies of #69D365
Complementary color
Monochromatic Colors of #69D365
Black with #69D365
Text Example
Text Example
White with #69D365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69D365; }
p { color: rgb(105,211,101); }
H1.HeaderClassName
{
color: #69D365;
}
.AnyTagClassName
{
color: #69D365;
}
</style>
background-color css
<style>
a { background-color: #69D365; }
a { background-color: rgb(105,211,101); }
div.DivClassName
{
background-color: #69D365;
}
.BgClassName
{
background-color: #69D365;
}
</style>
border-color css
<style>
span { border-color: #69D365; }
span { border-color: rgb(105,211,101); }
td.TdClassName
{
border-color: #69D365;
}
.TagClassName
{
border-color: #69D365;
}
</style>