Shades of Pear #CCF74C
Tints of Pear #CCF74C
RGB
CMYK
RGB Variations
Color information
#CCF74C (or 0xCCF74C) is known color: Pear. HEX triplet: CC, F7 and 4C. RGB value is (204,247,76). Sum of RGB (Red+Green+Blue) = 204+247+76=527 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.71% from 527); Green value is 247 (96.88% from 255 or 46.87% from 527); Blue value is 76 (30.08% from 255 or 14.42% from 527); Max value from RGB is 247 - color contains mainly: green. Hex color #CCF74C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF74C is #3308B3. Grayscale: #D7D7D7. Windows color (decimal): -3344564 or 5044172. OLE color: 5044172.
HSL color Cylindrical-coordinate representation of color #CCF74C: hue angle of 75.09º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CCF74C is Cyan = 0.17, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 204 | 247 | 76 | - |
| CMYK | 0.17 | 0 | 0.69 | 0.03 |
| HSL | 75.09º | 0.91% | 0.63% | - |
| HSV(B) | 75.09º | 0.69% | 0.97% | - |
| XYZ | 59.47 | 79.88 | 19.12 | - |
| YUV | 214.65 | 49.75 | 120.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 247 | 76 | 0.17 | 0 | 0.69 | 0.03 | 75.09 | 0.91 | 0.63 |
| Hex | CC | F7 | 4C | 11 | 0 | 45 | 3 | 4B | 5B | 3F |
| Octal | 314 | 367 | 114 | 21 | 0 | 105 | 3 | 113 | 133 | 77 |
| Binary | 11001100 | 11110111 | 1001100 | 10001 | 0 | 1000101 | 11 | 1001011 | 1011011 | 111111 |
Color Harmonies of #CCF74C
Complementary color
Monochromatic Colors of #CCF74C
Black with #CCF74C
Text Example
Text Example
White with #CCF74C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF74C; }
p { color: rgb(204,247,76); }
H1.HeaderClassName
{
color: #CCF74C;
}
.AnyTagClassName
{
color: #CCF74C;
}
</style>
background-color css
<style>
a { background-color: #CCF74C; }
a { background-color: rgb(204,247,76); }
div.DivClassName
{
background-color: #CCF74C;
}
.BgClassName
{
background-color: #CCF74C;
}
</style>
border-color css
<style>
span { border-color: #CCF74C; }
span { border-color: rgb(204,247,76); }
td.TdClassName
{
border-color: #CCF74C;
}
.TagClassName
{
border-color: #CCF74C;
}
</style>