Shades of Fern #6CCA62
Tints of Fern #6CCA62
RGB
CMYK
RGB Variations
Color information
#6CCA62 (or 0x6CCA62) is known color: Fern. HEX triplet: 6C, CA and 62. RGB value is (108,202,98). Sum of RGB (Red+Green+Blue) = 108+202+98=408 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.47% from 408); Green value is 202 (79.30% from 255 or 49.51% from 408); Blue value is 98 (38.67% from 255 or 24.02% from 408); Max value from RGB is 202 - color contains mainly: green. Hex color #6CCA62 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CCA62 is #93359D. Grayscale: #A2A2A2. Windows color (decimal): -9647518 or 6474348. OLE color: 6474348.
HSL color Cylindrical-coordinate representation of color #6CCA62: hue angle of 114.23º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6CCA62 is Cyan = 0.47, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 108 | 202 | 98 | - |
| CMYK | 0.47 | 0 | 0.51 | 0.21 |
| HSL | 114.23º | 0.5% | 0.59% | - |
| HSV(B) | 114.23º | 0.51% | 0.79% | - |
| XYZ | 29.51 | 46.31 | 18.94 | - |
| YUV | 162.04 | 91.86 | 89.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 202 | 98 | 0.47 | 0 | 0.51 | 0.21 | 114.23 | 0.5 | 0.59 |
| Hex | 6C | CA | 62 | 2F | 0 | 33 | 15 | 72 | 32 | 3B |
| Octal | 154 | 312 | 142 | 57 | 0 | 63 | 25 | 162 | 62 | 73 |
| Binary | 1101100 | 11001010 | 1100010 | 101111 | 0 | 110011 | 10101 | 1110010 | 110010 | 111011 |
Color Harmonies of #6CCA62
Complementary color
Monochromatic Colors of #6CCA62
Black with #6CCA62
Text Example
Text Example
White with #6CCA62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCA62; }
p { color: rgb(108,202,98); }
H1.HeaderClassName
{
color: #6CCA62;
}
.AnyTagClassName
{
color: #6CCA62;
}
</style>
background-color css
<style>
a { background-color: #6CCA62; }
a { background-color: rgb(108,202,98); }
div.DivClassName
{
background-color: #6CCA62;
}
.BgClassName
{
background-color: #6CCA62;
}
</style>
border-color css
<style>
span { border-color: #6CCA62; }
span { border-color: rgb(108,202,98); }
td.TdClassName
{
border-color: #6CCA62;
}
.TagClassName
{
border-color: #6CCA62;
}
</style>