Shades of Pear #CCF52B
Tints of Pear #CCF52B
RGB
CMYK
RGB Variations
Color information
#CCF52B (or 0xCCF52B) is known color: Pear. HEX triplet: CC, F5 and 2B. RGB value is (204,245,43). Sum of RGB (Red+Green+Blue) = 204+245+43=492 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.46% from 492); Green value is 245 (96.09% from 255 or 49.80% from 492); Blue value is 43 (17.19% from 255 or 8.74% from 492); Max value from RGB is 245 - color contains mainly: green. Hex color #CCF52B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF52B is #330AD4. Grayscale: #D2D2D2. Windows color (decimal): -3345109 or 2880972. OLE color: 2880972.
HSL color Cylindrical-coordinate representation of color #CCF52B: hue angle of 72.18º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CCF52B is Cyan = 0.17, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 245 | 43 | - |
| CMYK | 0.17 | 0 | 0.82 | 0.04 |
| HSL | 72.18º | 0.91% | 0.56% | - |
| HSV(B) | 72.18º | 0.82% | 0.96% | - |
| XYZ | 57.99 | 78.32 | 14.35 | - |
| YUV | 209.71 | 33.92 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 245 | 43 | 0.17 | 0 | 0.82 | 0.04 | 72.18 | 0.91 | 0.56 |
| Hex | CC | F5 | 2B | 11 | 0 | 52 | 4 | 48 | 5B | 38 |
| Octal | 314 | 365 | 53 | 21 | 0 | 122 | 4 | 110 | 133 | 70 |
| Binary | 11001100 | 11110101 | 101011 | 10001 | 0 | 1010010 | 100 | 1001000 | 1011011 | 111000 |
Color Harmonies of #CCF52B
Complementary color
Monochromatic Colors of #CCF52B
Black with #CCF52B
Text Example
Text Example
White with #CCF52B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF52B; }
p { color: rgb(204,245,43); }
H1.HeaderClassName
{
color: #CCF52B;
}
.AnyTagClassName
{
color: #CCF52B;
}
</style>
background-color css
<style>
a { background-color: #CCF52B; }
a { background-color: rgb(204,245,43); }
div.DivClassName
{
background-color: #CCF52B;
}
.BgClassName
{
background-color: #CCF52B;
}
</style>
border-color css
<style>
span { border-color: #CCF52B; }
span { border-color: rgb(204,245,43); }
td.TdClassName
{
border-color: #CCF52B;
}
.TagClassName
{
border-color: #CCF52B;
}
</style>