Shades of Pear #CCE63D
Tints of Pear #CCE63D
RGB
CMYK
RGB Variations
Color information
#CCE63D (or 0xCCE63D) is known color: Pear. HEX triplet: CC, E6 and 3D. RGB value is (204,230,61). Sum of RGB (Red+Green+Blue) = 204+230+61=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 230 (90.23% from 255 or 46.46% from 495); Blue value is 61 (24.22% from 255 or 12.32% from 495); Max value from RGB is 230 - color contains mainly: green. Hex color #CCE63D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCE63D is #3319C2. Grayscale: #CBCBCB. Windows color (decimal): -3348931 or 4056780. OLE color: 4056780.
HSL color Cylindrical-coordinate representation of color #CCE63D: hue angle of 69.23º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CCE63D is Cyan = 0.11, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 230 | 61 | - |
| CMYK | 0.11 | 0 | 0.73 | 0.10 |
| HSL | 69.23º | 0.77% | 0.57% | - |
| HSV(B) | 69.23º | 0.73% | 0.9% | - |
| XYZ | 54.04 | 69.77 | 15.03 | - |
| YUV | 202.96 | 47.89 | 128.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 230 | 61 | 0.11 | 0 | 0.73 | 0.10 | 69.23 | 0.77 | 0.57 |
| Hex | CC | E6 | 3D | B | 0 | 49 | A | 45 | 4D | 39 |
| Octal | 314 | 346 | 75 | 13 | 0 | 111 | 12 | 105 | 115 | 71 |
| Binary | 11001100 | 11100110 | 111101 | 1011 | 0 | 1001001 | 1010 | 1000101 | 1001101 | 111001 |
Color Harmonies of #CCE63D
Complementary color
Monochromatic Colors of #CCE63D
Black with #CCE63D
Text Example
Text Example
White with #CCE63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE63D; }
p { color: rgb(204,230,61); }
H1.HeaderClassName
{
color: #CCE63D;
}
.AnyTagClassName
{
color: #CCE63D;
}
</style>
background-color css
<style>
a { background-color: #CCE63D; }
a { background-color: rgb(204,230,61); }
div.DivClassName
{
background-color: #CCE63D;
}
.BgClassName
{
background-color: #CCE63D;
}
</style>
border-color css
<style>
span { border-color: #CCE63D; }
span { border-color: rgb(204,230,61); }
td.TdClassName
{
border-color: #CCE63D;
}
.TagClassName
{
border-color: #CCE63D;
}
</style>