Shades of Conifer #CCF14F
Tints of Conifer #CCF14F
RGB
CMYK
RGB Variations
Color information
#CCF14F (or 0xCCF14F) is known color: Conifer. HEX triplet: CC, F1 and 4F. RGB value is (204,241,79). Sum of RGB (Red+Green+Blue) = 204+241+79=524 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.93% from 524); Green value is 241 (94.53% from 255 or 45.99% from 524); Blue value is 79 (31.25% from 255 or 15.08% from 524); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF14F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF14F is #330EB0. Grayscale: #D4D4D4. Windows color (decimal): -3346097 or 5239244. OLE color: 5239244.
HSL color Cylindrical-coordinate representation of color #CCF14F: hue angle of 73.7º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CCF14F is Cyan = 0.15, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 241 | 79 | - |
| CMYK | 0.15 | 0 | 0.67 | 0.05 |
| HSL | 73.7º | 0.85% | 0.63% | - |
| HSV(B) | 73.7º | 0.67% | 0.95% | - |
| XYZ | 57.77 | 76.31 | 19.08 | - |
| YUV | 211.47 | 53.24 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 241 | 79 | 0.15 | 0 | 0.67 | 0.05 | 73.7 | 0.85 | 0.63 |
| Hex | CC | F1 | 4F | F | 0 | 43 | 5 | 4A | 55 | 3F |
| Octal | 314 | 361 | 117 | 17 | 0 | 103 | 5 | 112 | 125 | 77 |
| Binary | 11001100 | 11110001 | 1001111 | 1111 | 0 | 1000011 | 101 | 1001010 | 1010101 | 111111 |
Color Harmonies of #CCF14F
Complementary color
Monochromatic Colors of #CCF14F
Black with #CCF14F
Text Example
Text Example
White with #CCF14F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF14F; }
p { color: rgb(204,241,79); }
H1.HeaderClassName
{
color: #CCF14F;
}
.AnyTagClassName
{
color: #CCF14F;
}
</style>
background-color css
<style>
a { background-color: #CCF14F; }
a { background-color: rgb(204,241,79); }
div.DivClassName
{
background-color: #CCF14F;
}
.BgClassName
{
background-color: #CCF14F;
}
</style>
border-color css
<style>
span { border-color: #CCF14F; }
span { border-color: rgb(204,241,79); }
td.TdClassName
{
border-color: #CCF14F;
}
.TagClassName
{
border-color: #CCF14F;
}
</style>