Shades of Pear #CCE718
Tints of Pear #CCE718
RGB
CMYK
RGB Variations
Color information
#CCE718 (or 0xCCE718) is known color: Pear. HEX triplet: CC, E7 and 18. RGB value is (204,231,24). Sum of RGB (Red+Green+Blue) = 204+231+24=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 231 (90.62% from 255 or 50.33% from 459); Blue value is 24 (9.77% from 255 or 5.23% from 459); Max value from RGB is 231 - color contains mainly: green. Hex color #CCE718 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCE718 is #3318E7. Grayscale: #C8C8C8. Windows color (decimal): -3348712 or 1632204. OLE color: 1632204.
HSL color Cylindrical-coordinate representation of color #CCE718: hue angle of 67.83º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CCE718 is Cyan = 0.12, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 231 | 24 | - |
| CMYK | 0.12 | 0 | 0.90 | 0.09 |
| HSL | 67.83º | 0.81% | 0.5% | - |
| HSV(B) | 67.83º | 0.9% | 0.91% | - |
| XYZ | 53.64 | 70.06 | 11.56 | - |
| YUV | 199.33 | 29.05 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 231 | 24 | 0.12 | 0 | 0.90 | 0.09 | 67.83 | 0.81 | 0.5 |
| Hex | CC | E7 | 18 | C | 0 | 5A | 9 | 44 | 51 | 32 |
| Octal | 314 | 347 | 30 | 14 | 0 | 132 | 11 | 104 | 121 | 62 |
| Binary | 11001100 | 11100111 | 11000 | 1100 | 0 | 1011010 | 1001 | 1000100 | 1010001 | 110010 |
Color Harmonies of #CCE718
Complementary color
Monochromatic Colors of #CCE718
Black with #CCE718
Text Example
Text Example
White with #CCE718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE718; }
p { color: rgb(204,231,24); }
H1.HeaderClassName
{
color: #CCE718;
}
.AnyTagClassName
{
color: #CCE718;
}
</style>
background-color css
<style>
a { background-color: #CCE718; }
a { background-color: rgb(204,231,24); }
div.DivClassName
{
background-color: #CCE718;
}
.BgClassName
{
background-color: #CCE718;
}
</style>
border-color css
<style>
span { border-color: #CCE718; }
span { border-color: rgb(204,231,24); }
td.TdClassName
{
border-color: #CCE718;
}
.TagClassName
{
border-color: #CCE718;
}
</style>