Shades of Pear #CEE01B
Tints of Pear #CEE01B
RGB
CMYK
RGB Variations
Color information
#CEE01B (or 0xCEE01B) is known color: Pear. HEX triplet: CE, E0 and 1B. RGB value is (206,224,27). Sum of RGB (Red+Green+Blue) = 206+224+27=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 224 (87.89% from 255 or 49.02% from 457); Blue value is 27 (10.94% from 255 or 5.91% from 457); Max value from RGB is 224 - color contains mainly: green. Hex color #CEE01B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEE01B is #311FE4. Grayscale: #C4C4C4. Windows color (decimal): -3219429 or 1827022. OLE color: 1827022.
HSL color Cylindrical-coordinate representation of color #CEE01B: hue angle of 65.48º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CEE01B is Cyan = 0.08, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 224 | 27 | - |
| CMYK | 0.08 | 0 | 0.88 | 0.12 |
| HSL | 65.48º | 0.78% | 0.49% | - |
| HSV(B) | 65.48º | 0.88% | 0.88% | - |
| XYZ | 52.31 | 66.51 | 11.12 | - |
| YUV | 196.16 | 32.54 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 224 | 27 | 0.08 | 0 | 0.88 | 0.12 | 65.48 | 0.78 | 0.49 |
| Hex | CE | E0 | 1B | 8 | 0 | 58 | C | 41 | 4E | 31 |
| Octal | 316 | 340 | 33 | 10 | 0 | 130 | 14 | 101 | 116 | 61 |
| Binary | 11001110 | 11100000 | 11011 | 1000 | 0 | 1011000 | 1100 | 1000001 | 1001110 | 110001 |
Color Harmonies of #CEE01B
Complementary color
Monochromatic Colors of #CEE01B
Black with #CEE01B
Text Example
Text Example
White with #CEE01B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE01B; }
p { color: rgb(206,224,27); }
H1.HeaderClassName
{
color: #CEE01B;
}
.AnyTagClassName
{
color: #CEE01B;
}
</style>
background-color css
<style>
a { background-color: #CEE01B; }
a { background-color: rgb(206,224,27); }
div.DivClassName
{
background-color: #CEE01B;
}
.BgClassName
{
background-color: #CEE01B;
}
</style>
border-color css
<style>
span { border-color: #CEE01B; }
span { border-color: rgb(206,224,27); }
td.TdClassName
{
border-color: #CEE01B;
}
.TagClassName
{
border-color: #CEE01B;
}
</style>