Shades of Pear #CCF033
Tints of Pear #CCF033
RGB
CMYK
RGB Variations
Color information
#CCF033 (or 0xCCF033) is known color: Pear. HEX triplet: CC, F0 and 33. RGB value is (204,240,51). Sum of RGB (Red+Green+Blue) = 204+240+51=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 240 (94.14% from 255 or 48.48% from 495); Blue value is 51 (20.31% from 255 or 10.30% from 495); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF033 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF033 is #330FCC. Grayscale: #D0D0D0. Windows color (decimal): -3346381 or 3403980. OLE color: 3403980.
HSL color Cylindrical-coordinate representation of color #CCF033: hue angle of 71.43º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CCF033 is Cyan = 0.15, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 240 | 51 | - |
| CMYK | 0.15 | 0 | 0.79 | 0.06 |
| HSL | 71.43º | 0.86% | 0.57% | - |
| HSV(B) | 71.43º | 0.79% | 0.94% | - |
| XYZ | 56.66 | 75.4 | 14.7 | - |
| YUV | 207.69 | 39.57 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 240 | 51 | 0.15 | 0 | 0.79 | 0.06 | 71.43 | 0.86 | 0.57 |
| Hex | CC | F0 | 33 | F | 0 | 4F | 6 | 47 | 56 | 39 |
| Octal | 314 | 360 | 63 | 17 | 0 | 117 | 6 | 107 | 126 | 71 |
| Binary | 11001100 | 11110000 | 110011 | 1111 | 0 | 1001111 | 110 | 1000111 | 1010110 | 111001 |
Color Harmonies of #CCF033
Complementary color
Monochromatic Colors of #CCF033
Black with #CCF033
Text Example
Text Example
White with #CCF033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF033; }
p { color: rgb(204,240,51); }
H1.HeaderClassName
{
color: #CCF033;
}
.AnyTagClassName
{
color: #CCF033;
}
</style>
background-color css
<style>
a { background-color: #CCF033; }
a { background-color: rgb(204,240,51); }
div.DivClassName
{
background-color: #CCF033;
}
.BgClassName
{
background-color: #CCF033;
}
</style>
border-color css
<style>
span { border-color: #CCF033; }
span { border-color: rgb(204,240,51); }
td.TdClassName
{
border-color: #CCF033;
}
.TagClassName
{
border-color: #CCF033;
}
</style>