Shades of Conifer #CCF74E
Tints of Conifer #CCF74E
RGB
CMYK
RGB Variations
Color information
#CCF74E (or 0xCCF74E) is known color: Conifer. HEX triplet: CC, F7 and 4E. RGB value is (204,247,78). Sum of RGB (Red+Green+Blue) = 204+247+78=529 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.56% from 529); Green value is 247 (96.88% from 255 or 46.69% from 529); Blue value is 78 (30.86% from 255 or 14.74% from 529); Max value from RGB is 247 - color contains mainly: green. Hex color #CCF74E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF74E is #3308B1. Grayscale: #D7D7D7. Windows color (decimal): -3344562 or 5175244. OLE color: 5175244.
HSL color Cylindrical-coordinate representation of color #CCF74E: hue angle of 75.27º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CCF74E is Cyan = 0.17, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 204 | 247 | 78 | - |
| CMYK | 0.17 | 0 | 0.68 | 0.03 |
| HSL | 75.27º | 0.91% | 0.64% | - |
| HSV(B) | 75.27º | 0.68% | 0.97% | - |
| XYZ | 59.54 | 79.91 | 19.49 | - |
| YUV | 214.88 | 50.75 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 247 | 78 | 0.17 | 0 | 0.68 | 0.03 | 75.27 | 0.91 | 0.64 |
| Hex | CC | F7 | 4E | 11 | 0 | 44 | 3 | 4B | 5B | 40 |
| Octal | 314 | 367 | 116 | 21 | 0 | 104 | 3 | 113 | 133 | 100 |
| Binary | 11001100 | 11110111 | 1001110 | 10001 | 0 | 1000100 | 11 | 1001011 | 1011011 | 1000000 |
Color Harmonies of #CCF74E
Complementary color
Monochromatic Colors of #CCF74E
Black with #CCF74E
Text Example
Text Example
White with #CCF74E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF74E; }
p { color: rgb(204,247,78); }
H1.HeaderClassName
{
color: #CCF74E;
}
.AnyTagClassName
{
color: #CCF74E;
}
</style>
background-color css
<style>
a { background-color: #CCF74E; }
a { background-color: rgb(204,247,78); }
div.DivClassName
{
background-color: #CCF74E;
}
.BgClassName
{
background-color: #CCF74E;
}
</style>
border-color css
<style>
span { border-color: #CCF74E; }
span { border-color: rgb(204,247,78); }
td.TdClassName
{
border-color: #CCF74E;
}
.TagClassName
{
border-color: #CCF74E;
}
</style>