Shades of Fern #6BC264
Tints of Fern #6BC264
RGB
CMYK
RGB Variations
Color information
#6BC264 (or 0x6BC264) is known color: Fern. HEX triplet: 6B, C2 and 64. RGB value is (107,194,100). Sum of RGB (Red+Green+Blue) = 107+194+100=401 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.68% from 401); Green value is 194 (76.17% from 255 or 48.38% from 401); Blue value is 100 (39.45% from 255 or 24.94% from 401); Max value from RGB is 194 - color contains mainly: green. Hex color #6BC264 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BC264 is #943D9B. Grayscale: #9D9D9D. Windows color (decimal): -9715100 or 6603371. OLE color: 6603371.
HSL color Cylindrical-coordinate representation of color #6BC264: hue angle of 115.53º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6BC264 is Cyan = 0.45, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 107 | 194 | 100 | - |
| CMYK | 0.45 | 0 | 0.48 | 0.24 |
| HSL | 115.53º | 0.44% | 0.58% | - |
| HSV(B) | 115.53º | 0.48% | 0.76% | - |
| XYZ | 27.66 | 42.63 | 18.83 | - |
| YUV | 157.27 | 95.68 | 92.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 194 | 100 | 0.45 | 0 | 0.48 | 0.24 | 115.53 | 0.44 | 0.58 |
| Hex | 6B | C2 | 64 | 2D | 0 | 30 | 18 | 74 | 2C | 3A |
| Octal | 153 | 302 | 144 | 55 | 0 | 60 | 30 | 164 | 54 | 72 |
| Binary | 1101011 | 11000010 | 1100100 | 101101 | 0 | 110000 | 11000 | 1110100 | 101100 | 111010 |
Color Harmonies of #6BC264
Complementary color
Monochromatic Colors of #6BC264
Black with #6BC264
Text Example
Text Example
White with #6BC264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BC264; }
p { color: rgb(107,194,100); }
H1.HeaderClassName
{
color: #6BC264;
}
.AnyTagClassName
{
color: #6BC264;
}
</style>
background-color css
<style>
a { background-color: #6BC264; }
a { background-color: rgb(107,194,100); }
div.DivClassName
{
background-color: #6BC264;
}
.BgClassName
{
background-color: #6BC264;
}
</style>
border-color css
<style>
span { border-color: #6BC264; }
span { border-color: rgb(107,194,100); }
td.TdClassName
{
border-color: #6BC264;
}
.TagClassName
{
border-color: #6BC264;
}
</style>