Shades of Pear #CCF237
Tints of Pear #CCF237
RGB
CMYK
RGB Variations
Color information
#CCF237 (or 0xCCF237) is known color: Pear. HEX triplet: CC, F2 and 37. RGB value is (204,242,55). Sum of RGB (Red+Green+Blue) = 204+242+55=501 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.72% from 501); Green value is 242 (94.92% from 255 or 48.30% from 501); Blue value is 55 (21.88% from 255 or 10.98% from 501); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF237 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF237 is #330DC8. Grayscale: #D2D2D2. Windows color (decimal): -3345865 or 3666636. OLE color: 3666636.
HSL color Cylindrical-coordinate representation of color #CCF237: hue angle of 72.19º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CCF237 is Cyan = 0.16, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 242 | 55 | - |
| CMYK | 0.16 | 0 | 0.77 | 0.05 |
| HSL | 72.19º | 0.88% | 0.58% | - |
| HSV(B) | 72.19º | 0.77% | 0.95% | - |
| XYZ | 57.34 | 76.62 | 15.38 | - |
| YUV | 209.32 | 40.91 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 242 | 55 | 0.16 | 0 | 0.77 | 0.05 | 72.19 | 0.88 | 0.58 |
| Hex | CC | F2 | 37 | 10 | 0 | 4D | 5 | 48 | 58 | 3A |
| Octal | 314 | 362 | 67 | 20 | 0 | 115 | 5 | 110 | 130 | 72 |
| Binary | 11001100 | 11110010 | 110111 | 10000 | 0 | 1001101 | 101 | 1001000 | 1011000 | 111010 |
Color Harmonies of #CCF237
Complementary color
Monochromatic Colors of #CCF237
Black with #CCF237
Text Example
Text Example
White with #CCF237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF237; }
p { color: rgb(204,242,55); }
H1.HeaderClassName
{
color: #CCF237;
}
.AnyTagClassName
{
color: #CCF237;
}
</style>
background-color css
<style>
a { background-color: #CCF237; }
a { background-color: rgb(204,242,55); }
div.DivClassName
{
background-color: #CCF237;
}
.BgClassName
{
background-color: #CCF237;
}
</style>
border-color css
<style>
span { border-color: #CCF237; }
span { border-color: rgb(204,242,55); }
td.TdClassName
{
border-color: #CCF237;
}
.TagClassName
{
border-color: #CCF237;
}
</style>