Shades of Pear #CCF236
Tints of Pear #CCF236
RGB
CMYK
RGB Variations
Color information
#CCF236 (or 0xCCF236) is known color: Pear. HEX triplet: CC, F2 and 36. RGB value is (204,242,54). Sum of RGB (Red+Green+Blue) = 204+242+54=500 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.8% from 500); Green value is 242 (94.92% from 255 or 48.4% from 500); Blue value is 54 (21.48% from 255 or 10.8% from 500); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF236 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF236 is #330DC9. Grayscale: #D1D1D1. Windows color (decimal): -3345866 or 3601100. OLE color: 3601100.
HSL color Cylindrical-coordinate representation of color #CCF236: hue angle of 72.13º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CCF236 is Cyan = 0.16, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 242 | 54 | - |
| CMYK | 0.16 | 0 | 0.78 | 0.05 |
| HSL | 72.13º | 0.88% | 0.58% | - |
| HSV(B) | 72.13º | 0.78% | 0.95% | - |
| XYZ | 57.32 | 76.61 | 15.26 | - |
| YUV | 209.21 | 40.41 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 242 | 54 | 0.16 | 0 | 0.78 | 0.05 | 72.13 | 0.88 | 0.58 |
| Hex | CC | F2 | 36 | 10 | 0 | 4E | 5 | 48 | 58 | 3A |
| Octal | 314 | 362 | 66 | 20 | 0 | 116 | 5 | 110 | 130 | 72 |
| Binary | 11001100 | 11110010 | 110110 | 10000 | 0 | 1001110 | 101 | 1001000 | 1011000 | 111010 |
Color Harmonies of #CCF236
Complementary color
Monochromatic Colors of #CCF236
Black with #CCF236
Text Example
Text Example
White with #CCF236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF236; }
p { color: rgb(204,242,54); }
H1.HeaderClassName
{
color: #CCF236;
}
.AnyTagClassName
{
color: #CCF236;
}
</style>
background-color css
<style>
a { background-color: #CCF236; }
a { background-color: rgb(204,242,54); }
div.DivClassName
{
background-color: #CCF236;
}
.BgClassName
{
background-color: #CCF236;
}
</style>
border-color css
<style>
span { border-color: #CCF236; }
span { border-color: rgb(204,242,54); }
td.TdClassName
{
border-color: #CCF236;
}
.TagClassName
{
border-color: #CCF236;
}
</style>