Shades of Pear #CCF61D
Tints of Pear #CCF61D
RGB
CMYK
RGB Variations
Color information
#CCF61D (or 0xCCF61D) is known color: Pear. HEX triplet: CC, F6 and 1D. RGB value is (204,246,29). Sum of RGB (Red+Green+Blue) = 204+246+29=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 246 (96.48% from 255 or 51.36% from 479); Blue value is 29 (11.72% from 255 or 6.05% from 479); Max value from RGB is 246 - color contains mainly: green. Hex color #CCF61D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF61D is #3309E2. Grayscale: #D1D1D1. Windows color (decimal): -3344867 or 1963724. OLE color: 1963724.
HSL color Cylindrical-coordinate representation of color #CCF61D: hue angle of 71.61º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CCF61D is Cyan = 0.17, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 246 | 29 | - |
| CMYK | 0.17 | 0 | 0.88 | 0.04 |
| HSL | 71.61º | 0.92% | 0.54% | - |
| HSV(B) | 71.61º | 0.88% | 0.96% | - |
| XYZ | 58.08 | 78.84 | 13.32 | - |
| YUV | 208.7 | 26.59 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 246 | 29 | 0.17 | 0 | 0.88 | 0.04 | 71.61 | 0.92 | 0.54 |
| Hex | CC | F6 | 1D | 11 | 0 | 58 | 4 | 48 | 5C | 36 |
| Octal | 314 | 366 | 35 | 21 | 0 | 130 | 4 | 110 | 134 | 66 |
| Binary | 11001100 | 11110110 | 11101 | 10001 | 0 | 1011000 | 100 | 1001000 | 1011100 | 110110 |
Color Harmonies of #CCF61D
Complementary color
Monochromatic Colors of #CCF61D
Black with #CCF61D
Text Example
Text Example
White with #CCF61D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF61D; }
p { color: rgb(204,246,29); }
H1.HeaderClassName
{
color: #CCF61D;
}
.AnyTagClassName
{
color: #CCF61D;
}
</style>
background-color css
<style>
a { background-color: #CCF61D; }
a { background-color: rgb(204,246,29); }
div.DivClassName
{
background-color: #CCF61D;
}
.BgClassName
{
background-color: #CCF61D;
}
</style>
border-color css
<style>
span { border-color: #CCF61D; }
span { border-color: rgb(204,246,29); }
td.TdClassName
{
border-color: #CCF61D;
}
.TagClassName
{
border-color: #CCF61D;
}
</style>