Shades of Pear #CCE133
Tints of Pear #CCE133
RGB
CMYK
RGB Variations
Color information
#CCE133 (or 0xCCE133) is known color: Pear. HEX triplet: CC, E1 and 33. RGB value is (204,225,51). Sum of RGB (Red+Green+Blue) = 204+225+51=480 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.5% from 480); Green value is 225 (88.28% from 255 or 46.88% from 480); Blue value is 51 (20.31% from 255 or 10.62% from 480); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE133 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE133 is #331ECC. Grayscale: #C7C7C7. Windows color (decimal): -3350221 or 3400140. OLE color: 3400140.
HSL color Cylindrical-coordinate representation of color #CCE133: hue angle of 67.24º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CCE133 is Cyan = 0.09, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 225 | 51 | - |
| CMYK | 0.09 | 0 | 0.77 | 0.12 |
| HSL | 67.24º | 0.74% | 0.54% | - |
| HSV(B) | 67.24º | 0.77% | 0.88% | - |
| XYZ | 52.42 | 66.93 | 13.29 | - |
| YUV | 198.89 | 44.54 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 225 | 51 | 0.09 | 0 | 0.77 | 0.12 | 67.24 | 0.74 | 0.54 |
| Hex | CC | E1 | 33 | 9 | 0 | 4D | C | 43 | 4A | 36 |
| Octal | 314 | 341 | 63 | 11 | 0 | 115 | 14 | 103 | 112 | 66 |
| Binary | 11001100 | 11100001 | 110011 | 1001 | 0 | 1001101 | 1100 | 1000011 | 1001010 | 110110 |
Color Harmonies of #CCE133
Complementary color
Monochromatic Colors of #CCE133
Black with #CCE133
Text Example
Text Example
White with #CCE133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE133; }
p { color: rgb(204,225,51); }
H1.HeaderClassName
{
color: #CCE133;
}
.AnyTagClassName
{
color: #CCE133;
}
</style>
background-color css
<style>
a { background-color: #CCE133; }
a { background-color: rgb(204,225,51); }
div.DivClassName
{
background-color: #CCE133;
}
.BgClassName
{
background-color: #CCE133;
}
</style>
border-color css
<style>
span { border-color: #CCE133; }
span { border-color: rgb(204,225,51); }
td.TdClassName
{
border-color: #CCE133;
}
.TagClassName
{
border-color: #CCE133;
}
</style>