Shades of Pear #CCE629
Tints of Pear #CCE629
RGB
CMYK
RGB Variations
Color information
#CCE629 (or 0xCCE629) is known color: Pear. HEX triplet: CC, E6 and 29. RGB value is (204,230,41). Sum of RGB (Red+Green+Blue) = 204+230+41=475 (62% of max value = 765). Red value is 204 (80.08% from 255 or 42.95% from 475); Green value is 230 (90.23% from 255 or 48.42% from 475); Blue value is 41 (16.41% from 255 or 8.63% from 475); Max value from RGB is 230 - color contains mainly: green. Hex color #CCE629 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCE629 is #3319D6. Grayscale: #C9C9C9. Windows color (decimal): -3348951 or 2746060. OLE color: 2746060.
HSL color Cylindrical-coordinate representation of color #CCE629: hue angle of 68.25º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CCE629 is Cyan = 0.11, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 230 | 41 | - |
| CMYK | 0.11 | 0 | 0.82 | 0.10 |
| HSL | 68.25º | 0.79% | 0.53% | - |
| HSV(B) | 68.25º | 0.82% | 0.9% | - |
| XYZ | 53.6 | 69.59 | 12.71 | - |
| YUV | 200.68 | 37.89 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 230 | 41 | 0.11 | 0 | 0.82 | 0.10 | 68.25 | 0.79 | 0.53 |
| Hex | CC | E6 | 29 | B | 0 | 52 | A | 44 | 4F | 35 |
| Octal | 314 | 346 | 51 | 13 | 0 | 122 | 12 | 104 | 117 | 65 |
| Binary | 11001100 | 11100110 | 101001 | 1011 | 0 | 1010010 | 1010 | 1000100 | 1001111 | 110101 |
Color Harmonies of #CCE629
Complementary color
Monochromatic Colors of #CCE629
Black with #CCE629
Text Example
Text Example
White with #CCE629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE629; }
p { color: rgb(204,230,41); }
H1.HeaderClassName
{
color: #CCE629;
}
.AnyTagClassName
{
color: #CCE629;
}
</style>
background-color css
<style>
a { background-color: #CCE629; }
a { background-color: rgb(204,230,41); }
div.DivClassName
{
background-color: #CCE629;
}
.BgClassName
{
background-color: #CCE629;
}
</style>
border-color css
<style>
span { border-color: #CCE629; }
span { border-color: rgb(204,230,41); }
td.TdClassName
{
border-color: #CCE629;
}
.TagClassName
{
border-color: #CCE629;
}
</style>