Shades of Pear #CCF223
Tints of Pear #CCF223
RGB
CMYK
RGB Variations
Color information
#CCF223 (or 0xCCF223) is known color: Pear. HEX triplet: CC, F2 and 23. RGB value is (204,242,35). Sum of RGB (Red+Green+Blue) = 204+242+35=481 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.41% from 481); Green value is 242 (94.92% from 255 or 50.31% from 481); Blue value is 35 (14.06% from 255 or 7.28% from 481); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF223 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF223 is #330DDC. Grayscale: #CFCFCF. Windows color (decimal): -3345885 or 2355916. OLE color: 2355916.
HSL color Cylindrical-coordinate representation of color #CCF223: hue angle of 71.01º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CCF223 is Cyan = 0.16, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 242 | 35 | - |
| CMYK | 0.16 | 0 | 0.86 | 0.05 |
| HSL | 71.01º | 0.89% | 0.54% | - |
| HSV(B) | 71.01º | 0.86% | 0.95% | - |
| XYZ | 56.96 | 76.46 | 13.35 | - |
| YUV | 207.04 | 30.91 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 242 | 35 | 0.16 | 0 | 0.86 | 0.05 | 71.01 | 0.89 | 0.54 |
| Hex | CC | F2 | 23 | 10 | 0 | 56 | 5 | 47 | 59 | 36 |
| Octal | 314 | 362 | 43 | 20 | 0 | 126 | 5 | 107 | 131 | 66 |
| Binary | 11001100 | 11110010 | 100011 | 10000 | 0 | 1010110 | 101 | 1000111 | 1011001 | 110110 |
Color Harmonies of #CCF223
Complementary color
Monochromatic Colors of #CCF223
Black with #CCF223
Text Example
Text Example
White with #CCF223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF223; }
p { color: rgb(204,242,35); }
H1.HeaderClassName
{
color: #CCF223;
}
.AnyTagClassName
{
color: #CCF223;
}
</style>
background-color css
<style>
a { background-color: #CCF223; }
a { background-color: rgb(204,242,35); }
div.DivClassName
{
background-color: #CCF223;
}
.BgClassName
{
background-color: #CCF223;
}
</style>
border-color css
<style>
span { border-color: #CCF223; }
span { border-color: rgb(204,242,35); }
td.TdClassName
{
border-color: #CCF223;
}
.TagClassName
{
border-color: #CCF223;
}
</style>