Shades of Pear #CCE338
Tints of Pear #CCE338
RGB
CMYK
RGB Variations
Color information
#CCE338 (or 0xCCE338) is known color: Pear. HEX triplet: CC, E3 and 38. RGB value is (204,227,56). Sum of RGB (Red+Green+Blue) = 204+227+56=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 227 (89.06% from 255 or 46.61% from 487); Blue value is 56 (22.27% from 255 or 11.50% from 487); Max value from RGB is 227 - color contains mainly: green. Hex color #CCE338 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE338 is #331CC7. Grayscale: #C9C9C9. Windows color (decimal): -3349704 or 3728332. OLE color: 3728332.
HSL color Cylindrical-coordinate representation of color #CCE338: hue angle of 68.07º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CCE338 is Cyan = 0.10, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 227 | 56 | - |
| CMYK | 0.10 | 0 | 0.75 | 0.11 |
| HSL | 68.07º | 0.75% | 0.55% | - |
| HSV(B) | 68.07º | 0.75% | 0.89% | - |
| XYZ | 53.08 | 68.06 | 14.08 | - |
| YUV | 200.63 | 46.38 | 130.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 227 | 56 | 0.10 | 0 | 0.75 | 0.11 | 68.07 | 0.75 | 0.55 |
| Hex | CC | E3 | 38 | A | 0 | 4B | B | 44 | 4B | 37 |
| Octal | 314 | 343 | 70 | 12 | 0 | 113 | 13 | 104 | 113 | 67 |
| Binary | 11001100 | 11100011 | 111000 | 1010 | 0 | 1001011 | 1011 | 1000100 | 1001011 | 110111 |
Color Harmonies of #CCE338
Complementary color
Monochromatic Colors of #CCE338
Black with #CCE338
Text Example
Text Example
White with #CCE338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE338; }
p { color: rgb(204,227,56); }
H1.HeaderClassName
{
color: #CCE338;
}
.AnyTagClassName
{
color: #CCE338;
}
</style>
background-color css
<style>
a { background-color: #CCE338; }
a { background-color: rgb(204,227,56); }
div.DivClassName
{
background-color: #CCE338;
}
.BgClassName
{
background-color: #CCE338;
}
</style>
border-color css
<style>
span { border-color: #CCE338; }
span { border-color: rgb(204,227,56); }
td.TdClassName
{
border-color: #CCE338;
}
.TagClassName
{
border-color: #CCE338;
}
</style>