Shades of Pear #CCF832
Tints of Pear #CCF832
RGB
CMYK
RGB Variations
Color information
#CCF832 (or 0xCCF832) is known color: Pear. HEX triplet: CC, F8 and 32. RGB value is (204,248,50). Sum of RGB (Red+Green+Blue) = 204+248+50=502 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.64% from 502); Green value is 248 (97.27% from 255 or 49.40% from 502); Blue value is 50 (19.92% from 255 or 9.96% from 502); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF832 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF832 is #3307CD. Grayscale: #D5D5D5. Windows color (decimal): -3344334 or 3340492. OLE color: 3340492.
HSL color Cylindrical-coordinate representation of color #CCF832: hue angle of 73.33º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CCF832 is Cyan = 0.18, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 204 | 248 | 50 | - |
| CMYK | 0.18 | 0 | 0.80 | 0.03 |
| HSL | 73.33º | 0.93% | 0.58% | - |
| HSV(B) | 73.33º | 0.8% | 0.97% | - |
| XYZ | 59.04 | 80.2 | 15.39 | - |
| YUV | 212.27 | 36.42 | 122.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 248 | 50 | 0.18 | 0 | 0.80 | 0.03 | 73.33 | 0.93 | 0.58 |
| Hex | CC | F8 | 32 | 12 | 0 | 50 | 3 | 49 | 5D | 3A |
| Octal | 314 | 370 | 62 | 22 | 0 | 120 | 3 | 111 | 135 | 72 |
| Binary | 11001100 | 11111000 | 110010 | 10010 | 0 | 1010000 | 11 | 1001001 | 1011101 | 111010 |
Color Harmonies of #CCF832
Complementary color
Monochromatic Colors of #CCF832
Black with #CCF832
Text Example
Text Example
White with #CCF832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF832; }
p { color: rgb(204,248,50); }
H1.HeaderClassName
{
color: #CCF832;
}
.AnyTagClassName
{
color: #CCF832;
}
</style>
background-color css
<style>
a { background-color: #CCF832; }
a { background-color: rgb(204,248,50); }
div.DivClassName
{
background-color: #CCF832;
}
.BgClassName
{
background-color: #CCF832;
}
</style>
border-color css
<style>
span { border-color: #CCF832; }
span { border-color: rgb(204,248,50); }
td.TdClassName
{
border-color: #CCF832;
}
.TagClassName
{
border-color: #CCF832;
}
</style>