Shades of Fern #69C269
Tints of Fern #69C269
RGB
CMYK
RGB Variations
Color information
#69C269 (or 0x69C269) is known color: Fern. HEX triplet: 69, C2 and 69. RGB value is (105,194,105). Sum of RGB (Red+Green+Blue) = 105+194+105=404 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.99% from 404); Green value is 194 (76.17% from 255 or 48.02% from 404); Blue value is 105 (41.41% from 255 or 25.99% from 404); Max value from RGB is 194 - color contains mainly: green. Hex color #69C269 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69C269 is #963D96. Grayscale: #9D9D9D. Windows color (decimal): -9846167 or 6931049. OLE color: 6931049.
HSL color Cylindrical-coordinate representation of color #69C269: hue angle of 120º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #69C269 is Cyan = 0.46, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 105 | 194 | 105 | - |
| CMYK | 0.46 | 0 | 0.46 | 0.24 |
| HSL | 120º | 0.42% | 0.59% | - |
| HSV(B) | 120º | 0.46% | 0.76% | - |
| XYZ | 27.67 | 42.61 | 20.13 | - |
| YUV | 157.24 | 98.51 | 90.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 194 | 105 | 0.46 | 0 | 0.46 | 0.24 | 120 | 0.42 | 0.59 |
| Hex | 69 | C2 | 69 | 2E | 0 | 2E | 18 | 78 | 2A | 3B |
| Octal | 151 | 302 | 151 | 56 | 0 | 56 | 30 | 170 | 52 | 73 |
| Binary | 1101001 | 11000010 | 1101001 | 101110 | 0 | 101110 | 11000 | 1111000 | 101010 | 111011 |
Color Harmonies of #69C269
Complementary color
Monochromatic Colors of #69C269
Black with #69C269
Text Example
Text Example
White with #69C269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C269; }
p { color: rgb(105,194,105); }
H1.HeaderClassName
{
color: #69C269;
}
.AnyTagClassName
{
color: #69C269;
}
</style>
background-color css
<style>
a { background-color: #69C269; }
a { background-color: rgb(105,194,105); }
div.DivClassName
{
background-color: #69C269;
}
.BgClassName
{
background-color: #69C269;
}
</style>
border-color css
<style>
span { border-color: #69C269; }
span { border-color: rgb(105,194,105); }
td.TdClassName
{
border-color: #69C269;
}
.TagClassName
{
border-color: #69C269;
}
</style>