Shades of Pear #CCF331
Tints of Pear #CCF331
RGB
CMYK
RGB Variations
Color information
#CCF331 (or 0xCCF331) is known color: Pear. HEX triplet: CC, F3 and 31. RGB value is (204,243,49). Sum of RGB (Red+Green+Blue) = 204+243+49=496 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.13% from 496); Green value is 243 (95.31% from 255 or 48.99% from 496); Blue value is 49 (19.53% from 255 or 9.88% from 496); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF331 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF331 is #330CCE. Grayscale: #D1D1D1. Windows color (decimal): -3345615 or 3273676. OLE color: 3273676.
HSL color Cylindrical-coordinate representation of color #CCF331: hue angle of 72.06º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CCF331 is Cyan = 0.16, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 243 | 49 | - |
| CMYK | 0.16 | 0 | 0.80 | 0.05 |
| HSL | 72.06º | 0.89% | 0.57% | - |
| HSV(B) | 72.06º | 0.8% | 0.95% | - |
| XYZ | 57.51 | 77.16 | 14.77 | - |
| YUV | 209.22 | 37.58 | 124.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 243 | 49 | 0.16 | 0 | 0.80 | 0.05 | 72.06 | 0.89 | 0.57 |
| Hex | CC | F3 | 31 | 10 | 0 | 50 | 5 | 48 | 59 | 39 |
| Octal | 314 | 363 | 61 | 20 | 0 | 120 | 5 | 110 | 131 | 71 |
| Binary | 11001100 | 11110011 | 110001 | 10000 | 0 | 1010000 | 101 | 1001000 | 1011001 | 111001 |
Color Harmonies of #CCF331
Complementary color
Monochromatic Colors of #CCF331
Black with #CCF331
Text Example
Text Example
White with #CCF331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF331; }
p { color: rgb(204,243,49); }
H1.HeaderClassName
{
color: #CCF331;
}
.AnyTagClassName
{
color: #CCF331;
}
</style>
background-color css
<style>
a { background-color: #CCF331; }
a { background-color: rgb(204,243,49); }
div.DivClassName
{
background-color: #CCF331;
}
.BgClassName
{
background-color: #CCF331;
}
</style>
border-color css
<style>
span { border-color: #CCF331; }
span { border-color: rgb(204,243,49); }
td.TdClassName
{
border-color: #CCF331;
}
.TagClassName
{
border-color: #CCF331;
}
</style>