Shades of Pear #CCF73F
Tints of Pear #CCF73F
RGB
CMYK
RGB Variations
Color information
#CCF73F (or 0xCCF73F) is known color: Pear. HEX triplet: CC, F7 and 3F. RGB value is (204,247,63). Sum of RGB (Red+Green+Blue) = 204+247+63=514 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.69% from 514); Green value is 247 (96.88% from 255 or 48.05% from 514); Blue value is 63 (25% from 255 or 12.26% from 514); Max value from RGB is 247 - color contains mainly: green. Hex color #CCF73F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF73F is #3308C0. Grayscale: #D5D5D5. Windows color (decimal): -3344577 or 4192204. OLE color: 4192204.
HSL color Cylindrical-coordinate representation of color #CCF73F: hue angle of 74.02º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CCF73F is Cyan = 0.17, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 204 | 247 | 63 | - |
| CMYK | 0.17 | 0 | 0.74 | 0.03 |
| HSL | 74.02º | 0.92% | 0.61% | - |
| HSV(B) | 74.02º | 0.74% | 0.97% | - |
| XYZ | 59.06 | 79.72 | 16.98 | - |
| YUV | 213.17 | 43.25 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 247 | 63 | 0.17 | 0 | 0.74 | 0.03 | 74.02 | 0.92 | 0.61 |
| Hex | CC | F7 | 3F | 11 | 0 | 4A | 3 | 4A | 5C | 3D |
| Octal | 314 | 367 | 77 | 21 | 0 | 112 | 3 | 112 | 134 | 75 |
| Binary | 11001100 | 11110111 | 111111 | 10001 | 0 | 1001010 | 11 | 1001010 | 1011100 | 111101 |
Color Harmonies of #CCF73F
Complementary color
Monochromatic Colors of #CCF73F
Black with #CCF73F
Text Example
Text Example
White with #CCF73F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF73F; }
p { color: rgb(204,247,63); }
H1.HeaderClassName
{
color: #CCF73F;
}
.AnyTagClassName
{
color: #CCF73F;
}
</style>
background-color css
<style>
a { background-color: #CCF73F; }
a { background-color: rgb(204,247,63); }
div.DivClassName
{
background-color: #CCF73F;
}
.BgClassName
{
background-color: #CCF73F;
}
</style>
border-color css
<style>
span { border-color: #CCF73F; }
span { border-color: rgb(204,247,63); }
td.TdClassName
{
border-color: #CCF73F;
}
.TagClassName
{
border-color: #CCF73F;
}
</style>