Shades of Pear #CEEB2D
Tints of Pear #CEEB2D
RGB
CMYK
RGB Variations
Color information
#CEEB2D (or 0xCEEB2D) is known color: Pear. HEX triplet: CE, EB and 2D. RGB value is (206,235,45). Sum of RGB (Red+Green+Blue) = 206+235+45=486 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.39% from 486); Green value is 235 (92.19% from 255 or 48.35% from 486); Blue value is 45 (17.97% from 255 or 9.26% from 486); Max value from RGB is 235 - color contains mainly: green. Hex color #CEEB2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEEB2D is #3114D2. Grayscale: #CDCDCD. Windows color (decimal): -3216595 or 3009486. OLE color: 3009486.
HSL color Cylindrical-coordinate representation of color #CEEB2D: hue angle of 69.16º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CEEB2D is Cyan = 0.12, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 235 | 45 | - |
| CMYK | 0.12 | 0 | 0.81 | 0.08 |
| HSL | 69.16º | 0.83% | 0.55% | - |
| HSV(B) | 69.16º | 0.81% | 0.92% | - |
| XYZ | 55.64 | 72.73 | 13.59 | - |
| YUV | 204.67 | 37.89 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 235 | 45 | 0.12 | 0 | 0.81 | 0.08 | 69.16 | 0.83 | 0.55 |
| Hex | CE | EB | 2D | C | 0 | 51 | 8 | 45 | 53 | 37 |
| Octal | 316 | 353 | 55 | 14 | 0 | 121 | 10 | 105 | 123 | 67 |
| Binary | 11001110 | 11101011 | 101101 | 1100 | 0 | 1010001 | 1000 | 1000101 | 1010011 | 110111 |
Color Harmonies of #CEEB2D
Complementary color
Monochromatic Colors of #CEEB2D
Black with #CEEB2D
Text Example
Text Example
White with #CEEB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEB2D; }
p { color: rgb(206,235,45); }
H1.HeaderClassName
{
color: #CEEB2D;
}
.AnyTagClassName
{
color: #CEEB2D;
}
</style>
background-color css
<style>
a { background-color: #CEEB2D; }
a { background-color: rgb(206,235,45); }
div.DivClassName
{
background-color: #CEEB2D;
}
.BgClassName
{
background-color: #CEEB2D;
}
</style>
border-color css
<style>
span { border-color: #CEEB2D; }
span { border-color: rgb(206,235,45); }
td.TdClassName
{
border-color: #CEEB2D;
}
.TagClassName
{
border-color: #CEEB2D;
}
</style>