Shades of Conifer #C2FB52
Tints of Conifer #C2FB52
RGB
CMYK
RGB Variations
Color information
#C2FB52 (or 0xC2FB52) is known color: Conifer. HEX triplet: C2, FB and 52. RGB value is (194,251,82). Sum of RGB (Red+Green+Blue) = 194+251+82=527 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.81% from 527); Green value is 251 (98.44% from 255 or 47.63% from 527); Blue value is 82 (32.42% from 255 or 15.56% from 527); Max value from RGB is 251 - color contains mainly: green. Hex color #C2FB52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2FB52 is #3D04AD. Grayscale: #D7D7D7. Windows color (decimal): -3998894 or 5438402. OLE color: 5438402.
HSL color Cylindrical-coordinate representation of color #C2FB52: hue angle of 80.24º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C2FB52 is Cyan = 0.23, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 251 | 82 | - |
| CMYK | 0.23 | 0 | 0.67 | 0.02 |
| HSL | 80.24º | 0.95% | 0.65% | - |
| HSV(B) | 80.24º | 0.67% | 0.98% | - |
| XYZ | 58.27 | 81.07 | 20.56 | - |
| YUV | 214.69 | 53.12 | 113.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 251 | 82 | 0.23 | 0 | 0.67 | 0.02 | 80.24 | 0.95 | 0.65 |
| Hex | C2 | FB | 52 | 17 | 0 | 43 | 2 | 50 | 5F | 41 |
| Octal | 302 | 373 | 122 | 27 | 0 | 103 | 2 | 120 | 137 | 101 |
| Binary | 11000010 | 11111011 | 1010010 | 10111 | 0 | 1000011 | 10 | 1010000 | 1011111 | 1000001 |
Color Harmonies of #C2FB52
Complementary color
Monochromatic Colors of #C2FB52
Black with #C2FB52
Text Example
Text Example
White with #C2FB52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FB52; }
p { color: rgb(194,251,82); }
H1.HeaderClassName
{
color: #C2FB52;
}
.AnyTagClassName
{
color: #C2FB52;
}
</style>
background-color css
<style>
a { background-color: #C2FB52; }
a { background-color: rgb(194,251,82); }
div.DivClassName
{
background-color: #C2FB52;
}
.BgClassName
{
background-color: #C2FB52;
}
</style>
border-color css
<style>
span { border-color: #C2FB52; }
span { border-color: rgb(194,251,82); }
td.TdClassName
{
border-color: #C2FB52;
}
.TagClassName
{
border-color: #C2FB52;
}
</style>