Shades of Pear #CCF149
Tints of Pear #CCF149
RGB
CMYK
RGB Variations
Color information
#CCF149 (or 0xCCF149) is known color: Pear. HEX triplet: CC, F1 and 49. RGB value is (204,241,73). Sum of RGB (Red+Green+Blue) = 204+241+73=518 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.38% from 518); Green value is 241 (94.53% from 255 or 46.53% from 518); Blue value is 73 (28.91% from 255 or 14.09% from 518); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF149 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF149 is #330EB6. Grayscale: #D3D3D3. Windows color (decimal): -3346103 or 4846028. OLE color: 4846028.
HSL color Cylindrical-coordinate representation of color #CCF149: hue angle of 73.21º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CCF149 is Cyan = 0.15, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 241 | 73 | - |
| CMYK | 0.15 | 0 | 0.70 | 0.05 |
| HSL | 73.21º | 0.86% | 0.62% | - |
| HSV(B) | 73.21º | 0.7% | 0.95% | - |
| XYZ | 57.56 | 76.23 | 17.98 | - |
| YUV | 210.79 | 50.24 | 123.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 241 | 73 | 0.15 | 0 | 0.70 | 0.05 | 73.21 | 0.86 | 0.62 |
| Hex | CC | F1 | 49 | F | 0 | 46 | 5 | 49 | 56 | 3E |
| Octal | 314 | 361 | 111 | 17 | 0 | 106 | 5 | 111 | 126 | 76 |
| Binary | 11001100 | 11110001 | 1001001 | 1111 | 0 | 1000110 | 101 | 1001001 | 1010110 | 111110 |
Color Harmonies of #CCF149
Complementary color
Monochromatic Colors of #CCF149
Black with #CCF149
Text Example
Text Example
White with #CCF149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF149; }
p { color: rgb(204,241,73); }
H1.HeaderClassName
{
color: #CCF149;
}
.AnyTagClassName
{
color: #CCF149;
}
</style>
background-color css
<style>
a { background-color: #CCF149; }
a { background-color: rgb(204,241,73); }
div.DivClassName
{
background-color: #CCF149;
}
.BgClassName
{
background-color: #CCF149;
}
</style>
border-color css
<style>
span { border-color: #CCF149; }
span { border-color: rgb(204,241,73); }
td.TdClassName
{
border-color: #CCF149;
}
.TagClassName
{
border-color: #CCF149;
}
</style>