Shades of Pear #CCF41D
Tints of Pear #CCF41D
RGB
CMYK
RGB Variations
Color information
#CCF41D (or 0xCCF41D) is known color: Pear. HEX triplet: CC, F4 and 1D. RGB value is (204,244,29). Sum of RGB (Red+Green+Blue) = 204+244+29=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 244 (95.70% from 255 or 51.15% from 477); Blue value is 29 (11.72% from 255 or 6.08% from 477); Max value from RGB is 244 - color contains mainly: green. Hex color #CCF41D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF41D is #330BE2. Grayscale: #D0D0D0. Windows color (decimal): -3345379 or 1963212. OLE color: 1963212.
HSL color Cylindrical-coordinate representation of color #CCF41D: hue angle of 71.16º degrees, saturation: 0.91, 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 #CCF41D is Cyan = 0.16, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 244 | 29 | - |
| CMYK | 0.16 | 0 | 0.88 | 0.04 |
| HSL | 71.16º | 0.91% | 0.54% | - |
| HSV(B) | 71.16º | 0.88% | 0.96% | - |
| XYZ | 57.47 | 77.63 | 13.12 | - |
| YUV | 207.53 | 27.25 | 125.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 244 | 29 | 0.16 | 0 | 0.88 | 0.04 | 71.16 | 0.91 | 0.54 |
| Hex | CC | F4 | 1D | 10 | 0 | 58 | 4 | 47 | 5B | 36 |
| Octal | 314 | 364 | 35 | 20 | 0 | 130 | 4 | 107 | 133 | 66 |
| Binary | 11001100 | 11110100 | 11101 | 10000 | 0 | 1011000 | 100 | 1000111 | 1011011 | 110110 |
Color Harmonies of #CCF41D
Complementary color
Monochromatic Colors of #CCF41D
Black with #CCF41D
Text Example
Text Example
White with #CCF41D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF41D; }
p { color: rgb(204,244,29); }
H1.HeaderClassName
{
color: #CCF41D;
}
.AnyTagClassName
{
color: #CCF41D;
}
</style>
background-color css
<style>
a { background-color: #CCF41D; }
a { background-color: rgb(204,244,29); }
div.DivClassName
{
background-color: #CCF41D;
}
.BgClassName
{
background-color: #CCF41D;
}
</style>
border-color css
<style>
span { border-color: #CCF41D; }
span { border-color: rgb(204,244,29); }
td.TdClassName
{
border-color: #CCF41D;
}
.TagClassName
{
border-color: #CCF41D;
}
</style>