Shades of Pear #CCF129
Tints of Pear #CCF129
RGB
CMYK
RGB Variations
Color information
#CCF129 (or 0xCCF129) is known color: Pear. HEX triplet: CC, F1 and 29. RGB value is (204,241,41). Sum of RGB (Red+Green+Blue) = 204+241+41=486 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.98% from 486); Green value is 241 (94.53% from 255 or 49.59% from 486); Blue value is 41 (16.41% from 255 or 8.44% from 486); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF129 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF129 is #330ED6. Grayscale: #CFCFCF. Windows color (decimal): -3346135 or 2748876. OLE color: 2748876.
HSL color Cylindrical-coordinate representation of color #CCF129: hue angle of 71.1º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CCF129 is Cyan = 0.15, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 241 | 41 | - |
| CMYK | 0.15 | 0 | 0.83 | 0.05 |
| HSL | 71.1º | 0.88% | 0.55% | - |
| HSV(B) | 71.1º | 0.83% | 0.95% | - |
| XYZ | 56.76 | 75.91 | 13.76 | - |
| YUV | 207.14 | 34.24 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 241 | 41 | 0.15 | 0 | 0.83 | 0.05 | 71.1 | 0.88 | 0.55 |
| Hex | CC | F1 | 29 | F | 0 | 53 | 5 | 47 | 58 | 37 |
| Octal | 314 | 361 | 51 | 17 | 0 | 123 | 5 | 107 | 130 | 67 |
| Binary | 11001100 | 11110001 | 101001 | 1111 | 0 | 1010011 | 101 | 1000111 | 1011000 | 110111 |
Color Harmonies of #CCF129
Complementary color
Monochromatic Colors of #CCF129
Black with #CCF129
Text Example
Text Example
White with #CCF129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF129; }
p { color: rgb(204,241,41); }
H1.HeaderClassName
{
color: #CCF129;
}
.AnyTagClassName
{
color: #CCF129;
}
</style>
background-color css
<style>
a { background-color: #CCF129; }
a { background-color: rgb(204,241,41); }
div.DivClassName
{
background-color: #CCF129;
}
.BgClassName
{
background-color: #CCF129;
}
</style>
border-color css
<style>
span { border-color: #CCF129; }
span { border-color: rgb(204,241,41); }
td.TdClassName
{
border-color: #CCF129;
}
.TagClassName
{
border-color: #CCF129;
}
</style>