Shades of Pear #CCF421
Tints of Pear #CCF421
RGB
CMYK
RGB Variations
Color information
#CCF421 (or 0xCCF421) is known color: Pear. HEX triplet: CC, F4 and 21. RGB value is (204,244,33). Sum of RGB (Red+Green+Blue) = 204+244+33=481 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.41% from 481); Green value is 244 (95.70% from 255 or 50.73% from 481); Blue value is 33 (13.28% from 255 or 6.86% from 481); Max value from RGB is 244 - color contains mainly: green. Hex color #CCF421 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF421 is #330BDE. Grayscale: #D0D0D0. Windows color (decimal): -3345375 or 2225356. OLE color: 2225356.
HSL color Cylindrical-coordinate representation of color #CCF421: hue angle of 71.37º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CCF421 is Cyan = 0.16, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 244 | 33 | - |
| CMYK | 0.16 | 0 | 0.86 | 0.04 |
| HSL | 71.37º | 0.91% | 0.54% | - |
| HSV(B) | 71.37º | 0.86% | 0.96% | - |
| XYZ | 57.53 | 77.65 | 13.39 | - |
| YUV | 207.99 | 29.25 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 244 | 33 | 0.16 | 0 | 0.86 | 0.04 | 71.37 | 0.91 | 0.54 |
| Hex | CC | F4 | 21 | 10 | 0 | 56 | 4 | 47 | 5B | 36 |
| Octal | 314 | 364 | 41 | 20 | 0 | 126 | 4 | 107 | 133 | 66 |
| Binary | 11001100 | 11110100 | 100001 | 10000 | 0 | 1010110 | 100 | 1000111 | 1011011 | 110110 |
Color Harmonies of #CCF421
Complementary color
Monochromatic Colors of #CCF421
Black with #CCF421
Text Example
Text Example
White with #CCF421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF421; }
p { color: rgb(204,244,33); }
H1.HeaderClassName
{
color: #CCF421;
}
.AnyTagClassName
{
color: #CCF421;
}
</style>
background-color css
<style>
a { background-color: #CCF421; }
a { background-color: rgb(204,244,33); }
div.DivClassName
{
background-color: #CCF421;
}
.BgClassName
{
background-color: #CCF421;
}
</style>
border-color css
<style>
span { border-color: #CCF421; }
span { border-color: rgb(204,244,33); }
td.TdClassName
{
border-color: #CCF421;
}
.TagClassName
{
border-color: #CCF421;
}
</style>