Shades of Pear #CCE61C
Tints of Pear #CCE61C
RGB
CMYK
RGB Variations
Color information
#CCE61C (or 0xCCE61C) is known color: Pear. HEX triplet: CC, E6 and 1C. RGB value is (204,230,28). Sum of RGB (Red+Green+Blue) = 204+230+28=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 230 (90.23% from 255 or 49.78% from 462); Blue value is 28 (11.33% from 255 or 6.06% from 462); Max value from RGB is 230 - color contains mainly: green. Hex color #CCE61C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCE61C is #3319E3. Grayscale: #C7C7C7. Windows color (decimal): -3348964 or 1894092. OLE color: 1894092.
HSL color Cylindrical-coordinate representation of color #CCE61C: hue angle of 67.72º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CCE61C is Cyan = 0.11, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 230 | 28 | - |
| CMYK | 0.11 | 0 | 0.88 | 0.10 |
| HSL | 67.72º | 0.8% | 0.51% | - |
| HSV(B) | 67.72º | 0.88% | 0.9% | - |
| XYZ | 53.41 | 69.51 | 11.7 | - |
| YUV | 199.2 | 31.39 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 230 | 28 | 0.11 | 0 | 0.88 | 0.10 | 67.72 | 0.8 | 0.51 |
| Hex | CC | E6 | 1C | B | 0 | 58 | A | 44 | 50 | 33 |
| Octal | 314 | 346 | 34 | 13 | 0 | 130 | 12 | 104 | 120 | 63 |
| Binary | 11001100 | 11100110 | 11100 | 1011 | 0 | 1011000 | 1010 | 1000100 | 1010000 | 110011 |
Color Harmonies of #CCE61C
Complementary color
Monochromatic Colors of #CCE61C
Black with #CCE61C
Text Example
Text Example
White with #CCE61C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE61C; }
p { color: rgb(204,230,28); }
H1.HeaderClassName
{
color: #CCE61C;
}
.AnyTagClassName
{
color: #CCE61C;
}
</style>
background-color css
<style>
a { background-color: #CCE61C; }
a { background-color: rgb(204,230,28); }
div.DivClassName
{
background-color: #CCE61C;
}
.BgClassName
{
background-color: #CCE61C;
}
</style>
border-color css
<style>
span { border-color: #CCE61C; }
span { border-color: rgb(204,230,28); }
td.TdClassName
{
border-color: #CCE61C;
}
.TagClassName
{
border-color: #CCE61C;
}
</style>