Shades of Pear #CCF32E
Tints of Pear #CCF32E
RGB
CMYK
RGB Variations
Color information
#CCF32E (or 0xCCF32E) is known color: Pear. HEX triplet: CC, F3 and 2E. RGB value is (204,243,46). Sum of RGB (Red+Green+Blue) = 204+243+46=493 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.38% from 493); Green value is 243 (95.31% from 255 or 49.29% from 493); Blue value is 46 (18.36% from 255 or 9.33% from 493); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF32E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF32E is #330CD1. Grayscale: #D1D1D1. Windows color (decimal): -3345618 or 3077068. OLE color: 3077068.
HSL color Cylindrical-coordinate representation of color #CCF32E: hue angle of 71.88º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CCF32E is Cyan = 0.16, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 243 | 46 | - |
| CMYK | 0.16 | 0 | 0.81 | 0.05 |
| HSL | 71.88º | 0.89% | 0.57% | - |
| HSV(B) | 71.88º | 0.81% | 0.95% | - |
| XYZ | 57.45 | 77.14 | 14.45 | - |
| YUV | 208.88 | 36.08 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 243 | 46 | 0.16 | 0 | 0.81 | 0.05 | 71.88 | 0.89 | 0.57 |
| Hex | CC | F3 | 2E | 10 | 0 | 51 | 5 | 48 | 59 | 39 |
| Octal | 314 | 363 | 56 | 20 | 0 | 121 | 5 | 110 | 131 | 71 |
| Binary | 11001100 | 11110011 | 101110 | 10000 | 0 | 1010001 | 101 | 1001000 | 1011001 | 111001 |
Color Harmonies of #CCF32E
Complementary color
Monochromatic Colors of #CCF32E
Black with #CCF32E
Text Example
Text Example
White with #CCF32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF32E; }
p { color: rgb(204,243,46); }
H1.HeaderClassName
{
color: #CCF32E;
}
.AnyTagClassName
{
color: #CCF32E;
}
</style>
background-color css
<style>
a { background-color: #CCF32E; }
a { background-color: rgb(204,243,46); }
div.DivClassName
{
background-color: #CCF32E;
}
.BgClassName
{
background-color: #CCF32E;
}
</style>
border-color css
<style>
span { border-color: #CCF32E; }
span { border-color: rgb(204,243,46); }
td.TdClassName
{
border-color: #CCF32E;
}
.TagClassName
{
border-color: #CCF32E;
}
</style>