Shades of Pear #CCF245
Tints of Pear #CCF245
RGB
CMYK
RGB Variations
Color information
#CCF245 (or 0xCCF245) is known color: Pear. HEX triplet: CC, F2 and 45. RGB value is (204,242,69). Sum of RGB (Red+Green+Blue) = 204+242+69=515 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.61% from 515); Green value is 242 (94.92% from 255 or 46.99% from 515); Blue value is 69 (27.34% from 255 or 13.40% from 515); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF245 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF245 is #330DBA. Grayscale: #D3D3D3. Windows color (decimal): -3345851 or 4584140. OLE color: 4584140.
HSL color Cylindrical-coordinate representation of color #CCF245: hue angle of 73.18º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CCF245 is Cyan = 0.16, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 242 | 69 | - |
| CMYK | 0.16 | 0 | 0.71 | 0.05 |
| HSL | 73.18º | 0.87% | 0.61% | - |
| HSV(B) | 73.18º | 0.71% | 0.95% | - |
| XYZ | 57.73 | 76.77 | 17.41 | - |
| YUV | 210.92 | 47.91 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 242 | 69 | 0.16 | 0 | 0.71 | 0.05 | 73.18 | 0.87 | 0.61 |
| Hex | CC | F2 | 45 | 10 | 0 | 47 | 5 | 49 | 57 | 3D |
| Octal | 314 | 362 | 105 | 20 | 0 | 107 | 5 | 111 | 127 | 75 |
| Binary | 11001100 | 11110010 | 1000101 | 10000 | 0 | 1000111 | 101 | 1001001 | 1010111 | 111101 |
Color Harmonies of #CCF245
Complementary color
Monochromatic Colors of #CCF245
Black with #CCF245
Text Example
Text Example
White with #CCF245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF245; }
p { color: rgb(204,242,69); }
H1.HeaderClassName
{
color: #CCF245;
}
.AnyTagClassName
{
color: #CCF245;
}
</style>
background-color css
<style>
a { background-color: #CCF245; }
a { background-color: rgb(204,242,69); }
div.DivClassName
{
background-color: #CCF245;
}
.BgClassName
{
background-color: #CCF245;
}
</style>
border-color css
<style>
span { border-color: #CCF245; }
span { border-color: rgb(204,242,69); }
td.TdClassName
{
border-color: #CCF245;
}
.TagClassName
{
border-color: #CCF245;
}
</style>