Shades of Pear #CCE01B
Tints of Pear #CCE01B
RGB
CMYK
RGB Variations
Color information
#CCE01B (or 0xCCE01B) is known color: Pear. HEX triplet: CC, E0 and 1B. RGB value is (204,224,27). Sum of RGB (Red+Green+Blue) = 204+224+27=455 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.84% from 455); Green value is 224 (87.89% from 255 or 49.23% from 455); Blue value is 27 (10.94% from 255 or 5.93% from 455); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE01B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE01B is #331FE4. Grayscale: #C4C4C4. Windows color (decimal): -3350501 or 1827020. OLE color: 1827020.
HSL color Cylindrical-coordinate representation of color #CCE01B: hue angle of 66.09º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CCE01B is Cyan = 0.09, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 224 | 27 | - |
| CMYK | 0.09 | 0 | 0.88 | 0.12 |
| HSL | 66.09º | 0.78% | 0.49% | - |
| HSV(B) | 66.09º | 0.88% | 0.88% | - |
| XYZ | 51.76 | 66.23 | 11.09 | - |
| YUV | 195.56 | 32.87 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 224 | 27 | 0.09 | 0 | 0.88 | 0.12 | 66.09 | 0.78 | 0.49 |
| Hex | CC | E0 | 1B | 9 | 0 | 58 | C | 42 | 4E | 31 |
| Octal | 314 | 340 | 33 | 11 | 0 | 130 | 14 | 102 | 116 | 61 |
| Binary | 11001100 | 11100000 | 11011 | 1001 | 0 | 1011000 | 1100 | 1000010 | 1001110 | 110001 |
Color Harmonies of #CCE01B
Complementary color
Monochromatic Colors of #CCE01B
Black with #CCE01B
Text Example
Text Example
White with #CCE01B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE01B; }
p { color: rgb(204,224,27); }
H1.HeaderClassName
{
color: #CCE01B;
}
.AnyTagClassName
{
color: #CCE01B;
}
</style>
background-color css
<style>
a { background-color: #CCE01B; }
a { background-color: rgb(204,224,27); }
div.DivClassName
{
background-color: #CCE01B;
}
.BgClassName
{
background-color: #CCE01B;
}
</style>
border-color css
<style>
span { border-color: #CCE01B; }
span { border-color: rgb(204,224,27); }
td.TdClassName
{
border-color: #CCE01B;
}
.TagClassName
{
border-color: #CCE01B;
}
</style>