Shades of Pear #CCF327
Tints of Pear #CCF327
RGB
CMYK
RGB Variations
Color information
#CCF327 (or 0xCCF327) is known color: Pear. HEX triplet: CC, F3 and 27. RGB value is (204,243,39). Sum of RGB (Red+Green+Blue) = 204+243+39=486 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.98% from 486); Green value is 243 (95.31% from 255 or 50% from 486); Blue value is 39 (15.62% from 255 or 8.02% from 486); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF327 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF327 is #330CD8. Grayscale: #D0D0D0. Windows color (decimal): -3345625 or 2618316. OLE color: 2618316.
HSL color Cylindrical-coordinate representation of color #CCF327: hue angle of 71.47º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CCF327 is Cyan = 0.16, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 243 | 39 | - |
| CMYK | 0.16 | 0 | 0.84 | 0.05 |
| HSL | 71.47º | 0.89% | 0.55% | - |
| HSV(B) | 71.47º | 0.84% | 0.95% | - |
| XYZ | 57.32 | 77.09 | 13.78 | - |
| YUV | 208.08 | 32.58 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 243 | 39 | 0.16 | 0 | 0.84 | 0.05 | 71.47 | 0.89 | 0.55 |
| Hex | CC | F3 | 27 | 10 | 0 | 54 | 5 | 47 | 59 | 37 |
| Octal | 314 | 363 | 47 | 20 | 0 | 124 | 5 | 107 | 131 | 67 |
| Binary | 11001100 | 11110011 | 100111 | 10000 | 0 | 1010100 | 101 | 1000111 | 1011001 | 110111 |
Color Harmonies of #CCF327
Complementary color
Monochromatic Colors of #CCF327
Black with #CCF327
Text Example
Text Example
White with #CCF327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF327; }
p { color: rgb(204,243,39); }
H1.HeaderClassName
{
color: #CCF327;
}
.AnyTagClassName
{
color: #CCF327;
}
</style>
background-color css
<style>
a { background-color: #CCF327; }
a { background-color: rgb(204,243,39); }
div.DivClassName
{
background-color: #CCF327;
}
.BgClassName
{
background-color: #CCF327;
}
</style>
border-color css
<style>
span { border-color: #CCF327; }
span { border-color: rgb(204,243,39); }
td.TdClassName
{
border-color: #CCF327;
}
.TagClassName
{
border-color: #CCF327;
}
</style>