Shades of Conifer #C2FD57
Tints of Conifer #C2FD57
RGB
CMYK
RGB Variations
Color information
#C2FD57 (or 0xC2FD57) is known color: Conifer. HEX triplet: C2, FD and 57. RGB value is (194,253,87). Sum of RGB (Red+Green+Blue) = 194+253+87=534 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.33% from 534); Green value is 253 (99.22% from 255 or 47.38% from 534); Blue value is 87 (34.38% from 255 or 16.29% from 534); Max value from RGB is 253 - color contains mainly: green. Hex color #C2FD57 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2FD57 is #3D02A8. Grayscale: #D9D9D9. Windows color (decimal): -3998377 or 5766594. OLE color: 5766594.
HSL color Cylindrical-coordinate representation of color #C2FD57: hue angle of 81.33º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C2FD57 is Cyan = 0.23, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 253 | 87 | - |
| CMYK | 0.23 | 0 | 0.66 | 0.01 |
| HSL | 81.33º | 0.98% | 0.67% | - |
| HSV(B) | 81.33º | 0.66% | 0.99% | - |
| XYZ | 59.09 | 82.41 | 21.81 | - |
| YUV | 216.44 | 54.95 | 112 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 253 | 87 | 0.23 | 0 | 0.66 | 0.01 | 81.33 | 0.98 | 0.67 |
| Hex | C2 | FD | 57 | 17 | 0 | 42 | 1 | 51 | 62 | 43 |
| Octal | 302 | 375 | 127 | 27 | 0 | 102 | 1 | 121 | 142 | 103 |
| Binary | 11000010 | 11111101 | 1010111 | 10111 | 0 | 1000010 | 1 | 1010001 | 1100010 | 1000011 |
Color Harmonies of #C2FD57
Complementary color
Monochromatic Colors of #C2FD57
Black with #C2FD57
Text Example
Text Example
White with #C2FD57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FD57; }
p { color: rgb(194,253,87); }
H1.HeaderClassName
{
color: #C2FD57;
}
.AnyTagClassName
{
color: #C2FD57;
}
</style>
background-color css
<style>
a { background-color: #C2FD57; }
a { background-color: rgb(194,253,87); }
div.DivClassName
{
background-color: #C2FD57;
}
.BgClassName
{
background-color: #C2FD57;
}
</style>
border-color css
<style>
span { border-color: #C2FD57; }
span { border-color: rgb(194,253,87); }
td.TdClassName
{
border-color: #C2FD57;
}
.TagClassName
{
border-color: #C2FD57;
}
</style>