Shades of Pear #CCF843
Tints of Pear #CCF843
RGB
CMYK
RGB Variations
Color information
#CCF843 (or 0xCCF843) is known color: Pear. HEX triplet: CC, F8 and 43. RGB value is (204,248,67). Sum of RGB (Red+Green+Blue) = 204+248+67=519 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.31% from 519); Green value is 248 (97.27% from 255 or 47.78% from 519); Blue value is 67 (26.56% from 255 or 12.91% from 519); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF843 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF843 is #3307BC. Grayscale: #D6D6D6. Windows color (decimal): -3344317 or 4454604. OLE color: 4454604.
HSL color Cylindrical-coordinate representation of color #CCF843: hue angle of 74.59º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CCF843 is Cyan = 0.18, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 204 | 248 | 67 | - |
| CMYK | 0.18 | 0 | 0.73 | 0.03 |
| HSL | 74.59º | 0.93% | 0.62% | - |
| HSV(B) | 74.59º | 0.73% | 0.97% | - |
| XYZ | 59.48 | 80.38 | 17.69 | - |
| YUV | 214.21 | 44.92 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 248 | 67 | 0.18 | 0 | 0.73 | 0.03 | 74.59 | 0.93 | 0.62 |
| Hex | CC | F8 | 43 | 12 | 0 | 49 | 3 | 4B | 5D | 3E |
| Octal | 314 | 370 | 103 | 22 | 0 | 111 | 3 | 113 | 135 | 76 |
| Binary | 11001100 | 11111000 | 1000011 | 10010 | 0 | 1001001 | 11 | 1001011 | 1011101 | 111110 |
Color Harmonies of #CCF843
Complementary color
Monochromatic Colors of #CCF843
Black with #CCF843
Text Example
Text Example
White with #CCF843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF843; }
p { color: rgb(204,248,67); }
H1.HeaderClassName
{
color: #CCF843;
}
.AnyTagClassName
{
color: #CCF843;
}
</style>
background-color css
<style>
a { background-color: #CCF843; }
a { background-color: rgb(204,248,67); }
div.DivClassName
{
background-color: #CCF843;
}
.BgClassName
{
background-color: #CCF843;
}
</style>
border-color css
<style>
span { border-color: #CCF843; }
span { border-color: rgb(204,248,67); }
td.TdClassName
{
border-color: #CCF843;
}
.TagClassName
{
border-color: #CCF843;
}
</style>