Shades of Pear #CCF943
Tints of Pear #CCF943
RGB
CMYK
RGB Variations
Color information
#CCF943 (or 0xCCF943) is known color: Pear. HEX triplet: CC, F9 and 43. RGB value is (204,249,67). Sum of RGB (Red+Green+Blue) = 204+249+67=520 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.23% from 520); Green value is 249 (97.66% from 255 or 47.88% from 520); Blue value is 67 (26.56% from 255 or 12.88% from 520); Max value from RGB is 249 - color contains mainly: green. Hex color #CCF943 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF943 is #3306BC. Grayscale: #D7D7D7. Windows color (decimal): -3344061 or 4454860. OLE color: 4454860.
HSL color Cylindrical-coordinate representation of color #CCF943: hue angle of 74.84º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CCF943 is Cyan = 0.18, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 249 | 67 | - |
| CMYK | 0.18 | 0 | 0.73 | 0.02 |
| HSL | 74.84º | 0.94% | 0.62% | - |
| HSV(B) | 74.84º | 0.73% | 0.98% | - |
| XYZ | 59.79 | 80.99 | 17.79 | - |
| YUV | 214.8 | 44.59 | 120.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 249 | 67 | 0.18 | 0 | 0.73 | 0.02 | 74.84 | 0.94 | 0.62 |
| Hex | CC | F9 | 43 | 12 | 0 | 49 | 2 | 4B | 5E | 3E |
| Octal | 314 | 371 | 103 | 22 | 0 | 111 | 2 | 113 | 136 | 76 |
| Binary | 11001100 | 11111001 | 1000011 | 10010 | 0 | 1001001 | 10 | 1001011 | 1011110 | 111110 |
Color Harmonies of #CCF943
Complementary color
Monochromatic Colors of #CCF943
Black with #CCF943
Text Example
Text Example
White with #CCF943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF943; }
p { color: rgb(204,249,67); }
H1.HeaderClassName
{
color: #CCF943;
}
.AnyTagClassName
{
color: #CCF943;
}
</style>
background-color css
<style>
a { background-color: #CCF943; }
a { background-color: rgb(204,249,67); }
div.DivClassName
{
background-color: #CCF943;
}
.BgClassName
{
background-color: #CCF943;
}
</style>
border-color css
<style>
span { border-color: #CCF943; }
span { border-color: rgb(204,249,67); }
td.TdClassName
{
border-color: #CCF943;
}
.TagClassName
{
border-color: #CCF943;
}
</style>