Shades of Pear #CCF32F
Tints of Pear #CCF32F
RGB
CMYK
RGB Variations
Color information
#CCF32F (or 0xCCF32F) is known color: Pear. HEX triplet: CC, F3 and 2F. RGB value is (204,243,47). Sum of RGB (Red+Green+Blue) = 204+243+47=494 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.30% from 494); Green value is 243 (95.31% from 255 or 49.19% from 494); Blue value is 47 (18.75% from 255 or 9.51% from 494); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF32F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF32F is #330CD0. Grayscale: #D1D1D1. Windows color (decimal): -3345617 or 3142604. OLE color: 3142604.
HSL color Cylindrical-coordinate representation of color #CCF32F: hue angle of 71.94º 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 #CCF32F is Cyan = 0.16, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 243 | 47 | - |
| CMYK | 0.16 | 0 | 0.81 | 0.05 |
| HSL | 71.94º | 0.89% | 0.57% | - |
| HSV(B) | 71.94º | 0.81% | 0.95% | - |
| XYZ | 57.47 | 77.14 | 14.55 | - |
| YUV | 209 | 36.58 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 243 | 47 | 0.16 | 0 | 0.81 | 0.05 | 71.94 | 0.89 | 0.57 |
| Hex | CC | F3 | 2F | 10 | 0 | 51 | 5 | 48 | 59 | 39 |
| Octal | 314 | 363 | 57 | 20 | 0 | 121 | 5 | 110 | 131 | 71 |
| Binary | 11001100 | 11110011 | 101111 | 10000 | 0 | 1010001 | 101 | 1001000 | 1011001 | 111001 |
Color Harmonies of #CCF32F
Complementary color
Monochromatic Colors of #CCF32F
Black with #CCF32F
Text Example
Text Example
White with #CCF32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF32F; }
p { color: rgb(204,243,47); }
H1.HeaderClassName
{
color: #CCF32F;
}
.AnyTagClassName
{
color: #CCF32F;
}
</style>
background-color css
<style>
a { background-color: #CCF32F; }
a { background-color: rgb(204,243,47); }
div.DivClassName
{
background-color: #CCF32F;
}
.BgClassName
{
background-color: #CCF32F;
}
</style>
border-color css
<style>
span { border-color: #CCF32F; }
span { border-color: rgb(204,243,47); }
td.TdClassName
{
border-color: #CCF32F;
}
.TagClassName
{
border-color: #CCF32F;
}
</style>