Shades of Pear #CCF643
Tints of Pear #CCF643
RGB
CMYK
RGB Variations
Color information
#CCF643 (or 0xCCF643) is known color: Pear. HEX triplet: CC, F6 and 43. RGB value is (204,246,67). Sum of RGB (Red+Green+Blue) = 204+246+67=517 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.46% from 517); Green value is 246 (96.48% from 255 or 47.58% from 517); Blue value is 67 (26.56% from 255 or 12.96% from 517); Max value from RGB is 246 - color contains mainly: green. Hex color #CCF643 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF643 is #3309BC. Grayscale: #D5D5D5. Windows color (decimal): -3344829 or 4454092. OLE color: 4454092.
HSL color Cylindrical-coordinate representation of color #CCF643: hue angle of 74.08º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CCF643 is Cyan = 0.17, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 246 | 67 | - |
| CMYK | 0.17 | 0 | 0.73 | 0.04 |
| HSL | 74.08º | 0.91% | 0.61% | - |
| HSV(B) | 74.08º | 0.73% | 0.96% | - |
| XYZ | 58.87 | 79.15 | 17.49 | - |
| YUV | 213.04 | 45.59 | 121.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 246 | 67 | 0.17 | 0 | 0.73 | 0.04 | 74.08 | 0.91 | 0.61 |
| Hex | CC | F6 | 43 | 11 | 0 | 49 | 4 | 4A | 5B | 3D |
| Octal | 314 | 366 | 103 | 21 | 0 | 111 | 4 | 112 | 133 | 75 |
| Binary | 11001100 | 11110110 | 1000011 | 10001 | 0 | 1001001 | 100 | 1001010 | 1011011 | 111101 |
Color Harmonies of #CCF643
Complementary color
Monochromatic Colors of #CCF643
Black with #CCF643
Text Example
Text Example
White with #CCF643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF643; }
p { color: rgb(204,246,67); }
H1.HeaderClassName
{
color: #CCF643;
}
.AnyTagClassName
{
color: #CCF643;
}
</style>
background-color css
<style>
a { background-color: #CCF643; }
a { background-color: rgb(204,246,67); }
div.DivClassName
{
background-color: #CCF643;
}
.BgClassName
{
background-color: #CCF643;
}
</style>
border-color css
<style>
span { border-color: #CCF643; }
span { border-color: rgb(204,246,67); }
td.TdClassName
{
border-color: #CCF643;
}
.TagClassName
{
border-color: #CCF643;
}
</style>