Shades of Pear #CCE941
Tints of Pear #CCE941
RGB
CMYK
RGB Variations
Color information
#CCE941 (or 0xCCE941) is known color: Pear. HEX triplet: CC, E9 and 41. RGB value is (204,233,65). Sum of RGB (Red+Green+Blue) = 204+233+65=502 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.64% from 502); Green value is 233 (91.41% from 255 or 46.41% from 502); Blue value is 65 (25.78% from 255 or 12.95% from 502); Max value from RGB is 233 - color contains mainly: green. Hex color #CCE941 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCE941 is #3316BE. Grayscale: #CDCDCD. Windows color (decimal): -3348159 or 4319692. OLE color: 4319692.
HSL color Cylindrical-coordinate representation of color #CCE941: hue angle of 70.36º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CCE941 is Cyan = 0.12, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 233 | 65 | - |
| CMYK | 0.12 | 0 | 0.72 | 0.09 |
| HSL | 70.36º | 0.79% | 0.58% | - |
| HSV(B) | 70.36º | 0.72% | 0.91% | - |
| XYZ | 54.99 | 71.5 | 15.9 | - |
| YUV | 205.18 | 48.89 | 127.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 233 | 65 | 0.12 | 0 | 0.72 | 0.09 | 70.36 | 0.79 | 0.58 |
| Hex | CC | E9 | 41 | C | 0 | 48 | 9 | 46 | 4F | 3A |
| Octal | 314 | 351 | 101 | 14 | 0 | 110 | 11 | 106 | 117 | 72 |
| Binary | 11001100 | 11101001 | 1000001 | 1100 | 0 | 1001000 | 1001 | 1000110 | 1001111 | 111010 |
Color Harmonies of #CCE941
Complementary color
Monochromatic Colors of #CCE941
Black with #CCE941
Text Example
Text Example
White with #CCE941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE941; }
p { color: rgb(204,233,65); }
H1.HeaderClassName
{
color: #CCE941;
}
.AnyTagClassName
{
color: #CCE941;
}
</style>
background-color css
<style>
a { background-color: #CCE941; }
a { background-color: rgb(204,233,65); }
div.DivClassName
{
background-color: #CCE941;
}
.BgClassName
{
background-color: #CCE941;
}
</style>
border-color css
<style>
span { border-color: #CCE941; }
span { border-color: rgb(204,233,65); }
td.TdClassName
{
border-color: #CCE941;
}
.TagClassName
{
border-color: #CCE941;
}
</style>