Shades of Pear #CEE726
Tints of Pear #CEE726
RGB
CMYK
RGB Variations
Color information
#CEE726 (or 0xCEE726) is known color: Pear. HEX triplet: CE, E7 and 26. RGB value is (206,231,38). Sum of RGB (Red+Green+Blue) = 206+231+38=475 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.37% from 475); Green value is 231 (90.62% from 255 or 48.63% from 475); Blue value is 38 (15.23% from 255 or 8% from 475); Max value from RGB is 231 - color contains mainly: green. Hex color #CEE726 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEE726 is #3118D9. Grayscale: #CACACA. Windows color (decimal): -3217626 or 2549710. OLE color: 2549710.
HSL color Cylindrical-coordinate representation of color #CEE726: hue angle of 67.77º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CEE726 is Cyan = 0.11, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 231 | 38 | - |
| CMYK | 0.11 | 0 | 0.84 | 0.09 |
| HSL | 67.77º | 0.8% | 0.53% | - |
| HSV(B) | 67.77º | 0.84% | 0.91% | - |
| XYZ | 54.38 | 70.41 | 12.56 | - |
| YUV | 201.52 | 35.72 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 231 | 38 | 0.11 | 0 | 0.84 | 0.09 | 67.77 | 0.8 | 0.53 |
| Hex | CE | E7 | 26 | B | 0 | 54 | 9 | 44 | 50 | 35 |
| Octal | 316 | 347 | 46 | 13 | 0 | 124 | 11 | 104 | 120 | 65 |
| Binary | 11001110 | 11100111 | 100110 | 1011 | 0 | 1010100 | 1001 | 1000100 | 1010000 | 110101 |
Color Harmonies of #CEE726
Complementary color
Monochromatic Colors of #CEE726
Black with #CEE726
Text Example
Text Example
White with #CEE726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE726; }
p { color: rgb(206,231,38); }
H1.HeaderClassName
{
color: #CEE726;
}
.AnyTagClassName
{
color: #CEE726;
}
</style>
background-color css
<style>
a { background-color: #CEE726; }
a { background-color: rgb(206,231,38); }
div.DivClassName
{
background-color: #CEE726;
}
.BgClassName
{
background-color: #CEE726;
}
</style>
border-color css
<style>
span { border-color: #CEE726; }
span { border-color: rgb(206,231,38); }
td.TdClassName
{
border-color: #CEE726;
}
.TagClassName
{
border-color: #CEE726;
}
</style>