Shades of Conifer #C2F75B
Tints of Conifer #C2F75B
RGB
CMYK
RGB Variations
Color information
#C2F75B (or 0xC2F75B) is known color: Conifer. HEX triplet: C2, F7 and 5B. RGB value is (194,247,91). Sum of RGB (Red+Green+Blue) = 194+247+91=532 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.47% from 532); Green value is 247 (96.88% from 255 or 46.43% from 532); Blue value is 91 (35.94% from 255 or 17.11% from 532); Max value from RGB is 247 - color contains mainly: green. Hex color #C2F75B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2F75B is #3D08A4. Grayscale: #D5D5D5. Windows color (decimal): -3999909 or 6027202. OLE color: 6027202.
HSL color Cylindrical-coordinate representation of color #C2F75B: hue angle of 80.38º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C2F75B is Cyan = 0.21, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 194 | 247 | 91 | - |
| CMYK | 0.21 | 0 | 0.63 | 0.03 |
| HSL | 80.38º | 0.91% | 0.66% | - |
| HSV(B) | 80.38º | 0.63% | 0.97% | - |
| XYZ | 57.4 | 78.75 | 22.07 | - |
| YUV | 213.37 | 58.94 | 114.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 247 | 91 | 0.21 | 0 | 0.63 | 0.03 | 80.38 | 0.91 | 0.66 |
| Hex | C2 | F7 | 5B | 15 | 0 | 3F | 3 | 50 | 5B | 42 |
| Octal | 302 | 367 | 133 | 25 | 0 | 77 | 3 | 120 | 133 | 102 |
| Binary | 11000010 | 11110111 | 1011011 | 10101 | 0 | 111111 | 11 | 1010000 | 1011011 | 1000010 |
Color Harmonies of #C2F75B
Complementary color
Monochromatic Colors of #C2F75B
Black with #C2F75B
Text Example
Text Example
White with #C2F75B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F75B; }
p { color: rgb(194,247,91); }
H1.HeaderClassName
{
color: #C2F75B;
}
.AnyTagClassName
{
color: #C2F75B;
}
</style>
background-color css
<style>
a { background-color: #C2F75B; }
a { background-color: rgb(194,247,91); }
div.DivClassName
{
background-color: #C2F75B;
}
.BgClassName
{
background-color: #C2F75B;
}
</style>
border-color css
<style>
span { border-color: #C2F75B; }
span { border-color: rgb(194,247,91); }
td.TdClassName
{
border-color: #C2F75B;
}
.TagClassName
{
border-color: #C2F75B;
}
</style>