Shades of Pear #CCF73B
Tints of Pear #CCF73B
RGB
CMYK
RGB Variations
Color information
#CCF73B (or 0xCCF73B) is known color: Pear. HEX triplet: CC, F7 and 3B. RGB value is (204,247,59). Sum of RGB (Red+Green+Blue) = 204+247+59=510 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40% from 510); Green value is 247 (96.88% from 255 or 48.43% from 510); Blue value is 59 (23.44% from 255 or 11.57% from 510); Max value from RGB is 247 - color contains mainly: green. Hex color #CCF73B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF73B is #3308C4. Grayscale: #D5D5D5. Windows color (decimal): -3344581 or 3930060. OLE color: 3930060.
HSL color Cylindrical-coordinate representation of color #CCF73B: hue angle of 73.72º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CCF73B is Cyan = 0.17, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 204 | 247 | 59 | - |
| CMYK | 0.17 | 0 | 0.76 | 0.03 |
| HSL | 73.72º | 0.92% | 0.6% | - |
| HSV(B) | 73.72º | 0.76% | 0.97% | - |
| XYZ | 58.95 | 79.67 | 16.41 | - |
| YUV | 212.71 | 41.25 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 247 | 59 | 0.17 | 0 | 0.76 | 0.03 | 73.72 | 0.92 | 0.6 |
| Hex | CC | F7 | 3B | 11 | 0 | 4C | 3 | 4A | 5C | 3C |
| Octal | 314 | 367 | 73 | 21 | 0 | 114 | 3 | 112 | 134 | 74 |
| Binary | 11001100 | 11110111 | 111011 | 10001 | 0 | 1001100 | 11 | 1001010 | 1011100 | 111100 |
Color Harmonies of #CCF73B
Complementary color
Monochromatic Colors of #CCF73B
Black with #CCF73B
Text Example
Text Example
White with #CCF73B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF73B; }
p { color: rgb(204,247,59); }
H1.HeaderClassName
{
color: #CCF73B;
}
.AnyTagClassName
{
color: #CCF73B;
}
</style>
background-color css
<style>
a { background-color: #CCF73B; }
a { background-color: rgb(204,247,59); }
div.DivClassName
{
background-color: #CCF73B;
}
.BgClassName
{
background-color: #CCF73B;
}
</style>
border-color css
<style>
span { border-color: #CCF73B; }
span { border-color: rgb(204,247,59); }
td.TdClassName
{
border-color: #CCF73B;
}
.TagClassName
{
border-color: #CCF73B;
}
</style>