Shades of Fern #53C467
Tints of Fern #53C467
RGB
CMYK
RGB Variations
Color information
#53C467 (or 0x53C467) is known color: Fern. HEX triplet: 53, C4 and 67. RGB value is (83,196,103). Sum of RGB (Red+Green+Blue) = 83+196+103=382 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.73% from 382); Green value is 196 (76.95% from 255 or 51.31% from 382); Blue value is 103 (40.62% from 255 or 26.96% from 382); Max value from RGB is 196 - color contains mainly: green. Hex color #53C467 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53C467 is #AC3B98. Grayscale: #979797. Windows color (decimal): -11287449 or 6800467. OLE color: 6800467.
HSL color Cylindrical-coordinate representation of color #53C467: hue angle of 130.62º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #53C467 is Cyan = 0.58, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 83 | 196 | 103 | - |
| CMYK | 0.58 | 0 | 0.47 | 0.23 |
| HSL | 130.62º | 0.49% | 0.55% | - |
| HSV(B) | 130.62º | 0.58% | 0.77% | - |
| XYZ | 25.76 | 42.3 | 19.64 | - |
| YUV | 151.61 | 100.56 | 79.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 196 | 103 | 0.58 | 0 | 0.47 | 0.23 | 130.62 | 0.49 | 0.55 |
| Hex | 53 | C4 | 67 | 3A | 0 | 2F | 17 | 83 | 31 | 37 |
| Octal | 123 | 304 | 147 | 72 | 0 | 57 | 27 | 203 | 61 | 67 |
| Binary | 1010011 | 11000100 | 1100111 | 111010 | 0 | 101111 | 10111 | 10000011 | 110001 | 110111 |
Color Harmonies of #53C467
Complementary color
Monochromatic Colors of #53C467
Black with #53C467
Text Example
Text Example
White with #53C467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C467; }
p { color: rgb(83,196,103); }
H1.HeaderClassName
{
color: #53C467;
}
.AnyTagClassName
{
color: #53C467;
}
</style>
background-color css
<style>
a { background-color: #53C467; }
a { background-color: rgb(83,196,103); }
div.DivClassName
{
background-color: #53C467;
}
.BgClassName
{
background-color: #53C467;
}
</style>
border-color css
<style>
span { border-color: #53C467; }
span { border-color: rgb(83,196,103); }
td.TdClassName
{
border-color: #53C467;
}
.TagClassName
{
border-color: #53C467;
}
</style>