Shades of Pear #CEEB1C
Tints of Pear #CEEB1C
RGB
CMYK
RGB Variations
Color information
#CEEB1C (or 0xCEEB1C) is known color: Pear. HEX triplet: CE, EB and 1C. RGB value is (206,235,28). Sum of RGB (Red+Green+Blue) = 206+235+28=469 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.92% from 469); Green value is 235 (92.19% from 255 or 50.11% from 469); Blue value is 28 (11.33% from 255 or 5.97% from 469); Max value from RGB is 235 - color contains mainly: green. Hex color #CEEB1C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEEB1C is #3114E3. Grayscale: #CBCBCB. Windows color (decimal): -3216612 or 1895374. OLE color: 1895374.
HSL color Cylindrical-coordinate representation of color #CEEB1C: hue angle of 68.41º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CEEB1C is Cyan = 0.12, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 235 | 28 | - |
| CMYK | 0.12 | 0 | 0.88 | 0.08 |
| HSL | 68.41º | 0.84% | 0.52% | - |
| HSV(B) | 68.41º | 0.88% | 0.92% | - |
| XYZ | 55.37 | 72.62 | 12.2 | - |
| YUV | 202.73 | 29.39 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 235 | 28 | 0.12 | 0 | 0.88 | 0.08 | 68.41 | 0.84 | 0.52 |
| Hex | CE | EB | 1C | C | 0 | 58 | 8 | 44 | 54 | 34 |
| Octal | 316 | 353 | 34 | 14 | 0 | 130 | 10 | 104 | 124 | 64 |
| Binary | 11001110 | 11101011 | 11100 | 1100 | 0 | 1011000 | 1000 | 1000100 | 1010100 | 110100 |
Color Harmonies of #CEEB1C
Complementary color
Monochromatic Colors of #CEEB1C
Black with #CEEB1C
Text Example
Text Example
White with #CEEB1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEB1C; }
p { color: rgb(206,235,28); }
H1.HeaderClassName
{
color: #CEEB1C;
}
.AnyTagClassName
{
color: #CEEB1C;
}
</style>
background-color css
<style>
a { background-color: #CEEB1C; }
a { background-color: rgb(206,235,28); }
div.DivClassName
{
background-color: #CEEB1C;
}
.BgClassName
{
background-color: #CEEB1C;
}
</style>
border-color css
<style>
span { border-color: #CEEB1C; }
span { border-color: rgb(206,235,28); }
td.TdClassName
{
border-color: #CEEB1C;
}
.TagClassName
{
border-color: #CEEB1C;
}
</style>