Shades of Pear #CCF524
Tints of Pear #CCF524
RGB
CMYK
RGB Variations
Color information
#CCF524 (or 0xCCF524) is known color: Pear. HEX triplet: CC, F5 and 24. RGB value is (204,245,36). Sum of RGB (Red+Green+Blue) = 204+245+36=485 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.06% from 485); Green value is 245 (96.09% from 255 or 50.52% from 485); Blue value is 36 (14.45% from 255 or 7.42% from 485); Max value from RGB is 245 - color contains mainly: green. Hex color #CCF524 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF524 is #330ADB. Grayscale: #D1D1D1. Windows color (decimal): -3345116 or 2422220. OLE color: 2422220.
HSL color Cylindrical-coordinate representation of color #CCF524: hue angle of 71.77º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CCF524 is Cyan = 0.17, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 245 | 36 | - |
| CMYK | 0.17 | 0 | 0.85 | 0.04 |
| HSL | 71.77º | 0.91% | 0.55% | - |
| HSV(B) | 71.77º | 0.85% | 0.96% | - |
| XYZ | 57.87 | 78.27 | 13.73 | - |
| YUV | 208.92 | 30.42 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 245 | 36 | 0.17 | 0 | 0.85 | 0.04 | 71.77 | 0.91 | 0.55 |
| Hex | CC | F5 | 24 | 11 | 0 | 55 | 4 | 48 | 5B | 37 |
| Octal | 314 | 365 | 44 | 21 | 0 | 125 | 4 | 110 | 133 | 67 |
| Binary | 11001100 | 11110101 | 100100 | 10001 | 0 | 1010101 | 100 | 1001000 | 1011011 | 110111 |
Color Harmonies of #CCF524
Complementary color
Monochromatic Colors of #CCF524
Black with #CCF524
Text Example
Text Example
White with #CCF524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF524; }
p { color: rgb(204,245,36); }
H1.HeaderClassName
{
color: #CCF524;
}
.AnyTagClassName
{
color: #CCF524;
}
</style>
background-color css
<style>
a { background-color: #CCF524; }
a { background-color: rgb(204,245,36); }
div.DivClassName
{
background-color: #CCF524;
}
.BgClassName
{
background-color: #CCF524;
}
</style>
border-color css
<style>
span { border-color: #CCF524; }
span { border-color: rgb(204,245,36); }
td.TdClassName
{
border-color: #CCF524;
}
.TagClassName
{
border-color: #CCF524;
}
</style>