Shades of Pear #CCF84D
Tints of Pear #CCF84D
RGB
CMYK
RGB Variations
Color information
#CCF84D (or 0xCCF84D) is known color: Pear. HEX triplet: CC, F8 and 4D. RGB value is (204,248,77). Sum of RGB (Red+Green+Blue) = 204+248+77=529 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.56% from 529); Green value is 248 (97.27% from 255 or 46.88% from 529); Blue value is 77 (30.47% from 255 or 14.56% from 529); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF84D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF84D is #3307B2. Grayscale: #D7D7D7. Windows color (decimal): -3344307 or 5109964. OLE color: 5109964.
HSL color Cylindrical-coordinate representation of color #CCF84D: hue angle of 75.44º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CCF84D is Cyan = 0.18, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 204 | 248 | 77 | - |
| CMYK | 0.18 | 0 | 0.69 | 0.03 |
| HSL | 75.44º | 0.92% | 0.64% | - |
| HSV(B) | 75.44º | 0.69% | 0.97% | - |
| XYZ | 59.81 | 80.51 | 19.41 | - |
| YUV | 215.35 | 49.92 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 248 | 77 | 0.18 | 0 | 0.69 | 0.03 | 75.44 | 0.92 | 0.64 |
| Hex | CC | F8 | 4D | 12 | 0 | 45 | 3 | 4B | 5C | 40 |
| Octal | 314 | 370 | 115 | 22 | 0 | 105 | 3 | 113 | 134 | 100 |
| Binary | 11001100 | 11111000 | 1001101 | 10010 | 0 | 1000101 | 11 | 1001011 | 1011100 | 1000000 |
Color Harmonies of #CCF84D
Complementary color
Monochromatic Colors of #CCF84D
Black with #CCF84D
Text Example
Text Example
White with #CCF84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF84D; }
p { color: rgb(204,248,77); }
H1.HeaderClassName
{
color: #CCF84D;
}
.AnyTagClassName
{
color: #CCF84D;
}
</style>
background-color css
<style>
a { background-color: #CCF84D; }
a { background-color: rgb(204,248,77); }
div.DivClassName
{
background-color: #CCF84D;
}
.BgClassName
{
background-color: #CCF84D;
}
</style>
border-color css
<style>
span { border-color: #CCF84D; }
span { border-color: rgb(204,248,77); }
td.TdClassName
{
border-color: #CCF84D;
}
.TagClassName
{
border-color: #CCF84D;
}
</style>