Shades of Pear #CCF32D
Tints of Pear #CCF32D
RGB
CMYK
RGB Variations
Color information
#CCF32D (or 0xCCF32D) is known color: Pear. HEX triplet: CC, F3 and 2D. RGB value is (204,243,45). Sum of RGB (Red+Green+Blue) = 204+243+45=492 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.46% from 492); Green value is 243 (95.31% from 255 or 49.39% from 492); Blue value is 45 (17.97% from 255 or 9.15% from 492); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF32D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF32D is #330CD2. Grayscale: #D1D1D1. Windows color (decimal): -3345619 or 3011532. OLE color: 3011532.
HSL color Cylindrical-coordinate representation of color #CCF32D: hue angle of 71.82º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CCF32D is Cyan = 0.16, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 243 | 45 | - |
| CMYK | 0.16 | 0 | 0.81 | 0.05 |
| HSL | 71.82º | 0.89% | 0.56% | - |
| HSV(B) | 71.82º | 0.81% | 0.95% | - |
| XYZ | 57.43 | 77.13 | 14.34 | - |
| YUV | 208.77 | 35.58 | 124.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 243 | 45 | 0.16 | 0 | 0.81 | 0.05 | 71.82 | 0.89 | 0.56 |
| Hex | CC | F3 | 2D | 10 | 0 | 51 | 5 | 48 | 59 | 38 |
| Octal | 314 | 363 | 55 | 20 | 0 | 121 | 5 | 110 | 131 | 70 |
| Binary | 11001100 | 11110011 | 101101 | 10000 | 0 | 1010001 | 101 | 1001000 | 1011001 | 111000 |
Color Harmonies of #CCF32D
Complementary color
Monochromatic Colors of #CCF32D
Black with #CCF32D
Text Example
Text Example
White with #CCF32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF32D; }
p { color: rgb(204,243,45); }
H1.HeaderClassName
{
color: #CCF32D;
}
.AnyTagClassName
{
color: #CCF32D;
}
</style>
background-color css
<style>
a { background-color: #CCF32D; }
a { background-color: rgb(204,243,45); }
div.DivClassName
{
background-color: #CCF32D;
}
.BgClassName
{
background-color: #CCF32D;
}
</style>
border-color css
<style>
span { border-color: #CCF32D; }
span { border-color: rgb(204,243,45); }
td.TdClassName
{
border-color: #CCF32D;
}
.TagClassName
{
border-color: #CCF32D;
}
</style>