Shades of Fern #67C35D
Tints of Fern #67C35D
RGB
CMYK
RGB Variations
Color information
#67C35D (or 0x67C35D) is known color: Fern. HEX triplet: 67, C3 and 5D. RGB value is (103,195,93). Sum of RGB (Red+Green+Blue) = 103+195+93=391 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.34% from 391); Green value is 195 (76.56% from 255 or 49.87% from 391); Blue value is 93 (36.72% from 255 or 23.79% from 391); Max value from RGB is 195 - color contains mainly: green. Hex color #67C35D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #67C35D is #983CA2. Grayscale: #9C9C9C. Windows color (decimal): -9976995 or 6144871. OLE color: 6144871.
HSL color Cylindrical-coordinate representation of color #67C35D: hue angle of 114.12º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #67C35D is Cyan = 0.47, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 103 | 195 | 93 | - |
| CMYK | 0.47 | 0 | 0.52 | 0.24 |
| HSL | 114.12º | 0.46% | 0.56% | - |
| HSV(B) | 114.12º | 0.52% | 0.76% | - |
| XYZ | 27.08 | 42.7 | 17.17 | - |
| YUV | 155.86 | 92.52 | 90.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 195 | 93 | 0.47 | 0 | 0.52 | 0.24 | 114.12 | 0.46 | 0.56 |
| Hex | 67 | C3 | 5D | 2F | 0 | 34 | 18 | 72 | 2E | 38 |
| Octal | 147 | 303 | 135 | 57 | 0 | 64 | 30 | 162 | 56 | 70 |
| Binary | 1100111 | 11000011 | 1011101 | 101111 | 0 | 110100 | 11000 | 1110010 | 101110 | 111000 |
Color Harmonies of #67C35D
Complementary color
Monochromatic Colors of #67C35D
Black with #67C35D
Text Example
Text Example
White with #67C35D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67C35D; }
p { color: rgb(103,195,93); }
H1.HeaderClassName
{
color: #67C35D;
}
.AnyTagClassName
{
color: #67C35D;
}
</style>
background-color css
<style>
a { background-color: #67C35D; }
a { background-color: rgb(103,195,93); }
div.DivClassName
{
background-color: #67C35D;
}
.BgClassName
{
background-color: #67C35D;
}
</style>
border-color css
<style>
span { border-color: #67C35D; }
span { border-color: rgb(103,195,93); }
td.TdClassName
{
border-color: #67C35D;
}
.TagClassName
{
border-color: #67C35D;
}
</style>