Shades of Pear #CCF346
Tints of Pear #CCF346
RGB
CMYK
RGB Variations
Color information
#CCF346 (or 0xCCF346) is known color: Pear. HEX triplet: CC, F3 and 46. RGB value is (204,243,70). Sum of RGB (Red+Green+Blue) = 204+243+70=517 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.46% from 517); Green value is 243 (95.31% from 255 or 47.00% from 517); Blue value is 70 (27.73% from 255 or 13.54% from 517); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF346 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF346 is #330CB9. Grayscale: #D4D4D4. Windows color (decimal): -3345594 or 4649932. OLE color: 4649932.
HSL color Cylindrical-coordinate representation of color #CCF346: hue angle of 73.53º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CCF346 is Cyan = 0.16, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 243 | 70 | - |
| CMYK | 0.16 | 0 | 0.71 | 0.05 |
| HSL | 73.53º | 0.88% | 0.61% | - |
| HSV(B) | 73.53º | 0.71% | 0.95% | - |
| XYZ | 58.06 | 77.38 | 17.67 | - |
| YUV | 211.62 | 48.08 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 243 | 70 | 0.16 | 0 | 0.71 | 0.05 | 73.53 | 0.88 | 0.61 |
| Hex | CC | F3 | 46 | 10 | 0 | 47 | 5 | 4A | 58 | 3D |
| Octal | 314 | 363 | 106 | 20 | 0 | 107 | 5 | 112 | 130 | 75 |
| Binary | 11001100 | 11110011 | 1000110 | 10000 | 0 | 1000111 | 101 | 1001010 | 1011000 | 111101 |
Color Harmonies of #CCF346
Complementary color
Monochromatic Colors of #CCF346
Black with #CCF346
Text Example
Text Example
White with #CCF346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF346; }
p { color: rgb(204,243,70); }
H1.HeaderClassName
{
color: #CCF346;
}
.AnyTagClassName
{
color: #CCF346;
}
</style>
background-color css
<style>
a { background-color: #CCF346; }
a { background-color: rgb(204,243,70); }
div.DivClassName
{
background-color: #CCF346;
}
.BgClassName
{
background-color: #CCF346;
}
</style>
border-color css
<style>
span { border-color: #CCF346; }
span { border-color: rgb(204,243,70); }
td.TdClassName
{
border-color: #CCF346;
}
.TagClassName
{
border-color: #CCF346;
}
</style>