Shades of Pear #CCF431
Tints of Pear #CCF431
RGB
CMYK
RGB Variations
Color information
#CCF431 (or 0xCCF431) is known color: Pear. HEX triplet: CC, F4 and 31. RGB value is (204,244,49). Sum of RGB (Red+Green+Blue) = 204+244+49=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 244 (95.70% from 255 or 49.09% from 497); Blue value is 49 (19.53% from 255 or 9.86% from 497); Max value from RGB is 244 - color contains mainly: green. Hex color #CCF431 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF431 is #330BCE. Grayscale: #D2D2D2. Windows color (decimal): -3345359 or 3273932. OLE color: 3273932.
HSL color Cylindrical-coordinate representation of color #CCF431: hue angle of 72.31º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CCF431 is Cyan = 0.16, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 244 | 49 | - |
| CMYK | 0.16 | 0 | 0.80 | 0.04 |
| HSL | 72.31º | 0.9% | 0.57% | - |
| HSV(B) | 72.31º | 0.8% | 0.96% | - |
| XYZ | 57.81 | 77.76 | 14.87 | - |
| YUV | 209.81 | 37.25 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 244 | 49 | 0.16 | 0 | 0.80 | 0.04 | 72.31 | 0.9 | 0.57 |
| Hex | CC | F4 | 31 | 10 | 0 | 50 | 4 | 48 | 5A | 39 |
| Octal | 314 | 364 | 61 | 20 | 0 | 120 | 4 | 110 | 132 | 71 |
| Binary | 11001100 | 11110100 | 110001 | 10000 | 0 | 1010000 | 100 | 1001000 | 1011010 | 111001 |
Color Harmonies of #CCF431
Complementary color
Monochromatic Colors of #CCF431
Black with #CCF431
Text Example
Text Example
White with #CCF431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF431; }
p { color: rgb(204,244,49); }
H1.HeaderClassName
{
color: #CCF431;
}
.AnyTagClassName
{
color: #CCF431;
}
</style>
background-color css
<style>
a { background-color: #CCF431; }
a { background-color: rgb(204,244,49); }
div.DivClassName
{
background-color: #CCF431;
}
.BgClassName
{
background-color: #CCF431;
}
</style>
border-color css
<style>
span { border-color: #CCF431; }
span { border-color: rgb(204,244,49); }
td.TdClassName
{
border-color: #CCF431;
}
.TagClassName
{
border-color: #CCF431;
}
</style>