Shades of Pear #CCF824
Tints of Pear #CCF824
RGB
CMYK
RGB Variations
Color information
#CCF824 (or 0xCCF824) is known color: Pear. HEX triplet: CC, F8 and 24. RGB value is (204,248,36). Sum of RGB (Red+Green+Blue) = 204+248+36=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 248 (97.27% from 255 or 50.82% from 488); Blue value is 36 (14.45% from 255 or 7.38% from 488); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF824 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF824 is #3307DB. Grayscale: #D3D3D3. Windows color (decimal): -3344348 or 2422988. OLE color: 2422988.
HSL color Cylindrical-coordinate representation of color #CCF824: hue angle of 72.45º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CCF824 is Cyan = 0.18, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 204 | 248 | 36 | - |
| CMYK | 0.18 | 0 | 0.85 | 0.03 |
| HSL | 72.45º | 0.94% | 0.56% | - |
| HSV(B) | 72.45º | 0.85% | 0.97% | - |
| XYZ | 58.79 | 80.1 | 14.03 | - |
| YUV | 210.68 | 29.42 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 248 | 36 | 0.18 | 0 | 0.85 | 0.03 | 72.45 | 0.94 | 0.56 |
| Hex | CC | F8 | 24 | 12 | 0 | 55 | 3 | 48 | 5E | 38 |
| Octal | 314 | 370 | 44 | 22 | 0 | 125 | 3 | 110 | 136 | 70 |
| Binary | 11001100 | 11111000 | 100100 | 10010 | 0 | 1010101 | 11 | 1001000 | 1011110 | 111000 |
Color Harmonies of #CCF824
Complementary color
Monochromatic Colors of #CCF824
Black with #CCF824
Text Example
Text Example
White with #CCF824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF824; }
p { color: rgb(204,248,36); }
H1.HeaderClassName
{
color: #CCF824;
}
.AnyTagClassName
{
color: #CCF824;
}
</style>
background-color css
<style>
a { background-color: #CCF824; }
a { background-color: rgb(204,248,36); }
div.DivClassName
{
background-color: #CCF824;
}
.BgClassName
{
background-color: #CCF824;
}
</style>
border-color css
<style>
span { border-color: #CCF824; }
span { border-color: rgb(204,248,36); }
td.TdClassName
{
border-color: #CCF824;
}
.TagClassName
{
border-color: #CCF824;
}
</style>