Shades of Conifer #C2FD5B
Tints of Conifer #C2FD5B
RGB
CMYK
RGB Variations
Color information
#C2FD5B (or 0xC2FD5B) is known color: Conifer. HEX triplet: C2, FD and 5B. RGB value is (194,253,91). Sum of RGB (Red+Green+Blue) = 194+253+91=538 (71% of max value = 765). Red value is 194 (76.17% from 255 or 36.06% from 538); Green value is 253 (99.22% from 255 or 47.03% from 538); Blue value is 91 (35.94% from 255 or 16.91% from 538); Max value from RGB is 253 - color contains mainly: green. Hex color #C2FD5B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2FD5B is #3D02A4. Grayscale: #D9D9D9. Windows color (decimal): -3998373 or 6028738. OLE color: 6028738.
HSL color Cylindrical-coordinate representation of color #C2FD5B: hue angle of 81.85º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C2FD5B is Cyan = 0.23, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 253 | 91 | - |
| CMYK | 0.23 | 0 | 0.64 | 0.01 |
| HSL | 81.85º | 0.98% | 0.67% | - |
| HSV(B) | 81.85º | 0.64% | 0.99% | - |
| XYZ | 59.26 | 82.48 | 22.69 | - |
| YUV | 216.89 | 56.95 | 111.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 253 | 91 | 0.23 | 0 | 0.64 | 0.01 | 81.85 | 0.98 | 0.67 |
| Hex | C2 | FD | 5B | 17 | 0 | 40 | 1 | 52 | 62 | 43 |
| Octal | 302 | 375 | 133 | 27 | 0 | 100 | 1 | 122 | 142 | 103 |
| Binary | 11000010 | 11111101 | 1011011 | 10111 | 0 | 1000000 | 1 | 1010010 | 1100010 | 1000011 |
Color Harmonies of #C2FD5B
Complementary color
Monochromatic Colors of #C2FD5B
Black with #C2FD5B
Text Example
Text Example
White with #C2FD5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FD5B; }
p { color: rgb(194,253,91); }
H1.HeaderClassName
{
color: #C2FD5B;
}
.AnyTagClassName
{
color: #C2FD5B;
}
</style>
background-color css
<style>
a { background-color: #C2FD5B; }
a { background-color: rgb(194,253,91); }
div.DivClassName
{
background-color: #C2FD5B;
}
.BgClassName
{
background-color: #C2FD5B;
}
</style>
border-color css
<style>
span { border-color: #C2FD5B; }
span { border-color: rgb(194,253,91); }
td.TdClassName
{
border-color: #C2FD5B;
}
.TagClassName
{
border-color: #C2FD5B;
}
</style>