Shades of Pastel Green #68DC5B
Tints of Pastel Green #68DC5B
RGB
CMYK
RGB Variations
Color information
#68DC5B (or 0x68DC5B) is known color: Pastel Green. HEX triplet: 68, DC and 5B. RGB value is (104,220,91). Sum of RGB (Red+Green+Blue) = 104+220+91=415 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.06% from 415); Green value is 220 (86.33% from 255 or 53.01% from 415); Blue value is 91 (35.94% from 255 or 21.93% from 415); Max value from RGB is 220 - color contains mainly: green. Hex color #68DC5B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68DC5B is #9723A4. Grayscale: #ABABAB. Windows color (decimal): -9905061 or 6020200. OLE color: 6020200.
HSL color Cylindrical-coordinate representation of color #68DC5B: hue angle of 113.95º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68DC5B is Cyan = 0.53, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 220 | 91 | - |
| CMYK | 0.53 | 0 | 0.59 | 0.14 |
| HSL | 113.95º | 0.65% | 0.61% | - |
| HSV(B) | 113.95º | 0.59% | 0.86% | - |
| XYZ | 33.19 | 54.88 | 18.74 | - |
| YUV | 170.61 | 83.07 | 80.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 220 | 91 | 0.53 | 0 | 0.59 | 0.14 | 113.95 | 0.65 | 0.61 |
| Hex | 68 | DC | 5B | 35 | 0 | 3B | E | 72 | 41 | 3D |
| Octal | 150 | 334 | 133 | 65 | 0 | 73 | 16 | 162 | 101 | 75 |
| Binary | 1101000 | 11011100 | 1011011 | 110101 | 0 | 111011 | 1110 | 1110010 | 1000001 | 111101 |
Color Harmonies of #68DC5B
Complementary color
Monochromatic Colors of #68DC5B
Black with #68DC5B
Text Example
Text Example
White with #68DC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DC5B; }
p { color: rgb(104,220,91); }
H1.HeaderClassName
{
color: #68DC5B;
}
.AnyTagClassName
{
color: #68DC5B;
}
</style>
background-color css
<style>
a { background-color: #68DC5B; }
a { background-color: rgb(104,220,91); }
div.DivClassName
{
background-color: #68DC5B;
}
.BgClassName
{
background-color: #68DC5B;
}
</style>
border-color css
<style>
span { border-color: #68DC5B; }
span { border-color: rgb(104,220,91); }
td.TdClassName
{
border-color: #68DC5B;
}
.TagClassName
{
border-color: #68DC5B;
}
</style>