Shades of Pear #CCE614
Tints of Pear #CCE614
RGB
CMYK
RGB Variations
Color information
#CCE614 (or 0xCCE614) is known color: Pear. HEX triplet: CC, E6 and 14. RGB value is (204,230,20). Sum of RGB (Red+Green+Blue) = 204+230+20=454 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.93% from 454); Green value is 230 (90.23% from 255 or 50.66% from 454); Blue value is 20 (8.20% from 255 or 4.41% from 454); Max value from RGB is 230 - color contains mainly: green. Hex color #CCE614 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCE614 is #3319EB. Grayscale: #C7C7C7. Windows color (decimal): -3348972 or 1369804. OLE color: 1369804.
HSL color Cylindrical-coordinate representation of color #CCE614: hue angle of 67.43º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CCE614 is Cyan = 0.11, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 230 | 20 | - |
| CMYK | 0.11 | 0 | 0.91 | 0.10 |
| HSL | 67.43º | 0.84% | 0.49% | - |
| HSV(B) | 67.43º | 0.91% | 0.9% | - |
| XYZ | 53.32 | 69.48 | 11.26 | - |
| YUV | 198.29 | 27.39 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 230 | 20 | 0.11 | 0 | 0.91 | 0.10 | 67.43 | 0.84 | 0.49 |
| Hex | CC | E6 | 14 | B | 0 | 5B | A | 43 | 54 | 31 |
| Octal | 314 | 346 | 24 | 13 | 0 | 133 | 12 | 103 | 124 | 61 |
| Binary | 11001100 | 11100110 | 10100 | 1011 | 0 | 1011011 | 1010 | 1000011 | 1010100 | 110001 |
Color Harmonies of #CCE614
Complementary color
Monochromatic Colors of #CCE614
Black with #CCE614
Text Example
Text Example
White with #CCE614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE614; }
p { color: rgb(204,230,20); }
H1.HeaderClassName
{
color: #CCE614;
}
.AnyTagClassName
{
color: #CCE614;
}
</style>
background-color css
<style>
a { background-color: #CCE614; }
a { background-color: rgb(204,230,20); }
div.DivClassName
{
background-color: #CCE614;
}
.BgClassName
{
background-color: #CCE614;
}
</style>
border-color css
<style>
span { border-color: #CCE614; }
span { border-color: rgb(204,230,20); }
td.TdClassName
{
border-color: #CCE614;
}
.TagClassName
{
border-color: #CCE614;
}
</style>