Shades of Pear #CEE925
Tints of Pear #CEE925
RGB
CMYK
RGB Variations
Color information
#CEE925 (or 0xCEE925) is known color: Pear. HEX triplet: CE, E9 and 25. RGB value is (206,233,37). Sum of RGB (Red+Green+Blue) = 206+233+37=476 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.28% from 476); Green value is 233 (91.41% from 255 or 48.95% from 476); Blue value is 37 (14.84% from 255 or 7.77% from 476); Max value from RGB is 233 - color contains mainly: green. Hex color #CEE925 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEE925 is #3116DA. Grayscale: #CBCBCB. Windows color (decimal): -3217115 or 2484686. OLE color: 2484686.
HSL color Cylindrical-coordinate representation of color #CEE925: hue angle of 68.27º degrees, saturation: 0.82, 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 #CEE925 is Cyan = 0.12, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 233 | 37 | - |
| CMYK | 0.12 | 0 | 0.84 | 0.09 |
| HSL | 68.27º | 0.82% | 0.53% | - |
| HSV(B) | 68.27º | 0.84% | 0.91% | - |
| XYZ | 54.93 | 71.53 | 12.66 | - |
| YUV | 202.58 | 34.55 | 130.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 233 | 37 | 0.12 | 0 | 0.84 | 0.09 | 68.27 | 0.82 | 0.53 |
| Hex | CE | E9 | 25 | C | 0 | 54 | 9 | 44 | 52 | 35 |
| Octal | 316 | 351 | 45 | 14 | 0 | 124 | 11 | 104 | 122 | 65 |
| Binary | 11001110 | 11101001 | 100101 | 1100 | 0 | 1010100 | 1001 | 1000100 | 1010010 | 110101 |
Color Harmonies of #CEE925
Complementary color
Monochromatic Colors of #CEE925
Black with #CEE925
Text Example
Text Example
White with #CEE925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE925; }
p { color: rgb(206,233,37); }
H1.HeaderClassName
{
color: #CEE925;
}
.AnyTagClassName
{
color: #CEE925;
}
</style>
background-color css
<style>
a { background-color: #CEE925; }
a { background-color: rgb(206,233,37); }
div.DivClassName
{
background-color: #CEE925;
}
.BgClassName
{
background-color: #CEE925;
}
</style>
border-color css
<style>
span { border-color: #CEE925; }
span { border-color: rgb(206,233,37); }
td.TdClassName
{
border-color: #CEE925;
}
.TagClassName
{
border-color: #CEE925;
}
</style>