Shades of Fern #69C75D
Tints of Fern #69C75D
RGB
CMYK
RGB Variations
Color information
#69C75D (or 0x69C75D) is known color: Fern. HEX triplet: 69, C7 and 5D. RGB value is (105,199,93). Sum of RGB (Red+Green+Blue) = 105+199+93=397 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.45% from 397); Green value is 199 (78.12% from 255 or 50.13% from 397); Blue value is 93 (36.72% from 255 or 23.43% from 397); Max value from RGB is 199 - color contains mainly: green. Hex color #69C75D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69C75D is #9638A2. Grayscale: #9F9F9F. Windows color (decimal): -9844899 or 6145897. OLE color: 6145897.
HSL color Cylindrical-coordinate representation of color #69C75D: hue angle of 113.21º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #69C75D is Cyan = 0.47, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 105 | 199 | 93 | - |
| CMYK | 0.47 | 0 | 0.53 | 0.22 |
| HSL | 113.21º | 0.49% | 0.57% | - |
| HSV(B) | 113.21º | 0.53% | 0.78% | - |
| XYZ | 28.22 | 44.64 | 17.48 | - |
| YUV | 158.81 | 90.86 | 89.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 199 | 93 | 0.47 | 0 | 0.53 | 0.22 | 113.21 | 0.49 | 0.57 |
| Hex | 69 | C7 | 5D | 2F | 0 | 35 | 16 | 71 | 31 | 39 |
| Octal | 151 | 307 | 135 | 57 | 0 | 65 | 26 | 161 | 61 | 71 |
| Binary | 1101001 | 11000111 | 1011101 | 101111 | 0 | 110101 | 10110 | 1110001 | 110001 | 111001 |
Color Harmonies of #69C75D
Complementary color
Monochromatic Colors of #69C75D
Black with #69C75D
Text Example
Text Example
White with #69C75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C75D; }
p { color: rgb(105,199,93); }
H1.HeaderClassName
{
color: #69C75D;
}
.AnyTagClassName
{
color: #69C75D;
}
</style>
background-color css
<style>
a { background-color: #69C75D; }
a { background-color: rgb(105,199,93); }
div.DivClassName
{
background-color: #69C75D;
}
.BgClassName
{
background-color: #69C75D;
}
</style>
border-color css
<style>
span { border-color: #69C75D; }
span { border-color: rgb(105,199,93); }
td.TdClassName
{
border-color: #69C75D;
}
.TagClassName
{
border-color: #69C75D;
}
</style>