Shades of Conifer #CCF94E
Tints of Conifer #CCF94E
RGB
CMYK
RGB Variations
Color information
#CCF94E (or 0xCCF94E) is known color: Conifer. HEX triplet: CC, F9 and 4E. RGB value is (204,249,78). Sum of RGB (Red+Green+Blue) = 204+249+78=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 249 (97.66% from 255 or 46.89% from 531); Blue value is 78 (30.86% from 255 or 14.69% from 531); Max value from RGB is 249 - color contains mainly: green. Hex color #CCF94E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF94E is #3306B1. Grayscale: #D8D8D8. Windows color (decimal): -3344050 or 5175756. OLE color: 5175756.
HSL color Cylindrical-coordinate representation of color #CCF94E: hue angle of 75.79º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CCF94E is Cyan = 0.18, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 249 | 78 | - |
| CMYK | 0.18 | 0 | 0.69 | 0.02 |
| HSL | 75.79º | 0.93% | 0.64% | - |
| HSV(B) | 75.79º | 0.69% | 0.98% | - |
| XYZ | 60.15 | 81.14 | 19.7 | - |
| YUV | 216.05 | 50.09 | 119.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 249 | 78 | 0.18 | 0 | 0.69 | 0.02 | 75.79 | 0.93 | 0.64 |
| Hex | CC | F9 | 4E | 12 | 0 | 45 | 2 | 4C | 5D | 40 |
| Octal | 314 | 371 | 116 | 22 | 0 | 105 | 2 | 114 | 135 | 100 |
| Binary | 11001100 | 11111001 | 1001110 | 10010 | 0 | 1000101 | 10 | 1001100 | 1011101 | 1000000 |
Color Harmonies of #CCF94E
Complementary color
Monochromatic Colors of #CCF94E
Black with #CCF94E
Text Example
Text Example
White with #CCF94E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF94E; }
p { color: rgb(204,249,78); }
H1.HeaderClassName
{
color: #CCF94E;
}
.AnyTagClassName
{
color: #CCF94E;
}
</style>
background-color css
<style>
a { background-color: #CCF94E; }
a { background-color: rgb(204,249,78); }
div.DivClassName
{
background-color: #CCF94E;
}
.BgClassName
{
background-color: #CCF94E;
}
</style>
border-color css
<style>
span { border-color: #CCF94E; }
span { border-color: rgb(204,249,78); }
td.TdClassName
{
border-color: #CCF94E;
}
.TagClassName
{
border-color: #CCF94E;
}
</style>