Shades of Conifer #CCF350
Tints of Conifer #CCF350
RGB
CMYK
RGB Variations
Color information
#CCF350 (or 0xCCF350) is known color: Conifer. HEX triplet: CC, F3 and 50. RGB value is (204,243,80). Sum of RGB (Red+Green+Blue) = 204+243+80=527 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.71% from 527); Green value is 243 (95.31% from 255 or 46.11% from 527); Blue value is 80 (31.64% from 255 or 15.18% from 527); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF350 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF350 is #330CAF. Grayscale: #D5D5D5. Windows color (decimal): -3345584 or 5305292. OLE color: 5305292.
HSL color Cylindrical-coordinate representation of color #CCF350: hue angle of 74.36º degrees, saturation: 0.87, 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 #CCF350 is Cyan = 0.16, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 243 | 80 | - |
| CMYK | 0.16 | 0 | 0.67 | 0.05 |
| HSL | 74.36º | 0.87% | 0.63% | - |
| HSV(B) | 74.36º | 0.67% | 0.95% | - |
| XYZ | 58.4 | 77.52 | 19.47 | - |
| YUV | 212.76 | 53.08 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 243 | 80 | 0.16 | 0 | 0.67 | 0.05 | 74.36 | 0.87 | 0.63 |
| Hex | CC | F3 | 50 | 10 | 0 | 43 | 5 | 4A | 57 | 3F |
| Octal | 314 | 363 | 120 | 20 | 0 | 103 | 5 | 112 | 127 | 77 |
| Binary | 11001100 | 11110011 | 1010000 | 10000 | 0 | 1000011 | 101 | 1001010 | 1010111 | 111111 |
Color Harmonies of #CCF350
Complementary color
Monochromatic Colors of #CCF350
Black with #CCF350
Text Example
Text Example
White with #CCF350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF350; }
p { color: rgb(204,243,80); }
H1.HeaderClassName
{
color: #CCF350;
}
.AnyTagClassName
{
color: #CCF350;
}
</style>
background-color css
<style>
a { background-color: #CCF350; }
a { background-color: rgb(204,243,80); }
div.DivClassName
{
background-color: #CCF350;
}
.BgClassName
{
background-color: #CCF350;
}
</style>
border-color css
<style>
span { border-color: #CCF350; }
span { border-color: rgb(204,243,80); }
td.TdClassName
{
border-color: #CCF350;
}
.TagClassName
{
border-color: #CCF350;
}
</style>