Shades of Fern #68CF5F
Tints of Fern #68CF5F
RGB
CMYK
RGB Variations
Color information
#68CF5F (or 0x68CF5F) is known color: Fern. HEX triplet: 68, CF and 5F. RGB value is (104,207,95). Sum of RGB (Red+Green+Blue) = 104+207+95=406 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.62% from 406); Green value is 207 (81.25% from 255 or 50.99% from 406); Blue value is 95 (37.5% from 255 or 23.40% from 406); Max value from RGB is 207 - color contains mainly: green. Hex color #68CF5F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68CF5F is #9730A0. Grayscale: #A3A3A3. Windows color (decimal): -9908385 or 6279016. OLE color: 6279016.
HSL color Cylindrical-coordinate representation of color #68CF5F: hue angle of 115.18º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #68CF5F is Cyan = 0.50, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 207 | 95 | - |
| CMYK | 0.50 | 0 | 0.54 | 0.19 |
| HSL | 115.18º | 0.54% | 0.59% | - |
| HSV(B) | 115.18º | 0.54% | 0.81% | - |
| XYZ | 30.09 | 48.39 | 18.58 | - |
| YUV | 163.44 | 89.38 | 85.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 207 | 95 | 0.50 | 0 | 0.54 | 0.19 | 115.18 | 0.54 | 0.59 |
| Hex | 68 | CF | 5F | 32 | 0 | 36 | 13 | 73 | 36 | 3B |
| Octal | 150 | 317 | 137 | 62 | 0 | 66 | 23 | 163 | 66 | 73 |
| Binary | 1101000 | 11001111 | 1011111 | 110010 | 0 | 110110 | 10011 | 1110011 | 110110 | 111011 |
Color Harmonies of #68CF5F
Complementary color
Monochromatic Colors of #68CF5F
Black with #68CF5F
Text Example
Text Example
White with #68CF5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CF5F; }
p { color: rgb(104,207,95); }
H1.HeaderClassName
{
color: #68CF5F;
}
.AnyTagClassName
{
color: #68CF5F;
}
</style>
background-color css
<style>
a { background-color: #68CF5F; }
a { background-color: rgb(104,207,95); }
div.DivClassName
{
background-color: #68CF5F;
}
.BgClassName
{
background-color: #68CF5F;
}
</style>
border-color css
<style>
span { border-color: #68CF5F; }
span { border-color: rgb(104,207,95); }
td.TdClassName
{
border-color: #68CF5F;
}
.TagClassName
{
border-color: #68CF5F;
}
</style>