Shades of Pastel Green #68D369
Tints of Pastel Green #68D369
RGB
CMYK
RGB Variations
Color information
#68D369 (or 0x68D369) is known color: Pastel Green. HEX triplet: 68, D3 and 69. RGB value is (104,211,105). Sum of RGB (Red+Green+Blue) = 104+211+105=420 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.76% from 420); Green value is 211 (82.81% from 255 or 50.24% from 420); Blue value is 105 (41.41% from 255 or 25% from 420); Max value from RGB is 211 - color contains mainly: green. Hex color #68D369 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68D369 is #972C96. Grayscale: #A7A7A7. Windows color (decimal): -9907351 or 6935400. OLE color: 6935400.
HSL color Cylindrical-coordinate representation of color #68D369: hue angle of 120.56º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #68D369 is Cyan = 0.51, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 104 | 211 | 105 | - |
| CMYK | 0.51 | 0 | 0.50 | 0.17 |
| HSL | 120.56º | 0.55% | 0.62% | - |
| HSV(B) | 120.56º | 0.51% | 0.83% | - |
| XYZ | 31.55 | 50.55 | 21.46 | - |
| YUV | 166.92 | 93.05 | 83.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 211 | 105 | 0.51 | 0 | 0.50 | 0.17 | 120.56 | 0.55 | 0.62 |
| Hex | 68 | D3 | 69 | 33 | 0 | 32 | 11 | 79 | 37 | 3E |
| Octal | 150 | 323 | 151 | 63 | 0 | 62 | 21 | 171 | 67 | 76 |
| Binary | 1101000 | 11010011 | 1101001 | 110011 | 0 | 110010 | 10001 | 1111001 | 110111 | 111110 |
Color Harmonies of #68D369
Complementary color
Monochromatic Colors of #68D369
Black with #68D369
Text Example
Text Example
White with #68D369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D369; }
p { color: rgb(104,211,105); }
H1.HeaderClassName
{
color: #68D369;
}
.AnyTagClassName
{
color: #68D369;
}
</style>
background-color css
<style>
a { background-color: #68D369; }
a { background-color: rgb(104,211,105); }
div.DivClassName
{
background-color: #68D369;
}
.BgClassName
{
background-color: #68D369;
}
</style>
border-color css
<style>
span { border-color: #68D369; }
span { border-color: rgb(104,211,105); }
td.TdClassName
{
border-color: #68D369;
}
.TagClassName
{
border-color: #68D369;
}
</style>