Shades of Pear #CCF52A
Tints of Pear #CCF52A
RGB
CMYK
RGB Variations
Color information
#CCF52A (or 0xCCF52A) is known color: Pear. HEX triplet: CC, F5 and 2A. RGB value is (204,245,42). Sum of RGB (Red+Green+Blue) = 204+245+42=491 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.55% from 491); Green value is 245 (96.09% from 255 or 49.90% from 491); Blue value is 42 (16.80% from 255 or 8.55% from 491); Max value from RGB is 245 - color contains mainly: green. Hex color #CCF52A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF52A is #330AD5. Grayscale: #D2D2D2. Windows color (decimal): -3345110 or 2815436. OLE color: 2815436.
HSL color Cylindrical-coordinate representation of color #CCF52A: hue angle of 72.12º degrees, saturation: 0.91, 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 #CCF52A is Cyan = 0.17, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 245 | 42 | - |
| CMYK | 0.17 | 0 | 0.83 | 0.04 |
| HSL | 72.12º | 0.91% | 0.56% | - |
| HSV(B) | 72.12º | 0.83% | 0.96% | - |
| XYZ | 57.97 | 78.31 | 14.25 | - |
| YUV | 209.6 | 33.42 | 124.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 245 | 42 | 0.17 | 0 | 0.83 | 0.04 | 72.12 | 0.91 | 0.56 |
| Hex | CC | F5 | 2A | 11 | 0 | 53 | 4 | 48 | 5B | 38 |
| Octal | 314 | 365 | 52 | 21 | 0 | 123 | 4 | 110 | 133 | 70 |
| Binary | 11001100 | 11110101 | 101010 | 10001 | 0 | 1010011 | 100 | 1001000 | 1011011 | 111000 |
Color Harmonies of #CCF52A
Complementary color
Monochromatic Colors of #CCF52A
Black with #CCF52A
Text Example
Text Example
White with #CCF52A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF52A; }
p { color: rgb(204,245,42); }
H1.HeaderClassName
{
color: #CCF52A;
}
.AnyTagClassName
{
color: #CCF52A;
}
</style>
background-color css
<style>
a { background-color: #CCF52A; }
a { background-color: rgb(204,245,42); }
div.DivClassName
{
background-color: #CCF52A;
}
.BgClassName
{
background-color: #CCF52A;
}
</style>
border-color css
<style>
span { border-color: #CCF52A; }
span { border-color: rgb(204,245,42); }
td.TdClassName
{
border-color: #CCF52A;
}
.TagClassName
{
border-color: #CCF52A;
}
</style>