Shades of Conifer #CCF250
Tints of Conifer #CCF250
RGB
CMYK
RGB Variations
Color information
#CCF250 (or 0xCCF250) is known color: Conifer. HEX triplet: CC, F2 and 50. RGB value is (204,242,80). Sum of RGB (Red+Green+Blue) = 204+242+80=526 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.78% from 526); Green value is 242 (94.92% from 255 or 46.01% from 526); Blue value is 80 (31.64% from 255 or 15.21% from 526); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF250 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF250 is #330DAF. Grayscale: #D4D4D4. Windows color (decimal): -3345840 or 5305036. OLE color: 5305036.
HSL color Cylindrical-coordinate representation of color #CCF250: hue angle of 74.07º degrees, saturation: 0.86, 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 #CCF250 is Cyan = 0.16, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 242 | 80 | - |
| CMYK | 0.16 | 0 | 0.67 | 0.05 |
| HSL | 74.07º | 0.86% | 0.63% | - |
| HSV(B) | 74.07º | 0.67% | 0.95% | - |
| XYZ | 58.1 | 76.92 | 19.37 | - |
| YUV | 212.17 | 53.41 | 122.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 242 | 80 | 0.16 | 0 | 0.67 | 0.05 | 74.07 | 0.86 | 0.63 |
| Hex | CC | F2 | 50 | 10 | 0 | 43 | 5 | 4A | 56 | 3F |
| Octal | 314 | 362 | 120 | 20 | 0 | 103 | 5 | 112 | 126 | 77 |
| Binary | 11001100 | 11110010 | 1010000 | 10000 | 0 | 1000011 | 101 | 1001010 | 1010110 | 111111 |
Color Harmonies of #CCF250
Complementary color
Monochromatic Colors of #CCF250
Black with #CCF250
Text Example
Text Example
White with #CCF250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF250; }
p { color: rgb(204,242,80); }
H1.HeaderClassName
{
color: #CCF250;
}
.AnyTagClassName
{
color: #CCF250;
}
</style>
background-color css
<style>
a { background-color: #CCF250; }
a { background-color: rgb(204,242,80); }
div.DivClassName
{
background-color: #CCF250;
}
.BgClassName
{
background-color: #CCF250;
}
</style>
border-color css
<style>
span { border-color: #CCF250; }
span { border-color: rgb(204,242,80); }
td.TdClassName
{
border-color: #CCF250;
}
.TagClassName
{
border-color: #CCF250;
}
</style>