Shades of Conifer #C6E64C
Tints of Conifer #C6E64C
RGB
CMYK
RGB Variations
Color information
#C6E64C (or 0xC6E64C) is known color: Conifer. HEX triplet: C6, E6 and 4C. RGB value is (198,230,76). Sum of RGB (Red+Green+Blue) = 198+230+76=504 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.29% from 504); Green value is 230 (90.23% from 255 or 45.63% from 504); Blue value is 76 (30.08% from 255 or 15.08% from 504); Max value from RGB is 230 - color contains mainly: green. Hex color #C6E64C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C6E64C is #3919B3. Grayscale: #CBCBCB. Windows color (decimal): -3742132 or 5039814. OLE color: 5039814.
HSL color Cylindrical-coordinate representation of color #C6E64C: hue angle of 72.47º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C6E64C is Cyan = 0.14, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 198 | 230 | 76 | - |
| CMYK | 0.14 | 0 | 0.67 | 0.10 |
| HSL | 72.47º | 0.75% | 0.6% | - |
| HSV(B) | 72.47º | 0.67% | 0.9% | - |
| XYZ | 52.89 | 69.12 | 17.39 | - |
| YUV | 202.88 | 56.4 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 230 | 76 | 0.14 | 0 | 0.67 | 0.10 | 72.47 | 0.75 | 0.6 |
| Hex | C6 | E6 | 4C | E | 0 | 43 | A | 48 | 4B | 3C |
| Octal | 306 | 346 | 114 | 16 | 0 | 103 | 12 | 110 | 113 | 74 |
| Binary | 11000110 | 11100110 | 1001100 | 1110 | 0 | 1000011 | 1010 | 1001000 | 1001011 | 111100 |
Color Harmonies of #C6E64C
Complementary color
Monochromatic Colors of #C6E64C
Black with #C6E64C
Text Example
Text Example
White with #C6E64C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6E64C; }
p { color: rgb(198,230,76); }
H1.HeaderClassName
{
color: #C6E64C;
}
.AnyTagClassName
{
color: #C6E64C;
}
</style>
background-color css
<style>
a { background-color: #C6E64C; }
a { background-color: rgb(198,230,76); }
div.DivClassName
{
background-color: #C6E64C;
}
.BgClassName
{
background-color: #C6E64C;
}
</style>
border-color css
<style>
span { border-color: #C6E64C; }
span { border-color: rgb(198,230,76); }
td.TdClassName
{
border-color: #C6E64C;
}
.TagClassName
{
border-color: #C6E64C;
}
</style>