Shades of Pear #CCF531
Tints of Pear #CCF531
RGB
CMYK
RGB Variations
Color information
#CCF531 (or 0xCCF531) is known color: Pear. HEX triplet: CC, F5 and 31. RGB value is (204,245,49). Sum of RGB (Red+Green+Blue) = 204+245+49=498 (65% of max value = 765). Red value is 204 (80.08% from 255 or 40.96% from 498); Green value is 245 (96.09% from 255 or 49.20% from 498); Blue value is 49 (19.53% from 255 or 9.84% from 498); Max value from RGB is 245 - color contains mainly: green. Hex color #CCF531 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF531 is #330ACE. Grayscale: #D3D3D3. Windows color (decimal): -3345103 or 3274188. OLE color: 3274188.
HSL color Cylindrical-coordinate representation of color #CCF531: hue angle of 72.55º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CCF531 is Cyan = 0.17, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 245 | 49 | - |
| CMYK | 0.17 | 0 | 0.8 | 0.04 |
| HSL | 72.55º | 0.91% | 0.58% | - |
| HSV(B) | 72.55º | 0.8% | 0.96% | - |
| XYZ | 58.11 | 78.36 | 14.97 | - |
| YUV | 210.4 | 36.92 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 245 | 49 | 0.17 | 0 | 0.8 | 0.04 | 72.55 | 0.91 | 0.58 |
| Hex | CC | F5 | 31 | 11 | 0 | 50 | 4 | 49 | 5B | 3A |
| Octal | 314 | 365 | 61 | 21 | 0 | 120 | 4 | 111 | 133 | 72 |
| Binary | 11001100 | 11110101 | 110001 | 10001 | 0 | 1010000 | 100 | 1001001 | 1011011 | 111010 |
Color Harmonies of #CCF531
Complementary color
Monochromatic Colors of #CCF531
Black with #CCF531
Text Example
Text Example
White with #CCF531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF531; }
p { color: rgb(204,245,49); }
H1.HeaderClassName
{
color: #CCF531;
}
.AnyTagClassName
{
color: #CCF531;
}
</style>
background-color css
<style>
a { background-color: #CCF531; }
a { background-color: rgb(204,245,49); }
div.DivClassName
{
background-color: #CCF531;
}
.BgClassName
{
background-color: #CCF531;
}
</style>
border-color css
<style>
span { border-color: #CCF531; }
span { border-color: rgb(204,245,49); }
td.TdClassName
{
border-color: #CCF531;
}
.TagClassName
{
border-color: #CCF531;
}
</style>