Shades of Pear #CCF429
Tints of Pear #CCF429
RGB
CMYK
RGB Variations
Color information
#CCF429 (or 0xCCF429) is known color: Pear. HEX triplet: CC, F4 and 29. RGB value is (204,244,41). Sum of RGB (Red+Green+Blue) = 204+244+41=489 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.72% from 489); Green value is 244 (95.70% from 255 or 49.90% from 489); Blue value is 41 (16.41% from 255 or 8.38% from 489); Max value from RGB is 244 - color contains mainly: green. Hex color #CCF429 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF429 is #330BD6. Grayscale: #D1D1D1. Windows color (decimal): -3345367 or 2749644. OLE color: 2749644.
HSL color Cylindrical-coordinate representation of color #CCF429: hue angle of 71.82º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CCF429 is Cyan = 0.16, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 244 | 41 | - |
| CMYK | 0.16 | 0 | 0.83 | 0.04 |
| HSL | 71.82º | 0.9% | 0.56% | - |
| HSV(B) | 71.82º | 0.83% | 0.96% | - |
| XYZ | 57.65 | 77.7 | 14.06 | - |
| YUV | 208.9 | 33.25 | 124.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 244 | 41 | 0.16 | 0 | 0.83 | 0.04 | 71.82 | 0.9 | 0.56 |
| Hex | CC | F4 | 29 | 10 | 0 | 53 | 4 | 48 | 5A | 38 |
| Octal | 314 | 364 | 51 | 20 | 0 | 123 | 4 | 110 | 132 | 70 |
| Binary | 11001100 | 11110100 | 101001 | 10000 | 0 | 1010011 | 100 | 1001000 | 1011010 | 111000 |
Color Harmonies of #CCF429
Complementary color
Monochromatic Colors of #CCF429
Black with #CCF429
Text Example
Text Example
White with #CCF429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF429; }
p { color: rgb(204,244,41); }
H1.HeaderClassName
{
color: #CCF429;
}
.AnyTagClassName
{
color: #CCF429;
}
</style>
background-color css
<style>
a { background-color: #CCF429; }
a { background-color: rgb(204,244,41); }
div.DivClassName
{
background-color: #CCF429;
}
.BgClassName
{
background-color: #CCF429;
}
</style>
border-color css
<style>
span { border-color: #CCF429; }
span { border-color: rgb(204,244,41); }
td.TdClassName
{
border-color: #CCF429;
}
.TagClassName
{
border-color: #CCF429;
}
</style>