Shades of Pear #CEEF2D
Tints of Pear #CEEF2D
RGB
CMYK
RGB Variations
Color information
#CEEF2D (or 0xCEEF2D) is known color: Pear. HEX triplet: CE, EF and 2D. RGB value is (206,239,45). Sum of RGB (Red+Green+Blue) = 206+239+45=490 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.04% from 490); Green value is 239 (93.75% from 255 or 48.78% from 490); Blue value is 45 (17.97% from 255 or 9.18% from 490); Max value from RGB is 239 - color contains mainly: green. Hex color #CEEF2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEEF2D is #3110D2. Grayscale: #CFCFCF. Windows color (decimal): -3215571 or 3010510. OLE color: 3010510.
HSL color Cylindrical-coordinate representation of color #CEEF2D: hue angle of 70.21º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CEEF2D is Cyan = 0.14, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 239 | 45 | - |
| CMYK | 0.14 | 0 | 0.81 | 0.06 |
| HSL | 70.21º | 0.86% | 0.56% | - |
| HSV(B) | 70.21º | 0.81% | 0.94% | - |
| XYZ | 56.79 | 75.04 | 13.97 | - |
| YUV | 207.02 | 36.57 | 127.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 239 | 45 | 0.14 | 0 | 0.81 | 0.06 | 70.21 | 0.86 | 0.56 |
| Hex | CE | EF | 2D | E | 0 | 51 | 6 | 46 | 56 | 38 |
| Octal | 316 | 357 | 55 | 16 | 0 | 121 | 6 | 106 | 126 | 70 |
| Binary | 11001110 | 11101111 | 101101 | 1110 | 0 | 1010001 | 110 | 1000110 | 1010110 | 111000 |
Color Harmonies of #CEEF2D
Complementary color
Monochromatic Colors of #CEEF2D
Black with #CEEF2D
Text Example
Text Example
White with #CEEF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEF2D; }
p { color: rgb(206,239,45); }
H1.HeaderClassName
{
color: #CEEF2D;
}
.AnyTagClassName
{
color: #CEEF2D;
}
</style>
background-color css
<style>
a { background-color: #CEEF2D; }
a { background-color: rgb(206,239,45); }
div.DivClassName
{
background-color: #CEEF2D;
}
.BgClassName
{
background-color: #CEEF2D;
}
</style>
border-color css
<style>
span { border-color: #CEEF2D; }
span { border-color: rgb(206,239,45); }
td.TdClassName
{
border-color: #CEEF2D;
}
.TagClassName
{
border-color: #CEEF2D;
}
</style>