Shades of Conifer #CCF550
Tints of Conifer #CCF550
RGB
CMYK
RGB Variations
Color information
#CCF550 (or 0xCCF550) is known color: Conifer. HEX triplet: CC, F5 and 50. RGB value is (204,245,80). Sum of RGB (Red+Green+Blue) = 204+245+80=529 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.56% from 529); Green value is 245 (96.09% from 255 or 46.31% from 529); Blue value is 80 (31.64% from 255 or 15.12% from 529); Max value from RGB is 245 - color contains mainly: green. Hex color #CCF550 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF550 is #330AAF. Grayscale: #D6D6D6. Windows color (decimal): -3345072 or 5305804. OLE color: 5305804.
HSL color Cylindrical-coordinate representation of color #CCF550: hue angle of 74.91º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CCF550 is Cyan = 0.17, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 245 | 80 | - |
| CMYK | 0.17 | 0 | 0.67 | 0.04 |
| HSL | 74.91º | 0.89% | 0.64% | - |
| HSV(B) | 74.91º | 0.67% | 0.96% | - |
| XYZ | 59 | 78.72 | 19.67 | - |
| YUV | 213.93 | 52.42 | 120.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 245 | 80 | 0.17 | 0 | 0.67 | 0.04 | 74.91 | 0.89 | 0.64 |
| Hex | CC | F5 | 50 | 11 | 0 | 43 | 4 | 4B | 59 | 40 |
| Octal | 314 | 365 | 120 | 21 | 0 | 103 | 4 | 113 | 131 | 100 |
| Binary | 11001100 | 11110101 | 1010000 | 10001 | 0 | 1000011 | 100 | 1001011 | 1011001 | 1000000 |
Color Harmonies of #CCF550
Complementary color
Monochromatic Colors of #CCF550
Black with #CCF550
Text Example
Text Example
White with #CCF550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF550; }
p { color: rgb(204,245,80); }
H1.HeaderClassName
{
color: #CCF550;
}
.AnyTagClassName
{
color: #CCF550;
}
</style>
background-color css
<style>
a { background-color: #CCF550; }
a { background-color: rgb(204,245,80); }
div.DivClassName
{
background-color: #CCF550;
}
.BgClassName
{
background-color: #CCF550;
}
</style>
border-color css
<style>
span { border-color: #CCF550; }
span { border-color: rgb(204,245,80); }
td.TdClassName
{
border-color: #CCF550;
}
.TagClassName
{
border-color: #CCF550;
}
</style>