Shades of Pear #CCF641
Tints of Pear #CCF641
RGB
CMYK
RGB Variations
Color information
#CCF641 (or 0xCCF641) is known color: Pear. HEX triplet: CC, F6 and 41. RGB value is (204,246,65). Sum of RGB (Red+Green+Blue) = 204+246+65=515 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.61% from 515); Green value is 246 (96.48% from 255 or 47.77% from 515); Blue value is 65 (25.78% from 255 or 12.62% from 515); Max value from RGB is 246 - color contains mainly: green. Hex color #CCF641 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF641 is #3309BE. Grayscale: #D5D5D5. Windows color (decimal): -3344831 or 4323020. OLE color: 4323020.
HSL color Cylindrical-coordinate representation of color #CCF641: hue angle of 73.92º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CCF641 is Cyan = 0.17, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 246 | 65 | - |
| CMYK | 0.17 | 0 | 0.74 | 0.04 |
| HSL | 73.92º | 0.91% | 0.61% | - |
| HSV(B) | 73.92º | 0.74% | 0.96% | - |
| XYZ | 58.81 | 79.13 | 17.18 | - |
| YUV | 212.81 | 44.59 | 121.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 246 | 65 | 0.17 | 0 | 0.74 | 0.04 | 73.92 | 0.91 | 0.61 |
| Hex | CC | F6 | 41 | 11 | 0 | 4A | 4 | 4A | 5B | 3D |
| Octal | 314 | 366 | 101 | 21 | 0 | 112 | 4 | 112 | 133 | 75 |
| Binary | 11001100 | 11110110 | 1000001 | 10001 | 0 | 1001010 | 100 | 1001010 | 1011011 | 111101 |
Color Harmonies of #CCF641
Complementary color
Monochromatic Colors of #CCF641
Black with #CCF641
Text Example
Text Example
White with #CCF641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF641; }
p { color: rgb(204,246,65); }
H1.HeaderClassName
{
color: #CCF641;
}
.AnyTagClassName
{
color: #CCF641;
}
</style>
background-color css
<style>
a { background-color: #CCF641; }
a { background-color: rgb(204,246,65); }
div.DivClassName
{
background-color: #CCF641;
}
.BgClassName
{
background-color: #CCF641;
}
</style>
border-color css
<style>
span { border-color: #CCF641; }
span { border-color: rgb(204,246,65); }
td.TdClassName
{
border-color: #CCF641;
}
.TagClassName
{
border-color: #CCF641;
}
</style>