Shades of Pear #CCF533
Tints of Pear #CCF533
RGB
CMYK
RGB Variations
Color information
#CCF533 (or 0xCCF533) is known color: Pear. HEX triplet: CC, F5 and 33. RGB value is (204,245,51). Sum of RGB (Red+Green+Blue) = 204+245+51=500 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.8% from 500); Green value is 245 (96.09% from 255 or 49% from 500); Blue value is 51 (20.31% from 255 or 10.2% from 500); Max value from RGB is 245 - color contains mainly: green. Hex color #CCF533 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF533 is #330ACC. Grayscale: #D3D3D3. Windows color (decimal): -3345101 or 3405260. OLE color: 3405260.
HSL color Cylindrical-coordinate representation of color #CCF533: hue angle of 72.68º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CCF533 is Cyan = 0.17, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 245 | 51 | - |
| CMYK | 0.17 | 0 | 0.79 | 0.04 |
| HSL | 72.68º | 0.91% | 0.58% | - |
| HSV(B) | 72.68º | 0.79% | 0.96% | - |
| XYZ | 58.15 | 78.38 | 15.2 | - |
| YUV | 210.63 | 37.92 | 123.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 245 | 51 | 0.17 | 0 | 0.79 | 0.04 | 72.68 | 0.91 | 0.58 |
| Hex | CC | F5 | 33 | 11 | 0 | 4F | 4 | 49 | 5B | 3A |
| Octal | 314 | 365 | 63 | 21 | 0 | 117 | 4 | 111 | 133 | 72 |
| Binary | 11001100 | 11110101 | 110011 | 10001 | 0 | 1001111 | 100 | 1001001 | 1011011 | 111010 |
Color Harmonies of #CCF533
Complementary color
Monochromatic Colors of #CCF533
Black with #CCF533
Text Example
Text Example
White with #CCF533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF533; }
p { color: rgb(204,245,51); }
H1.HeaderClassName
{
color: #CCF533;
}
.AnyTagClassName
{
color: #CCF533;
}
</style>
background-color css
<style>
a { background-color: #CCF533; }
a { background-color: rgb(204,245,51); }
div.DivClassName
{
background-color: #CCF533;
}
.BgClassName
{
background-color: #CCF533;
}
</style>
border-color css
<style>
span { border-color: #CCF533; }
span { border-color: rgb(204,245,51); }
td.TdClassName
{
border-color: #CCF533;
}
.TagClassName
{
border-color: #CCF533;
}
</style>