Shades of Pear #CCF527
Tints of Pear #CCF527
RGB
CMYK
RGB Variations
Color information
#CCF527 (or 0xCCF527) is known color: Pear. HEX triplet: CC, F5 and 27. RGB value is (204,245,39). Sum of RGB (Red+Green+Blue) = 204+245+39=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 245 (96.09% from 255 or 50.20% from 488); Blue value is 39 (15.62% from 255 or 7.99% from 488); Max value from RGB is 245 - color contains mainly: green. Hex color #CCF527 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF527 is #330AD8. Grayscale: #D2D2D2. Windows color (decimal): -3345113 or 2618828. OLE color: 2618828.
HSL color Cylindrical-coordinate representation of color #CCF527: hue angle of 71.94º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CCF527 is Cyan = 0.17, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 245 | 39 | - |
| CMYK | 0.17 | 0 | 0.84 | 0.04 |
| HSL | 71.94º | 0.91% | 0.56% | - |
| HSV(B) | 71.94º | 0.84% | 0.96% | - |
| XYZ | 57.92 | 78.29 | 13.98 | - |
| YUV | 209.26 | 31.92 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 245 | 39 | 0.17 | 0 | 0.84 | 0.04 | 71.94 | 0.91 | 0.56 |
| Hex | CC | F5 | 27 | 11 | 0 | 54 | 4 | 48 | 5B | 38 |
| Octal | 314 | 365 | 47 | 21 | 0 | 124 | 4 | 110 | 133 | 70 |
| Binary | 11001100 | 11110101 | 100111 | 10001 | 0 | 1010100 | 100 | 1001000 | 1011011 | 111000 |
Color Harmonies of #CCF527
Complementary color
Monochromatic Colors of #CCF527
Black with #CCF527
Text Example
Text Example
White with #CCF527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF527; }
p { color: rgb(204,245,39); }
H1.HeaderClassName
{
color: #CCF527;
}
.AnyTagClassName
{
color: #CCF527;
}
</style>
background-color css
<style>
a { background-color: #CCF527; }
a { background-color: rgb(204,245,39); }
div.DivClassName
{
background-color: #CCF527;
}
.BgClassName
{
background-color: #CCF527;
}
</style>
border-color css
<style>
span { border-color: #CCF527; }
span { border-color: rgb(204,245,39); }
td.TdClassName
{
border-color: #CCF527;
}
.TagClassName
{
border-color: #CCF527;
}
</style>