Shades of Conifer #C2E648
Tints of Conifer #C2E648
RGB
CMYK
RGB Variations
Color information
#C2E648 (or 0xC2E648) is known color: Conifer. HEX triplet: C2, E6 and 48. RGB value is (194,230,72). Sum of RGB (Red+Green+Blue) = 194+230+72=496 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.11% from 496); Green value is 230 (90.23% from 255 or 46.37% from 496); Blue value is 72 (28.52% from 255 or 14.52% from 496); Max value from RGB is 230 - color contains mainly: green. Hex color #C2E648 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2E648 is #3D19B7. Grayscale: #C9C9C9. Windows color (decimal): -4004280 or 4777666. OLE color: 4777666.
HSL color Cylindrical-coordinate representation of color #C2E648: hue angle of 73.67º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C2E648 is Cyan = 0.16, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 194 | 230 | 72 | - |
| CMYK | 0.16 | 0 | 0.69 | 0.10 |
| HSL | 73.67º | 0.76% | 0.59% | - |
| HSV(B) | 73.67º | 0.69% | 0.9% | - |
| XYZ | 51.71 | 68.53 | 16.63 | - |
| YUV | 201.22 | 55.07 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 230 | 72 | 0.16 | 0 | 0.69 | 0.10 | 73.67 | 0.76 | 0.59 |
| Hex | C2 | E6 | 48 | 10 | 0 | 45 | A | 4A | 4C | 3B |
| Octal | 302 | 346 | 110 | 20 | 0 | 105 | 12 | 112 | 114 | 73 |
| Binary | 11000010 | 11100110 | 1001000 | 10000 | 0 | 1000101 | 1010 | 1001010 | 1001100 | 111011 |
Color Harmonies of #C2E648
Complementary color
Monochromatic Colors of #C2E648
Black with #C2E648
Text Example
Text Example
White with #C2E648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E648; }
p { color: rgb(194,230,72); }
H1.HeaderClassName
{
color: #C2E648;
}
.AnyTagClassName
{
color: #C2E648;
}
</style>
background-color css
<style>
a { background-color: #C2E648; }
a { background-color: rgb(194,230,72); }
div.DivClassName
{
background-color: #C2E648;
}
.BgClassName
{
background-color: #C2E648;
}
</style>
border-color css
<style>
span { border-color: #C2E648; }
span { border-color: rgb(194,230,72); }
td.TdClassName
{
border-color: #C2E648;
}
.TagClassName
{
border-color: #C2E648;
}
</style>