Shades of Conifer #CCF150
Tints of Conifer #CCF150
RGB
CMYK
RGB Variations
Color information
#CCF150 (or 0xCCF150) is known color: Conifer. HEX triplet: CC, F1 and 50. RGB value is (204,241,80). Sum of RGB (Red+Green+Blue) = 204+241+80=525 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.86% from 525); Green value is 241 (94.53% from 255 or 45.90% from 525); Blue value is 80 (31.64% from 255 or 15.24% from 525); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF150 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF150 is #330EAF. Grayscale: #D4D4D4. Windows color (decimal): -3346096 or 5304780. OLE color: 5304780.
HSL color Cylindrical-coordinate representation of color #CCF150: hue angle of 73.79º 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 #CCF150 is Cyan = 0.15, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 241 | 80 | - |
| CMYK | 0.15 | 0 | 0.67 | 0.05 |
| HSL | 73.79º | 0.85% | 0.63% | - |
| HSV(B) | 73.79º | 0.67% | 0.95% | - |
| XYZ | 57.81 | 76.33 | 19.28 | - |
| YUV | 211.58 | 53.74 | 122.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 241 | 80 | 0.15 | 0 | 0.67 | 0.05 | 73.79 | 0.85 | 0.63 |
| Hex | CC | F1 | 50 | F | 0 | 43 | 5 | 4A | 55 | 3F |
| Octal | 314 | 361 | 120 | 17 | 0 | 103 | 5 | 112 | 125 | 77 |
| Binary | 11001100 | 11110001 | 1010000 | 1111 | 0 | 1000011 | 101 | 1001010 | 1010101 | 111111 |
Color Harmonies of #CCF150
Complementary color
Monochromatic Colors of #CCF150
Black with #CCF150
Text Example
Text Example
White with #CCF150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF150; }
p { color: rgb(204,241,80); }
H1.HeaderClassName
{
color: #CCF150;
}
.AnyTagClassName
{
color: #CCF150;
}
</style>
background-color css
<style>
a { background-color: #CCF150; }
a { background-color: rgb(204,241,80); }
div.DivClassName
{
background-color: #CCF150;
}
.BgClassName
{
background-color: #CCF150;
}
</style>
border-color css
<style>
span { border-color: #CCF150; }
span { border-color: rgb(204,241,80); }
td.TdClassName
{
border-color: #CCF150;
}
.TagClassName
{
border-color: #CCF150;
}
</style>