Shades of Conifer #C2F44B
Tints of Conifer #C2F44B
RGB
CMYK
RGB Variations
Color information
#C2F44B (or 0xC2F44B) is known color: Conifer. HEX triplet: C2, F4 and 4B. RGB value is (194,244,75). Sum of RGB (Red+Green+Blue) = 194+244+75=513 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.82% from 513); Green value is 244 (95.70% from 255 or 47.56% from 513); Blue value is 75 (29.69% from 255 or 14.62% from 513); Max value from RGB is 244 - color contains mainly: green. Hex color #C2F44B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2F44B is #3D0BB4. Grayscale: #D2D2D2. Windows color (decimal): -4000693 or 4977858. OLE color: 4977858.
HSL color Cylindrical-coordinate representation of color #C2F44B: hue angle of 77.75º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C2F44B is Cyan = 0.20, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 194 | 244 | 75 | - |
| CMYK | 0.20 | 0 | 0.69 | 0.04 |
| HSL | 77.75º | 0.88% | 0.63% | - |
| HSV(B) | 77.75º | 0.69% | 0.96% | - |
| XYZ | 55.87 | 76.68 | 18.51 | - |
| YUV | 209.78 | 51.94 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 244 | 75 | 0.20 | 0 | 0.69 | 0.04 | 77.75 | 0.88 | 0.63 |
| Hex | C2 | F4 | 4B | 14 | 0 | 45 | 4 | 4E | 58 | 3F |
| Octal | 302 | 364 | 113 | 24 | 0 | 105 | 4 | 116 | 130 | 77 |
| Binary | 11000010 | 11110100 | 1001011 | 10100 | 0 | 1000101 | 100 | 1001110 | 1011000 | 111111 |
Color Harmonies of #C2F44B
Complementary color
Monochromatic Colors of #C2F44B
Black with #C2F44B
Text Example
Text Example
White with #C2F44B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F44B; }
p { color: rgb(194,244,75); }
H1.HeaderClassName
{
color: #C2F44B;
}
.AnyTagClassName
{
color: #C2F44B;
}
</style>
background-color css
<style>
a { background-color: #C2F44B; }
a { background-color: rgb(194,244,75); }
div.DivClassName
{
background-color: #C2F44B;
}
.BgClassName
{
background-color: #C2F44B;
}
</style>
border-color css
<style>
span { border-color: #C2F44B; }
span { border-color: rgb(194,244,75); }
td.TdClassName
{
border-color: #C2F44B;
}
.TagClassName
{
border-color: #C2F44B;
}
</style>