Shades of Conifer #C2ED5C
Tints of Conifer #C2ED5C
RGB
CMYK
RGB Variations
Color information
#C2ED5C (or 0xC2ED5C) is known color: Conifer. HEX triplet: C2, ED and 5C. RGB value is (194,237,92). Sum of RGB (Red+Green+Blue) = 194+237+92=523 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.09% from 523); Green value is 237 (92.97% from 255 or 45.32% from 523); Blue value is 92 (36.33% from 255 or 17.59% from 523); Max value from RGB is 237 - color contains mainly: green. Hex color #C2ED5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2ED5C is #3D12A3. Grayscale: #D0D0D0. Windows color (decimal): -4002468 or 6090178. OLE color: 6090178.
HSL color Cylindrical-coordinate representation of color #C2ED5C: hue angle of 77.79º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C2ED5C is Cyan = 0.18, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 237 | 92 | - |
| CMYK | 0.18 | 0 | 0.61 | 0.07 |
| HSL | 77.79º | 0.8% | 0.65% | - |
| HSV(B) | 77.79º | 0.61% | 0.93% | - |
| XYZ | 54.46 | 72.81 | 21.31 | - |
| YUV | 207.61 | 62.75 | 118.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 237 | 92 | 0.18 | 0 | 0.61 | 0.07 | 77.79 | 0.8 | 0.65 |
| Hex | C2 | ED | 5C | 12 | 0 | 3D | 7 | 4E | 50 | 41 |
| Octal | 302 | 355 | 134 | 22 | 0 | 75 | 7 | 116 | 120 | 101 |
| Binary | 11000010 | 11101101 | 1011100 | 10010 | 0 | 111101 | 111 | 1001110 | 1010000 | 1000001 |
Color Harmonies of #C2ED5C
Complementary color
Monochromatic Colors of #C2ED5C
Black with #C2ED5C
Text Example
Text Example
White with #C2ED5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2ED5C; }
p { color: rgb(194,237,92); }
H1.HeaderClassName
{
color: #C2ED5C;
}
.AnyTagClassName
{
color: #C2ED5C;
}
</style>
background-color css
<style>
a { background-color: #C2ED5C; }
a { background-color: rgb(194,237,92); }
div.DivClassName
{
background-color: #C2ED5C;
}
.BgClassName
{
background-color: #C2ED5C;
}
</style>
border-color css
<style>
span { border-color: #C2ED5C; }
span { border-color: rgb(194,237,92); }
td.TdClassName
{
border-color: #C2ED5C;
}
.TagClassName
{
border-color: #C2ED5C;
}
</style>