Shades of Pear #CCF732
Tints of Pear #CCF732
RGB
CMYK
RGB Variations
Color information
#CCF732 (or 0xCCF732) is known color: Pear. HEX triplet: CC, F7 and 32. RGB value is (204,247,50). Sum of RGB (Red+Green+Blue) = 204+247+50=501 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.72% from 501); Green value is 247 (96.88% from 255 or 49.30% from 501); Blue value is 50 (19.92% from 255 or 9.98% from 501); Max value from RGB is 247 - color contains mainly: green. Hex color #CCF732 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF732 is #3308CD. Grayscale: #D4D4D4. Windows color (decimal): -3344590 or 3340236. OLE color: 3340236.
HSL color Cylindrical-coordinate representation of color #CCF732: hue angle of 73.1º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CCF732 is Cyan = 0.17, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 204 | 247 | 50 | - |
| CMYK | 0.17 | 0 | 0.80 | 0.03 |
| HSL | 73.1º | 0.92% | 0.58% | - |
| HSV(B) | 73.1º | 0.8% | 0.97% | - |
| XYZ | 58.74 | 79.59 | 15.28 | - |
| YUV | 211.69 | 36.75 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 247 | 50 | 0.17 | 0 | 0.80 | 0.03 | 73.1 | 0.92 | 0.58 |
| Hex | CC | F7 | 32 | 11 | 0 | 50 | 3 | 49 | 5C | 3A |
| Octal | 314 | 367 | 62 | 21 | 0 | 120 | 3 | 111 | 134 | 72 |
| Binary | 11001100 | 11110111 | 110010 | 10001 | 0 | 1010000 | 11 | 1001001 | 1011100 | 111010 |
Color Harmonies of #CCF732
Complementary color
Monochromatic Colors of #CCF732
Black with #CCF732
Text Example
Text Example
White with #CCF732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF732; }
p { color: rgb(204,247,50); }
H1.HeaderClassName
{
color: #CCF732;
}
.AnyTagClassName
{
color: #CCF732;
}
</style>
background-color css
<style>
a { background-color: #CCF732; }
a { background-color: rgb(204,247,50); }
div.DivClassName
{
background-color: #CCF732;
}
.BgClassName
{
background-color: #CCF732;
}
</style>
border-color css
<style>
span { border-color: #CCF732; }
span { border-color: rgb(204,247,50); }
td.TdClassName
{
border-color: #CCF732;
}
.TagClassName
{
border-color: #CCF732;
}
</style>