Shades of Pastel Green #68D365
Tints of Pastel Green #68D365
RGB
CMYK
RGB Variations
Color information
#68D365 (or 0x68D365) is known color: Pastel Green. HEX triplet: 68, D3 and 65. RGB value is (104,211,101). Sum of RGB (Red+Green+Blue) = 104+211+101=416 (55% of max value = 765). Red value is 104 (41.02% from 255 or 25% from 416); Green value is 211 (82.81% from 255 or 50.72% from 416); Blue value is 101 (39.84% from 255 or 24.28% from 416); Max value from RGB is 211 - color contains mainly: green. Hex color #68D365 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68D365 is #972C9A. Grayscale: #A6A6A6. Windows color (decimal): -9907355 or 6673256. OLE color: 6673256.
HSL color Cylindrical-coordinate representation of color #68D365: hue angle of 118.36º 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 #68D365 is Cyan = 0.51, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 104 | 211 | 101 | - |
| CMYK | 0.51 | 0 | 0.52 | 0.17 |
| HSL | 118.36º | 0.56% | 0.61% | - |
| HSV(B) | 118.36º | 0.52% | 0.83% | - |
| XYZ | 31.35 | 50.47 | 20.4 | - |
| YUV | 166.47 | 91.05 | 83.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 211 | 101 | 0.51 | 0 | 0.52 | 0.17 | 118.36 | 0.56 | 0.61 |
| Hex | 68 | D3 | 65 | 33 | 0 | 34 | 11 | 76 | 38 | 3D |
| Octal | 150 | 323 | 145 | 63 | 0 | 64 | 21 | 166 | 70 | 75 |
| Binary | 1101000 | 11010011 | 1100101 | 110011 | 0 | 110100 | 10001 | 1110110 | 111000 | 111101 |
Color Harmonies of #68D365
Complementary color
Monochromatic Colors of #68D365
Black with #68D365
Text Example
Text Example
White with #68D365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D365; }
p { color: rgb(104,211,101); }
H1.HeaderClassName
{
color: #68D365;
}
.AnyTagClassName
{
color: #68D365;
}
</style>
background-color css
<style>
a { background-color: #68D365; }
a { background-color: rgb(104,211,101); }
div.DivClassName
{
background-color: #68D365;
}
.BgClassName
{
background-color: #68D365;
}
</style>
border-color css
<style>
span { border-color: #68D365; }
span { border-color: rgb(104,211,101); }
td.TdClassName
{
border-color: #68D365;
}
.TagClassName
{
border-color: #68D365;
}
</style>