Shades of Conifer #CCF050
Tints of Conifer #CCF050
RGB
CMYK
RGB Variations
Color information
#CCF050 (or 0xCCF050) is known color: Conifer. HEX triplet: CC, F0 and 50. RGB value is (204,240,80). Sum of RGB (Red+Green+Blue) = 204+240+80=524 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.93% from 524); Green value is 240 (94.14% from 255 or 45.80% from 524); Blue value is 80 (31.64% from 255 or 15.27% from 524); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF050 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF050 is #330FAF. Grayscale: #D3D3D3. Windows color (decimal): -3346352 or 5304524. OLE color: 5304524.
HSL color Cylindrical-coordinate representation of color #CCF050: hue angle of 73.5º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CCF050 is Cyan = 0.15, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 240 | 80 | - |
| CMYK | 0.15 | 0 | 0.67 | 0.06 |
| HSL | 73.5º | 0.84% | 0.63% | - |
| HSV(B) | 73.5º | 0.67% | 0.94% | - |
| XYZ | 57.51 | 75.74 | 19.18 | - |
| YUV | 211 | 54.07 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 240 | 80 | 0.15 | 0 | 0.67 | 0.06 | 73.5 | 0.84 | 0.63 |
| Hex | CC | F0 | 50 | F | 0 | 43 | 6 | 4A | 54 | 3F |
| Octal | 314 | 360 | 120 | 17 | 0 | 103 | 6 | 112 | 124 | 77 |
| Binary | 11001100 | 11110000 | 1010000 | 1111 | 0 | 1000011 | 110 | 1001010 | 1010100 | 111111 |
Color Harmonies of #CCF050
Complementary color
Monochromatic Colors of #CCF050
Black with #CCF050
Text Example
Text Example
White with #CCF050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF050; }
p { color: rgb(204,240,80); }
H1.HeaderClassName
{
color: #CCF050;
}
.AnyTagClassName
{
color: #CCF050;
}
</style>
background-color css
<style>
a { background-color: #CCF050; }
a { background-color: rgb(204,240,80); }
div.DivClassName
{
background-color: #CCF050;
}
.BgClassName
{
background-color: #CCF050;
}
</style>
border-color css
<style>
span { border-color: #CCF050; }
span { border-color: rgb(204,240,80); }
td.TdClassName
{
border-color: #CCF050;
}
.TagClassName
{
border-color: #CCF050;
}
</style>