Shades of Pear #CCF347
Tints of Pear #CCF347
RGB
CMYK
RGB Variations
Color information
#CCF347 (or 0xCCF347) is known color: Pear. HEX triplet: CC, F3 and 47. RGB value is (204,243,71). Sum of RGB (Red+Green+Blue) = 204+243+71=518 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.38% from 518); Green value is 243 (95.31% from 255 or 46.91% from 518); Blue value is 71 (28.12% from 255 or 13.71% from 518); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF347 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF347 is #330CB8. Grayscale: #D4D4D4. Windows color (decimal): -3345593 or 4715468. OLE color: 4715468.
HSL color Cylindrical-coordinate representation of color #CCF347: hue angle of 73.6º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CCF347 is Cyan = 0.16, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 243 | 71 | - |
| CMYK | 0.16 | 0 | 0.71 | 0.05 |
| HSL | 73.6º | 0.88% | 0.62% | - |
| HSV(B) | 73.6º | 0.71% | 0.95% | - |
| XYZ | 58.09 | 77.39 | 17.84 | - |
| YUV | 211.73 | 48.58 | 122.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 243 | 71 | 0.16 | 0 | 0.71 | 0.05 | 73.6 | 0.88 | 0.62 |
| Hex | CC | F3 | 47 | 10 | 0 | 47 | 5 | 4A | 58 | 3E |
| Octal | 314 | 363 | 107 | 20 | 0 | 107 | 5 | 112 | 130 | 76 |
| Binary | 11001100 | 11110011 | 1000111 | 10000 | 0 | 1000111 | 101 | 1001010 | 1011000 | 111110 |
Color Harmonies of #CCF347
Complementary color
Monochromatic Colors of #CCF347
Black with #CCF347
Text Example
Text Example
White with #CCF347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF347; }
p { color: rgb(204,243,71); }
H1.HeaderClassName
{
color: #CCF347;
}
.AnyTagClassName
{
color: #CCF347;
}
</style>
background-color css
<style>
a { background-color: #CCF347; }
a { background-color: rgb(204,243,71); }
div.DivClassName
{
background-color: #CCF347;
}
.BgClassName
{
background-color: #CCF347;
}
</style>
border-color css
<style>
span { border-color: #CCF347; }
span { border-color: rgb(204,243,71); }
td.TdClassName
{
border-color: #CCF347;
}
.TagClassName
{
border-color: #CCF347;
}
</style>