Shades of Pear #CCE61D
Tints of Pear #CCE61D
RGB
CMYK
RGB Variations
Color information
#CCE61D (or 0xCCE61D) is known color: Pear. HEX triplet: CC, E6 and 1D. RGB value is (204,230,29). Sum of RGB (Red+Green+Blue) = 204+230+29=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 230 (90.23% from 255 or 49.68% from 463); Blue value is 29 (11.72% from 255 or 6.26% from 463); Max value from RGB is 230 - color contains mainly: green. Hex color #CCE61D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCE61D is #3319E2. Grayscale: #C8C8C8. Windows color (decimal): -3348963 or 1959628. OLE color: 1959628.
HSL color Cylindrical-coordinate representation of color #CCE61D: hue angle of 67.76º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CCE61D is Cyan = 0.11, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 230 | 29 | - |
| CMYK | 0.11 | 0 | 0.87 | 0.10 |
| HSL | 67.76º | 0.8% | 0.51% | - |
| HSV(B) | 67.76º | 0.87% | 0.9% | - |
| XYZ | 53.42 | 69.52 | 11.77 | - |
| YUV | 199.31 | 31.89 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 230 | 29 | 0.11 | 0 | 0.87 | 0.10 | 67.76 | 0.8 | 0.51 |
| Hex | CC | E6 | 1D | B | 0 | 57 | A | 44 | 50 | 33 |
| Octal | 314 | 346 | 35 | 13 | 0 | 127 | 12 | 104 | 120 | 63 |
| Binary | 11001100 | 11100110 | 11101 | 1011 | 0 | 1010111 | 1010 | 1000100 | 1010000 | 110011 |
Color Harmonies of #CCE61D
Complementary color
Monochromatic Colors of #CCE61D
Black with #CCE61D
Text Example
Text Example
White with #CCE61D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE61D; }
p { color: rgb(204,230,29); }
H1.HeaderClassName
{
color: #CCE61D;
}
.AnyTagClassName
{
color: #CCE61D;
}
</style>
background-color css
<style>
a { background-color: #CCE61D; }
a { background-color: rgb(204,230,29); }
div.DivClassName
{
background-color: #CCE61D;
}
.BgClassName
{
background-color: #CCE61D;
}
</style>
border-color css
<style>
span { border-color: #CCE61D; }
span { border-color: rgb(204,230,29); }
td.TdClassName
{
border-color: #CCE61D;
}
.TagClassName
{
border-color: #CCE61D;
}
</style>