Shades of Pear #CEE129
Tints of Pear #CEE129
RGB
CMYK
RGB Variations
Color information
#CEE129 (or 0xCEE129) is known color: Pear. HEX triplet: CE, E1 and 29. RGB value is (206,225,41). Sum of RGB (Red+Green+Blue) = 206+225+41=472 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.64% from 472); Green value is 225 (88.28% from 255 or 47.67% from 472); Blue value is 41 (16.41% from 255 or 8.69% from 472); Max value from RGB is 225 - color contains mainly: green. Hex color #CEE129 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEE129 is #311ED6. Grayscale: #C7C7C7. Windows color (decimal): -3219159 or 2744782. OLE color: 2744782.
HSL color Cylindrical-coordinate representation of color #CEE129: hue angle of 66.2º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CEE129 is Cyan = 0.08, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 225 | 41 | - |
| CMYK | 0.08 | 0 | 0.82 | 0.12 |
| HSL | 66.2º | 0.75% | 0.52% | - |
| HSV(B) | 66.2º | 0.82% | 0.88% | - |
| XYZ | 52.78 | 67.13 | 12.27 | - |
| YUV | 198.34 | 39.21 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 225 | 41 | 0.08 | 0 | 0.82 | 0.12 | 66.2 | 0.75 | 0.52 |
| Hex | CE | E1 | 29 | 8 | 0 | 52 | C | 42 | 4B | 34 |
| Octal | 316 | 341 | 51 | 10 | 0 | 122 | 14 | 102 | 113 | 64 |
| Binary | 11001110 | 11100001 | 101001 | 1000 | 0 | 1010010 | 1100 | 1000010 | 1001011 | 110100 |
Color Harmonies of #CEE129
Complementary color
Monochromatic Colors of #CEE129
Black with #CEE129
Text Example
Text Example
White with #CEE129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE129; }
p { color: rgb(206,225,41); }
H1.HeaderClassName
{
color: #CEE129;
}
.AnyTagClassName
{
color: #CEE129;
}
</style>
background-color css
<style>
a { background-color: #CEE129; }
a { background-color: rgb(206,225,41); }
div.DivClassName
{
background-color: #CEE129;
}
.BgClassName
{
background-color: #CEE129;
}
</style>
border-color css
<style>
span { border-color: #CEE129; }
span { border-color: rgb(206,225,41); }
td.TdClassName
{
border-color: #CEE129;
}
.TagClassName
{
border-color: #CEE129;
}
</style>