Shades of Conifer #C2E465
Tints of Conifer #C2E465
RGB
CMYK
RGB Variations
Color information
#C2E465 (or 0xC2E465) is known color: Conifer. HEX triplet: C2, E4 and 65. RGB value is (194,228,101). Sum of RGB (Red+Green+Blue) = 194+228+101=523 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.09% from 523); Green value is 228 (89.45% from 255 or 43.59% from 523); Blue value is 101 (39.84% from 255 or 19.31% from 523); Max value from RGB is 228 - color contains mainly: green. Hex color #C2E465 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2E465 is #3D1B9A. Grayscale: #CBCBCB. Windows color (decimal): -4004763 or 6677698. OLE color: 6677698.
HSL color Cylindrical-coordinate representation of color #C2E465: hue angle of 76.06º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C2E465 is Cyan = 0.15, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 194 | 228 | 101 | - |
| CMYK | 0.15 | 0 | 0.56 | 0.11 |
| HSL | 76.06º | 0.7% | 0.65% | - |
| HSV(B) | 76.06º | 0.56% | 0.89% | - |
| XYZ | 52.34 | 67.9 | 22.66 | - |
| YUV | 203.36 | 70.24 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 228 | 101 | 0.15 | 0 | 0.56 | 0.11 | 76.06 | 0.7 | 0.65 |
| Hex | C2 | E4 | 65 | F | 0 | 38 | B | 4C | 46 | 41 |
| Octal | 302 | 344 | 145 | 17 | 0 | 70 | 13 | 114 | 106 | 101 |
| Binary | 11000010 | 11100100 | 1100101 | 1111 | 0 | 111000 | 1011 | 1001100 | 1000110 | 1000001 |
Color Harmonies of #C2E465
Complementary color
Monochromatic Colors of #C2E465
Black with #C2E465
Text Example
Text Example
White with #C2E465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E465; }
p { color: rgb(194,228,101); }
H1.HeaderClassName
{
color: #C2E465;
}
.AnyTagClassName
{
color: #C2E465;
}
</style>
background-color css
<style>
a { background-color: #C2E465; }
a { background-color: rgb(194,228,101); }
div.DivClassName
{
background-color: #C2E465;
}
.BgClassName
{
background-color: #C2E465;
}
</style>
border-color css
<style>
span { border-color: #C2E465; }
span { border-color: rgb(194,228,101); }
td.TdClassName
{
border-color: #C2E465;
}
.TagClassName
{
border-color: #C2E465;
}
</style>