Shades of Pear #CCEE32
Tints of Pear #CCEE32
RGB
CMYK
RGB Variations
Color information
#CCEE32 (or 0xCCEE32) is known color: Pear. HEX triplet: CC, EE and 32. RGB value is (204,238,50). Sum of RGB (Red+Green+Blue) = 204+238+50=492 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.46% from 492); Green value is 238 (93.36% from 255 or 48.37% from 492); Blue value is 50 (19.92% from 255 or 10.16% from 492); Max value from RGB is 238 - color contains mainly: green. Hex color #CCEE32 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCEE32 is #3311CD. Grayscale: #CFCFCF. Windows color (decimal): -3346894 or 3337932. OLE color: 3337932.
HSL color Cylindrical-coordinate representation of color #CCEE32: hue angle of 70.85º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CCEE32 is Cyan = 0.14, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 238 | 50 | - |
| CMYK | 0.14 | 0 | 0.79 | 0.07 |
| HSL | 70.85º | 0.85% | 0.56% | - |
| HSV(B) | 70.85º | 0.79% | 0.93% | - |
| XYZ | 56.05 | 74.22 | 14.39 | - |
| YUV | 206.4 | 39.74 | 126.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 238 | 50 | 0.14 | 0 | 0.79 | 0.07 | 70.85 | 0.85 | 0.56 |
| Hex | CC | EE | 32 | E | 0 | 4F | 7 | 47 | 55 | 38 |
| Octal | 314 | 356 | 62 | 16 | 0 | 117 | 7 | 107 | 125 | 70 |
| Binary | 11001100 | 11101110 | 110010 | 1110 | 0 | 1001111 | 111 | 1000111 | 1010101 | 111000 |
Color Harmonies of #CCEE32
Complementary color
Monochromatic Colors of #CCEE32
Black with #CCEE32
Text Example
Text Example
White with #CCEE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEE32; }
p { color: rgb(204,238,50); }
H1.HeaderClassName
{
color: #CCEE32;
}
.AnyTagClassName
{
color: #CCEE32;
}
</style>
background-color css
<style>
a { background-color: #CCEE32; }
a { background-color: rgb(204,238,50); }
div.DivClassName
{
background-color: #CCEE32;
}
.BgClassName
{
background-color: #CCEE32;
}
</style>
border-color css
<style>
span { border-color: #CCEE32; }
span { border-color: rgb(204,238,50); }
td.TdClassName
{
border-color: #CCEE32;
}
.TagClassName
{
border-color: #CCEE32;
}
</style>