Shades of Conifer #C2FE5C
Tints of Conifer #C2FE5C
RGB
CMYK
RGB Variations
Color information
#C2FE5C (or 0xC2FE5C) is known color: Conifer. HEX triplet: C2, FE and 5C. RGB value is (194,254,92). Sum of RGB (Red+Green+Blue) = 194+254+92=540 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.93% from 540); Green value is 254 (99.61% from 255 or 47.04% from 540); Blue value is 92 (36.33% from 255 or 17.04% from 540); Max value from RGB is 254 - color contains mainly: green. Hex color #C2FE5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2FE5C is #3D01A3. Grayscale: #DADADA. Windows color (decimal): -3998116 or 6094530. OLE color: 6094530.
HSL color Cylindrical-coordinate representation of color #C2FE5C: hue angle of 82.22º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C2FE5C is Cyan = 0.24, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 194 | 254 | 92 | - |
| CMYK | 0.24 | 0 | 0.64 | 0.00 |
| HSL | 82.22º | 0.99% | 0.68% | - |
| HSV(B) | 82.22º | 0.64% | 1% | - |
| XYZ | 59.62 | 83.13 | 23.03 | - |
| YUV | 217.59 | 57.12 | 111.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 254 | 92 | 0.24 | 0 | 0.64 | 0.00 | 82.22 | 0.99 | 0.68 |
| Hex | C2 | FE | 5C | 18 | 0 | 40 | 0 | 52 | 63 | 44 |
| Octal | 302 | 376 | 134 | 30 | 0 | 100 | 0 | 122 | 143 | 104 |
| Binary | 11000010 | 11111110 | 1011100 | 11000 | 0 | 1000000 | 0 | 1010010 | 1100011 | 1000100 |
Color Harmonies of #C2FE5C
Complementary color
Monochromatic Colors of #C2FE5C
Black with #C2FE5C
Text Example
Text Example
White with #C2FE5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FE5C; }
p { color: rgb(194,254,92); }
H1.HeaderClassName
{
color: #C2FE5C;
}
.AnyTagClassName
{
color: #C2FE5C;
}
</style>
background-color css
<style>
a { background-color: #C2FE5C; }
a { background-color: rgb(194,254,92); }
div.DivClassName
{
background-color: #C2FE5C;
}
.BgClassName
{
background-color: #C2FE5C;
}
</style>
border-color css
<style>
span { border-color: #C2FE5C; }
span { border-color: rgb(194,254,92); }
td.TdClassName
{
border-color: #C2FE5C;
}
.TagClassName
{
border-color: #C2FE5C;
}
</style>