Shades of Pear #CCF12C
Tints of Pear #CCF12C
RGB
CMYK
RGB Variations
Color information
#CCF12C (or 0xCCF12C) is known color: Pear. HEX triplet: CC, F1 and 2C. RGB value is (204,241,44). Sum of RGB (Red+Green+Blue) = 204+241+44=489 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.72% from 489); Green value is 241 (94.53% from 255 or 49.28% from 489); Blue value is 44 (17.58% from 255 or 9.00% from 489); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF12C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF12C is #330ED3. Grayscale: #D0D0D0. Windows color (decimal): -3346132 or 2945484. OLE color: 2945484.
HSL color Cylindrical-coordinate representation of color #CCF12C: hue angle of 71.27º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CCF12C is Cyan = 0.15, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 241 | 44 | - |
| CMYK | 0.15 | 0 | 0.82 | 0.05 |
| HSL | 71.27º | 0.88% | 0.56% | - |
| HSV(B) | 71.27º | 0.82% | 0.95% | - |
| XYZ | 56.81 | 75.93 | 14.04 | - |
| YUV | 207.48 | 35.74 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 241 | 44 | 0.15 | 0 | 0.82 | 0.05 | 71.27 | 0.88 | 0.56 |
| Hex | CC | F1 | 2C | F | 0 | 52 | 5 | 47 | 58 | 38 |
| Octal | 314 | 361 | 54 | 17 | 0 | 122 | 5 | 107 | 130 | 70 |
| Binary | 11001100 | 11110001 | 101100 | 1111 | 0 | 1010010 | 101 | 1000111 | 1011000 | 111000 |
Color Harmonies of #CCF12C
Complementary color
Monochromatic Colors of #CCF12C
Black with #CCF12C
Text Example
Text Example
White with #CCF12C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF12C; }
p { color: rgb(204,241,44); }
H1.HeaderClassName
{
color: #CCF12C;
}
.AnyTagClassName
{
color: #CCF12C;
}
</style>
background-color css
<style>
a { background-color: #CCF12C; }
a { background-color: rgb(204,241,44); }
div.DivClassName
{
background-color: #CCF12C;
}
.BgClassName
{
background-color: #CCF12C;
}
</style>
border-color css
<style>
span { border-color: #CCF12C; }
span { border-color: rgb(204,241,44); }
td.TdClassName
{
border-color: #CCF12C;
}
.TagClassName
{
border-color: #CCF12C;
}
</style>