Shades of Pear #CEE025
Tints of Pear #CEE025
RGB
CMYK
RGB Variations
Color information
#CEE025 (or 0xCEE025) is known color: Pear. HEX triplet: CE, E0 and 25. RGB value is (206,224,37). Sum of RGB (Red+Green+Blue) = 206+224+37=467 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.11% from 467); Green value is 224 (87.89% from 255 or 47.97% from 467); Blue value is 37 (14.84% from 255 or 7.92% from 467); Max value from RGB is 224 - color contains mainly: green. Hex color #CEE025 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEE025 is #311FDA. Grayscale: #C6C6C6. Windows color (decimal): -3219419 or 2482382. OLE color: 2482382.
HSL color Cylindrical-coordinate representation of color #CEE025: hue angle of 65.78º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CEE025 is Cyan = 0.08, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 224 | 37 | - |
| CMYK | 0.08 | 0 | 0.83 | 0.12 |
| HSL | 65.78º | 0.75% | 0.51% | - |
| HSV(B) | 65.78º | 0.83% | 0.88% | - |
| XYZ | 52.44 | 66.57 | 11.83 | - |
| YUV | 197.3 | 37.54 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 224 | 37 | 0.08 | 0 | 0.83 | 0.12 | 65.78 | 0.75 | 0.51 |
| Hex | CE | E0 | 25 | 8 | 0 | 53 | C | 42 | 4B | 33 |
| Octal | 316 | 340 | 45 | 10 | 0 | 123 | 14 | 102 | 113 | 63 |
| Binary | 11001110 | 11100000 | 100101 | 1000 | 0 | 1010011 | 1100 | 1000010 | 1001011 | 110011 |
Color Harmonies of #CEE025
Complementary color
Monochromatic Colors of #CEE025
Black with #CEE025
Text Example
Text Example
White with #CEE025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE025; }
p { color: rgb(206,224,37); }
H1.HeaderClassName
{
color: #CEE025;
}
.AnyTagClassName
{
color: #CEE025;
}
</style>
background-color css
<style>
a { background-color: #CEE025; }
a { background-color: rgb(206,224,37); }
div.DivClassName
{
background-color: #CEE025;
}
.BgClassName
{
background-color: #CEE025;
}
</style>
border-color css
<style>
span { border-color: #CEE025; }
span { border-color: rgb(206,224,37); }
td.TdClassName
{
border-color: #CEE025;
}
.TagClassName
{
border-color: #CEE025;
}
</style>