Shades of Pear #CCE83D
Tints of Pear #CCE83D
RGB
CMYK
RGB Variations
Color information
#CCE83D (or 0xCCE83D) is known color: Pear. HEX triplet: CC, E8 and 3D. RGB value is (204,232,61). Sum of RGB (Red+Green+Blue) = 204+232+61=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 232 (91.02% from 255 or 46.68% from 497); Blue value is 61 (24.22% from 255 or 12.27% from 497); Max value from RGB is 232 - color contains mainly: green. Hex color #CCE83D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCE83D is #3317C2. Grayscale: #CCCCCC. Windows color (decimal): -3348419 or 4057292. OLE color: 4057292.
HSL color Cylindrical-coordinate representation of color #CCE83D: hue angle of 69.82º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CCE83D is Cyan = 0.12, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 232 | 61 | - |
| CMYK | 0.12 | 0 | 0.74 | 0.09 |
| HSL | 69.82º | 0.79% | 0.57% | - |
| HSV(B) | 69.82º | 0.74% | 0.91% | - |
| XYZ | 54.6 | 70.89 | 15.22 | - |
| YUV | 204.13 | 47.22 | 127.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 232 | 61 | 0.12 | 0 | 0.74 | 0.09 | 69.82 | 0.79 | 0.57 |
| Hex | CC | E8 | 3D | C | 0 | 4A | 9 | 46 | 4F | 39 |
| Octal | 314 | 350 | 75 | 14 | 0 | 112 | 11 | 106 | 117 | 71 |
| Binary | 11001100 | 11101000 | 111101 | 1100 | 0 | 1001010 | 1001 | 1000110 | 1001111 | 111001 |
Color Harmonies of #CCE83D
Complementary color
Monochromatic Colors of #CCE83D
Black with #CCE83D
Text Example
Text Example
White with #CCE83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE83D; }
p { color: rgb(204,232,61); }
H1.HeaderClassName
{
color: #CCE83D;
}
.AnyTagClassName
{
color: #CCE83D;
}
</style>
background-color css
<style>
a { background-color: #CCE83D; }
a { background-color: rgb(204,232,61); }
div.DivClassName
{
background-color: #CCE83D;
}
.BgClassName
{
background-color: #CCE83D;
}
</style>
border-color css
<style>
span { border-color: #CCE83D; }
span { border-color: rgb(204,232,61); }
td.TdClassName
{
border-color: #CCE83D;
}
.TagClassName
{
border-color: #CCE83D;
}
</style>