Shades of Pastel Green #68F384
Tints of Pastel Green #68F384
RGB
CMYK
RGB Variations
Color information
#68F384 (or 0x68F384) is known color: Pastel Green. HEX triplet: 68, F3 and 84. RGB value is (104,243,132). Sum of RGB (Red+Green+Blue) = 104+243+132=479 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.71% from 479); Green value is 243 (95.31% from 255 or 50.73% from 479); Blue value is 132 (51.95% from 255 or 27.56% from 479); Max value from RGB is 243 - color contains mainly: green. Hex color #68F384 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68F384 is #970C7B. Grayscale: #BDBDBD. Windows color (decimal): -9899132 or 8713064. OLE color: 8713064.
HSL color Cylindrical-coordinate representation of color #68F384: hue angle of 132.09º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68F384 is Cyan = 0.57, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 104 | 243 | 132 | - |
| CMYK | 0.57 | 0 | 0.46 | 0.05 |
| HSL | 132.09º | 0.85% | 0.68% | - |
| HSV(B) | 132.09º | 0.57% | 0.95% | - |
| XYZ | 41.92 | 68.71 | 32.88 | - |
| YUV | 188.79 | 95.95 | 67.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 243 | 132 | 0.57 | 0 | 0.46 | 0.05 | 132.09 | 0.85 | 0.68 |
| Hex | 68 | F3 | 84 | 39 | 0 | 2E | 5 | 84 | 55 | 44 |
| Octal | 150 | 363 | 204 | 71 | 0 | 56 | 5 | 204 | 125 | 104 |
| Binary | 1101000 | 11110011 | 10000100 | 111001 | 0 | 101110 | 101 | 10000100 | 1010101 | 1000100 |
Color Harmonies of #68F384
Complementary color
Monochromatic Colors of #68F384
Black with #68F384
Text Example
Text Example
White with #68F384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F384; }
p { color: rgb(104,243,132); }
H1.HeaderClassName
{
color: #68F384;
}
.AnyTagClassName
{
color: #68F384;
}
</style>
background-color css
<style>
a { background-color: #68F384; }
a { background-color: rgb(104,243,132); }
div.DivClassName
{
background-color: #68F384;
}
.BgClassName
{
background-color: #68F384;
}
</style>
border-color css
<style>
span { border-color: #68F384; }
span { border-color: rgb(104,243,132); }
td.TdClassName
{
border-color: #68F384;
}
.TagClassName
{
border-color: #68F384;
}
</style>