Shades of Fern #6BCC64
Tints of Fern #6BCC64
RGB
CMYK
RGB Variations
Color information
#6BCC64 (or 0x6BCC64) is known color: Fern. HEX triplet: 6B, CC and 64. RGB value is (107,204,100). Sum of RGB (Red+Green+Blue) = 107+204+100=411 (54% of max value = 765). Red value is 107 (42.19% from 255 or 26.03% from 411); Green value is 204 (80.08% from 255 or 49.64% from 411); Blue value is 100 (39.45% from 255 or 24.33% from 411); Max value from RGB is 204 - color contains mainly: green. Hex color #6BCC64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BCC64 is #94339B. Grayscale: #A3A3A3. Windows color (decimal): -9712540 or 6605931. OLE color: 6605931.
HSL color Cylindrical-coordinate representation of color #6BCC64: hue angle of 115.96º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6BCC64 is Cyan = 0.48, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 107 | 204 | 100 | - |
| CMYK | 0.48 | 0 | 0.51 | 0.2 |
| HSL | 115.96º | 0.5% | 0.6% | - |
| HSV(B) | 115.96º | 0.51% | 0.8% | - |
| XYZ | 29.96 | 47.23 | 19.59 | - |
| YUV | 163.14 | 92.36 | 87.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 204 | 100 | 0.48 | 0 | 0.51 | 0.2 | 115.96 | 0.5 | 0.6 |
| Hex | 6B | CC | 64 | 30 | 0 | 33 | 14 | 74 | 32 | 3C |
| Octal | 153 | 314 | 144 | 60 | 0 | 63 | 24 | 164 | 62 | 74 |
| Binary | 1101011 | 11001100 | 1100100 | 110000 | 0 | 110011 | 10100 | 1110100 | 110010 | 111100 |
Color Harmonies of #6BCC64
Complementary color
Monochromatic Colors of #6BCC64
Black with #6BCC64
Text Example
Text Example
White with #6BCC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCC64; }
p { color: rgb(107,204,100); }
H1.HeaderClassName
{
color: #6BCC64;
}
.AnyTagClassName
{
color: #6BCC64;
}
</style>
background-color css
<style>
a { background-color: #6BCC64; }
a { background-color: rgb(107,204,100); }
div.DivClassName
{
background-color: #6BCC64;
}
.BgClassName
{
background-color: #6BCC64;
}
</style>
border-color css
<style>
span { border-color: #6BCC64; }
span { border-color: rgb(107,204,100); }
td.TdClassName
{
border-color: #6BCC64;
}
.TagClassName
{
border-color: #6BCC64;
}
</style>