Shades of Pear #CCF343
Tints of Pear #CCF343
RGB
CMYK
RGB Variations
Color information
#CCF343 (or 0xCCF343) is known color: Pear. HEX triplet: CC, F3 and 43. RGB value is (204,243,67). Sum of RGB (Red+Green+Blue) = 204+243+67=514 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.69% from 514); Green value is 243 (95.31% from 255 or 47.28% from 514); Blue value is 67 (26.56% from 255 or 13.04% from 514); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF343 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF343 is #330CBC. Grayscale: #D3D3D3. Windows color (decimal): -3345597 or 4453324. OLE color: 4453324.
HSL color Cylindrical-coordinate representation of color #CCF343: hue angle of 73.3º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CCF343 is Cyan = 0.16, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 243 | 67 | - |
| CMYK | 0.16 | 0 | 0.72 | 0.05 |
| HSL | 73.3º | 0.88% | 0.61% | - |
| HSV(B) | 73.3º | 0.72% | 0.95% | - |
| XYZ | 57.97 | 77.34 | 17.18 | - |
| YUV | 211.28 | 46.58 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 243 | 67 | 0.16 | 0 | 0.72 | 0.05 | 73.3 | 0.88 | 0.61 |
| Hex | CC | F3 | 43 | 10 | 0 | 48 | 5 | 49 | 58 | 3D |
| Octal | 314 | 363 | 103 | 20 | 0 | 110 | 5 | 111 | 130 | 75 |
| Binary | 11001100 | 11110011 | 1000011 | 10000 | 0 | 1001000 | 101 | 1001001 | 1011000 | 111101 |
Color Harmonies of #CCF343
Complementary color
Monochromatic Colors of #CCF343
Black with #CCF343
Text Example
Text Example
White with #CCF343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF343; }
p { color: rgb(204,243,67); }
H1.HeaderClassName
{
color: #CCF343;
}
.AnyTagClassName
{
color: #CCF343;
}
</style>
background-color css
<style>
a { background-color: #CCF343; }
a { background-color: rgb(204,243,67); }
div.DivClassName
{
background-color: #CCF343;
}
.BgClassName
{
background-color: #CCF343;
}
</style>
border-color css
<style>
span { border-color: #CCF343; }
span { border-color: rgb(204,243,67); }
td.TdClassName
{
border-color: #CCF343;
}
.TagClassName
{
border-color: #CCF343;
}
</style>