Shades of Pear #CCE318
Tints of Pear #CCE318
RGB
CMYK
RGB Variations
Color information
#CCE318 (or 0xCCE318) is known color: Pear. HEX triplet: CC, E3 and 18. RGB value is (204,227,24). Sum of RGB (Red+Green+Blue) = 204+227+24=455 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.84% from 455); Green value is 227 (89.06% from 255 or 49.89% from 455); Blue value is 24 (9.77% from 255 or 5.27% from 455); Max value from RGB is 227 - color contains mainly: green. Hex color #CCE318 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCE318 is #331CE7. Grayscale: #C5C5C5. Windows color (decimal): -3349736 or 1631180. OLE color: 1631180.
HSL color Cylindrical-coordinate representation of color #CCE318: hue angle of 66.8º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CCE318 is Cyan = 0.10, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 227 | 24 | - |
| CMYK | 0.10 | 0 | 0.89 | 0.11 |
| HSL | 66.8º | 0.81% | 0.49% | - |
| HSV(B) | 66.8º | 0.89% | 0.89% | - |
| XYZ | 52.54 | 67.84 | 11.19 | - |
| YUV | 196.98 | 30.38 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 227 | 24 | 0.10 | 0 | 0.89 | 0.11 | 66.8 | 0.81 | 0.49 |
| Hex | CC | E3 | 18 | A | 0 | 59 | B | 43 | 51 | 31 |
| Octal | 314 | 343 | 30 | 12 | 0 | 131 | 13 | 103 | 121 | 61 |
| Binary | 11001100 | 11100011 | 11000 | 1010 | 0 | 1011001 | 1011 | 1000011 | 1010001 | 110001 |
Color Harmonies of #CCE318
Complementary color
Monochromatic Colors of #CCE318
Black with #CCE318
Text Example
Text Example
White with #CCE318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE318; }
p { color: rgb(204,227,24); }
H1.HeaderClassName
{
color: #CCE318;
}
.AnyTagClassName
{
color: #CCE318;
}
</style>
background-color css
<style>
a { background-color: #CCE318; }
a { background-color: rgb(204,227,24); }
div.DivClassName
{
background-color: #CCE318;
}
.BgClassName
{
background-color: #CCE318;
}
</style>
border-color css
<style>
span { border-color: #CCE318; }
span { border-color: rgb(204,227,24); }
td.TdClassName
{
border-color: #CCE318;
}
.TagClassName
{
border-color: #CCE318;
}
</style>