Shades of Pear #CEE729
Tints of Pear #CEE729
RGB
CMYK
RGB Variations
Color information
#CEE729 (or 0xCEE729) is known color: Pear. HEX triplet: CE, E7 and 29. RGB value is (206,231,41). Sum of RGB (Red+Green+Blue) = 206+231+41=478 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.10% from 478); Green value is 231 (90.62% from 255 or 48.33% from 478); Blue value is 41 (16.41% from 255 or 8.58% from 478); Max value from RGB is 231 - color contains mainly: green. Hex color #CEE729 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEE729 is #3118D6. Grayscale: #CACACA. Windows color (decimal): -3217623 or 2746318. OLE color: 2746318.
HSL color Cylindrical-coordinate representation of color #CEE729: hue angle of 67.89º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CEE729 is Cyan = 0.11, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 231 | 41 | - |
| CMYK | 0.11 | 0 | 0.82 | 0.09 |
| HSL | 67.89º | 0.8% | 0.53% | - |
| HSV(B) | 67.89º | 0.82% | 0.91% | - |
| XYZ | 54.43 | 70.43 | 12.82 | - |
| YUV | 201.87 | 37.22 | 130.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 231 | 41 | 0.11 | 0 | 0.82 | 0.09 | 67.89 | 0.8 | 0.53 |
| Hex | CE | E7 | 29 | B | 0 | 52 | 9 | 44 | 50 | 35 |
| Octal | 316 | 347 | 51 | 13 | 0 | 122 | 11 | 104 | 120 | 65 |
| Binary | 11001110 | 11100111 | 101001 | 1011 | 0 | 1010010 | 1001 | 1000100 | 1010000 | 110101 |
Color Harmonies of #CEE729
Complementary color
Monochromatic Colors of #CEE729
Black with #CEE729
Text Example
Text Example
White with #CEE729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE729; }
p { color: rgb(206,231,41); }
H1.HeaderClassName
{
color: #CEE729;
}
.AnyTagClassName
{
color: #CEE729;
}
</style>
background-color css
<style>
a { background-color: #CEE729; }
a { background-color: rgb(206,231,41); }
div.DivClassName
{
background-color: #CEE729;
}
.BgClassName
{
background-color: #CEE729;
}
</style>
border-color css
<style>
span { border-color: #CEE729; }
span { border-color: rgb(206,231,41); }
td.TdClassName
{
border-color: #CEE729;
}
.TagClassName
{
border-color: #CEE729;
}
</style>