Shades of Pear #CCE72D
Tints of Pear #CCE72D
RGB
CMYK
RGB Variations
Color information
#CCE72D (or 0xCCE72D) is known color: Pear. HEX triplet: CC, E7 and 2D. RGB value is (204,231,45). Sum of RGB (Red+Green+Blue) = 204+231+45=480 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.5% from 480); Green value is 231 (90.62% from 255 or 48.12% from 480); Blue value is 45 (17.97% from 255 or 9.38% from 480); Max value from RGB is 231 - color contains mainly: green. Hex color #CCE72D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCE72D is #3318D2. Grayscale: #CACACA. Windows color (decimal): -3348691 or 3008460. OLE color: 3008460.
HSL color Cylindrical-coordinate representation of color #CCE72D: hue angle of 68.71º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CCE72D is Cyan = 0.12, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 231 | 45 | - |
| CMYK | 0.12 | 0 | 0.81 | 0.09 |
| HSL | 68.71º | 0.79% | 0.54% | - |
| HSV(B) | 68.71º | 0.81% | 0.91% | - |
| XYZ | 53.95 | 70.18 | 13.18 | - |
| YUV | 201.72 | 39.55 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 231 | 45 | 0.12 | 0 | 0.81 | 0.09 | 68.71 | 0.79 | 0.54 |
| Hex | CC | E7 | 2D | C | 0 | 51 | 9 | 45 | 4F | 36 |
| Octal | 314 | 347 | 55 | 14 | 0 | 121 | 11 | 105 | 117 | 66 |
| Binary | 11001100 | 11100111 | 101101 | 1100 | 0 | 1010001 | 1001 | 1000101 | 1001111 | 110110 |
Color Harmonies of #CCE72D
Complementary color
Monochromatic Colors of #CCE72D
Black with #CCE72D
Text Example
Text Example
White with #CCE72D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE72D; }
p { color: rgb(204,231,45); }
H1.HeaderClassName
{
color: #CCE72D;
}
.AnyTagClassName
{
color: #CCE72D;
}
</style>
background-color css
<style>
a { background-color: #CCE72D; }
a { background-color: rgb(204,231,45); }
div.DivClassName
{
background-color: #CCE72D;
}
.BgClassName
{
background-color: #CCE72D;
}
</style>
border-color css
<style>
span { border-color: #CCE72D; }
span { border-color: rgb(204,231,45); }
td.TdClassName
{
border-color: #CCE72D;
}
.TagClassName
{
border-color: #CCE72D;
}
</style>