Shades of Conifer #C2F15A
Tints of Conifer #C2F15A
RGB
CMYK
RGB Variations
Color information
#C2F15A (or 0xC2F15A) is known color: Conifer. HEX triplet: C2, F1 and 5A. RGB value is (194,241,90). Sum of RGB (Red+Green+Blue) = 194+241+90=525 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.95% from 525); Green value is 241 (94.53% from 255 or 45.90% from 525); Blue value is 90 (35.55% from 255 or 17.14% from 525); Max value from RGB is 241 - color contains mainly: green. Hex color #C2F15A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2F15A is #3D0EA5. Grayscale: #D2D2D2. Windows color (decimal): -4001446 or 5960130. OLE color: 5960130.
HSL color Cylindrical-coordinate representation of color #C2F15A: hue angle of 78.68º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C2F15A is Cyan = 0.20, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 241 | 90 | - |
| CMYK | 0.20 | 0 | 0.63 | 0.05 |
| HSL | 78.68º | 0.84% | 0.65% | - |
| HSV(B) | 78.68º | 0.63% | 0.95% | - |
| XYZ | 55.55 | 75.12 | 21.24 | - |
| YUV | 209.73 | 60.43 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 241 | 90 | 0.20 | 0 | 0.63 | 0.05 | 78.68 | 0.84 | 0.65 |
| Hex | C2 | F1 | 5A | 14 | 0 | 3F | 5 | 4F | 54 | 41 |
| Octal | 302 | 361 | 132 | 24 | 0 | 77 | 5 | 117 | 124 | 101 |
| Binary | 11000010 | 11110001 | 1011010 | 10100 | 0 | 111111 | 101 | 1001111 | 1010100 | 1000001 |
Color Harmonies of #C2F15A
Complementary color
Monochromatic Colors of #C2F15A
Black with #C2F15A
Text Example
Text Example
White with #C2F15A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F15A; }
p { color: rgb(194,241,90); }
H1.HeaderClassName
{
color: #C2F15A;
}
.AnyTagClassName
{
color: #C2F15A;
}
</style>
background-color css
<style>
a { background-color: #C2F15A; }
a { background-color: rgb(194,241,90); }
div.DivClassName
{
background-color: #C2F15A;
}
.BgClassName
{
background-color: #C2F15A;
}
</style>
border-color css
<style>
span { border-color: #C2F15A; }
span { border-color: rgb(194,241,90); }
td.TdClassName
{
border-color: #C2F15A;
}
.TagClassName
{
border-color: #C2F15A;
}
</style>