Shades of Pear #CCE740
Tints of Pear #CCE740
RGB
CMYK
RGB Variations
Color information
#CCE740 (or 0xCCE740) is known color: Pear. HEX triplet: CC, E7 and 40. RGB value is (204,231,64). Sum of RGB (Red+Green+Blue) = 204+231+64=499 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.88% from 499); Green value is 231 (90.62% from 255 or 46.29% from 499); Blue value is 64 (25.39% from 255 or 12.83% from 499); Max value from RGB is 231 - color contains mainly: green. Hex color #CCE740 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCE740 is #3318BF. Grayscale: #CCCCCC. Windows color (decimal): -3348672 or 4253644. OLE color: 4253644.
HSL color Cylindrical-coordinate representation of color #CCE740: hue angle of 69.7º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CCE740 is Cyan = 0.12, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 231 | 64 | - |
| CMYK | 0.12 | 0 | 0.72 | 0.09 |
| HSL | 69.7º | 0.78% | 0.58% | - |
| HSV(B) | 69.7º | 0.72% | 0.91% | - |
| XYZ | 54.4 | 70.36 | 15.56 | - |
| YUV | 203.89 | 49.05 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 231 | 64 | 0.12 | 0 | 0.72 | 0.09 | 69.7 | 0.78 | 0.58 |
| Hex | CC | E7 | 40 | C | 0 | 48 | 9 | 46 | 4E | 3A |
| Octal | 314 | 347 | 100 | 14 | 0 | 110 | 11 | 106 | 116 | 72 |
| Binary | 11001100 | 11100111 | 1000000 | 1100 | 0 | 1001000 | 1001 | 1000110 | 1001110 | 111010 |
Color Harmonies of #CCE740
Complementary color
Monochromatic Colors of #CCE740
Black with #CCE740
Text Example
Text Example
White with #CCE740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE740; }
p { color: rgb(204,231,64); }
H1.HeaderClassName
{
color: #CCE740;
}
.AnyTagClassName
{
color: #CCE740;
}
</style>
background-color css
<style>
a { background-color: #CCE740; }
a { background-color: rgb(204,231,64); }
div.DivClassName
{
background-color: #CCE740;
}
.BgClassName
{
background-color: #CCE740;
}
</style>
border-color css
<style>
span { border-color: #CCE740; }
span { border-color: rgb(204,231,64); }
td.TdClassName
{
border-color: #CCE740;
}
.TagClassName
{
border-color: #CCE740;
}
</style>