Shades of Pastel Green #68F383
Tints of Pastel Green #68F383
RGB
CMYK
RGB Variations
Color information
#68F383 (or 0x68F383) is known color: Pastel Green. HEX triplet: 68, F3 and 83. RGB value is (104,243,131). Sum of RGB (Red+Green+Blue) = 104+243+131=478 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.76% from 478); Green value is 243 (95.31% from 255 or 50.84% from 478); Blue value is 131 (51.56% from 255 or 27.41% from 478); Max value from RGB is 243 - color contains mainly: green. Hex color #68F383 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68F383 is #970C7C. Grayscale: #BCBCBC. Windows color (decimal): -9899133 or 8647528. OLE color: 8647528.
HSL color Cylindrical-coordinate representation of color #68F383: hue angle of 131.65º 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 #68F383 is Cyan = 0.57, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 104 | 243 | 131 | - |
| CMYK | 0.57 | 0 | 0.46 | 0.05 |
| HSL | 131.65º | 0.85% | 0.68% | - |
| HSV(B) | 131.65º | 0.57% | 0.95% | - |
| XYZ | 41.86 | 68.68 | 32.52 | - |
| YUV | 188.67 | 95.45 | 67.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 243 | 131 | 0.57 | 0 | 0.46 | 0.05 | 131.65 | 0.85 | 0.68 |
| Hex | 68 | F3 | 83 | 39 | 0 | 2E | 5 | 84 | 55 | 44 |
| Octal | 150 | 363 | 203 | 71 | 0 | 56 | 5 | 204 | 125 | 104 |
| Binary | 1101000 | 11110011 | 10000011 | 111001 | 0 | 101110 | 101 | 10000100 | 1010101 | 1000100 |
Color Harmonies of #68F383
Complementary color
Monochromatic Colors of #68F383
Black with #68F383
Text Example
Text Example
White with #68F383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F383; }
p { color: rgb(104,243,131); }
H1.HeaderClassName
{
color: #68F383;
}
.AnyTagClassName
{
color: #68F383;
}
</style>
background-color css
<style>
a { background-color: #68F383; }
a { background-color: rgb(104,243,131); }
div.DivClassName
{
background-color: #68F383;
}
.BgClassName
{
background-color: #68F383;
}
</style>
border-color css
<style>
span { border-color: #68F383; }
span { border-color: rgb(104,243,131); }
td.TdClassName
{
border-color: #68F383;
}
.TagClassName
{
border-color: #68F383;
}
</style>