Shades of Fern #62B469
Tints of Fern #62B469
RGB
CMYK
RGB Variations
Color information
#62B469 (or 0x62B469) is known color: Fern. HEX triplet: 62, B4 and 69. RGB value is (98,180,105). Sum of RGB (Red+Green+Blue) = 98+180+105=383 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.59% from 383); Green value is 180 (70.70% from 255 or 47.00% from 383); Blue value is 105 (41.41% from 255 or 27.42% from 383); Max value from RGB is 180 - color contains mainly: green. Hex color #62B469 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #62B469 is #9D4B96. Grayscale: #939393. Windows color (decimal): -10308503 or 6927458. OLE color: 6927458.
HSL color Cylindrical-coordinate representation of color #62B469: hue angle of 125.12º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #62B469 is Cyan = 0.46, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 98 | 180 | 105 | - |
| CMYK | 0.46 | 0 | 0.42 | 0.29 |
| HSL | 125.12º | 0.35% | 0.55% | - |
| HSV(B) | 125.12º | 0.46% | 0.71% | - |
| XYZ | 23.91 | 36.26 | 19.1 | - |
| YUV | 146.93 | 104.33 | 93.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 180 | 105 | 0.46 | 0 | 0.42 | 0.29 | 125.12 | 0.35 | 0.55 |
| Hex | 62 | B4 | 69 | 2E | 0 | 2A | 1D | 7D | 23 | 37 |
| Octal | 142 | 264 | 151 | 56 | 0 | 52 | 35 | 175 | 43 | 67 |
| Binary | 1100010 | 10110100 | 1101001 | 101110 | 0 | 101010 | 11101 | 1111101 | 100011 | 110111 |
Color Harmonies of #62B469
Complementary color
Monochromatic Colors of #62B469
Black with #62B469
Text Example
Text Example
White with #62B469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62B469; }
p { color: rgb(98,180,105); }
H1.HeaderClassName
{
color: #62B469;
}
.AnyTagClassName
{
color: #62B469;
}
</style>
background-color css
<style>
a { background-color: #62B469; }
a { background-color: rgb(98,180,105); }
div.DivClassName
{
background-color: #62B469;
}
.BgClassName
{
background-color: #62B469;
}
</style>
border-color css
<style>
span { border-color: #62B469; }
span { border-color: rgb(98,180,105); }
td.TdClassName
{
border-color: #62B469;
}
.TagClassName
{
border-color: #62B469;
}
</style>