Shades of Pear #CEE41B
Tints of Pear #CEE41B
RGB
CMYK
RGB Variations
Color information
#CEE41B (or 0xCEE41B) is known color: Pear. HEX triplet: CE, E4 and 1B. RGB value is (206,228,27). Sum of RGB (Red+Green+Blue) = 206+228+27=461 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.69% from 461); Green value is 228 (89.45% from 255 or 49.46% from 461); Blue value is 27 (10.94% from 255 or 5.86% from 461); Max value from RGB is 228 - color contains mainly: green. Hex color #CEE41B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEE41B is #311BE4. Grayscale: #C7C7C7. Windows color (decimal): -3218405 or 1828046. OLE color: 1828046.
HSL color Cylindrical-coordinate representation of color #CEE41B: hue angle of 66.57º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CEE41B is Cyan = 0.10, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 228 | 27 | - |
| CMYK | 0.10 | 0 | 0.88 | 0.11 |
| HSL | 66.57º | 0.79% | 0.5% | - |
| HSV(B) | 66.57º | 0.88% | 0.89% | - |
| XYZ | 53.39 | 68.69 | 11.48 | - |
| YUV | 198.51 | 31.21 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 228 | 27 | 0.10 | 0 | 0.88 | 0.11 | 66.57 | 0.79 | 0.5 |
| Hex | CE | E4 | 1B | A | 0 | 58 | B | 43 | 4F | 32 |
| Octal | 316 | 344 | 33 | 12 | 0 | 130 | 13 | 103 | 117 | 62 |
| Binary | 11001110 | 11100100 | 11011 | 1010 | 0 | 1011000 | 1011 | 1000011 | 1001111 | 110010 |
Color Harmonies of #CEE41B
Complementary color
Monochromatic Colors of #CEE41B
Black with #CEE41B
Text Example
Text Example
White with #CEE41B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE41B; }
p { color: rgb(206,228,27); }
H1.HeaderClassName
{
color: #CEE41B;
}
.AnyTagClassName
{
color: #CEE41B;
}
</style>
background-color css
<style>
a { background-color: #CEE41B; }
a { background-color: rgb(206,228,27); }
div.DivClassName
{
background-color: #CEE41B;
}
.BgClassName
{
background-color: #CEE41B;
}
</style>
border-color css
<style>
span { border-color: #CEE41B; }
span { border-color: rgb(206,228,27); }
td.TdClassName
{
border-color: #CEE41B;
}
.TagClassName
{
border-color: #CEE41B;
}
</style>