Shades of Pear #CCF525
Tints of Pear #CCF525
RGB
CMYK
RGB Variations
Color information
#CCF525 (or 0xCCF525) is known color: Pear. HEX triplet: CC, F5 and 25. RGB value is (204,245,37). Sum of RGB (Red+Green+Blue) = 204+245+37=486 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.98% from 486); Green value is 245 (96.09% from 255 or 50.41% from 486); Blue value is 37 (14.84% from 255 or 7.61% from 486); Max value from RGB is 245 - color contains mainly: green. Hex color #CCF525 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF525 is #330ADA. Grayscale: #D1D1D1. Windows color (decimal): -3345115 or 2487756. OLE color: 2487756.
HSL color Cylindrical-coordinate representation of color #CCF525: hue angle of 71.83º 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 #CCF525 is Cyan = 0.17, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 245 | 37 | - |
| CMYK | 0.17 | 0 | 0.85 | 0.04 |
| HSL | 71.83º | 0.91% | 0.55% | - |
| HSV(B) | 71.83º | 0.85% | 0.96% | - |
| XYZ | 57.89 | 78.28 | 13.81 | - |
| YUV | 209.03 | 30.92 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 245 | 37 | 0.17 | 0 | 0.85 | 0.04 | 71.83 | 0.91 | 0.55 |
| Hex | CC | F5 | 25 | 11 | 0 | 55 | 4 | 48 | 5B | 37 |
| Octal | 314 | 365 | 45 | 21 | 0 | 125 | 4 | 110 | 133 | 67 |
| Binary | 11001100 | 11110101 | 100101 | 10001 | 0 | 1010101 | 100 | 1001000 | 1011011 | 110111 |
Color Harmonies of #CCF525
Complementary color
Monochromatic Colors of #CCF525
Black with #CCF525
Text Example
Text Example
White with #CCF525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF525; }
p { color: rgb(204,245,37); }
H1.HeaderClassName
{
color: #CCF525;
}
.AnyTagClassName
{
color: #CCF525;
}
</style>
background-color css
<style>
a { background-color: #CCF525; }
a { background-color: rgb(204,245,37); }
div.DivClassName
{
background-color: #CCF525;
}
.BgClassName
{
background-color: #CCF525;
}
</style>
border-color css
<style>
span { border-color: #CCF525; }
span { border-color: rgb(204,245,37); }
td.TdClassName
{
border-color: #CCF525;
}
.TagClassName
{
border-color: #CCF525;
}
</style>