Shades of Pear #CEEB32
Tints of Pear #CEEB32
RGB
CMYK
RGB Variations
Color information
#CEEB32 (or 0xCEEB32) is known color: Pear. HEX triplet: CE, EB and 32. RGB value is (206,235,50). Sum of RGB (Red+Green+Blue) = 206+235+50=491 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.96% from 491); Green value is 235 (92.19% from 255 or 47.86% from 491); Blue value is 50 (19.92% from 255 or 10.18% from 491); Max value from RGB is 235 - color contains mainly: green. Hex color #CEEB32 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEEB32 is #3114CD. Grayscale: #CDCDCD. Windows color (decimal): -3216590 or 3337166. OLE color: 3337166.
HSL color Cylindrical-coordinate representation of color #CEEB32: hue angle of 69.41º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CEEB32 is Cyan = 0.12, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 235 | 50 | - |
| CMYK | 0.12 | 0 | 0.79 | 0.08 |
| HSL | 69.41º | 0.82% | 0.56% | - |
| HSV(B) | 69.41º | 0.79% | 0.92% | - |
| XYZ | 55.74 | 72.77 | 14.13 | - |
| YUV | 205.24 | 40.39 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 235 | 50 | 0.12 | 0 | 0.79 | 0.08 | 69.41 | 0.82 | 0.56 |
| Hex | CE | EB | 32 | C | 0 | 4F | 8 | 45 | 52 | 38 |
| Octal | 316 | 353 | 62 | 14 | 0 | 117 | 10 | 105 | 122 | 70 |
| Binary | 11001110 | 11101011 | 110010 | 1100 | 0 | 1001111 | 1000 | 1000101 | 1010010 | 111000 |
Color Harmonies of #CEEB32
Complementary color
Monochromatic Colors of #CEEB32
Black with #CEEB32
Text Example
Text Example
White with #CEEB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEB32; }
p { color: rgb(206,235,50); }
H1.HeaderClassName
{
color: #CEEB32;
}
.AnyTagClassName
{
color: #CEEB32;
}
</style>
background-color css
<style>
a { background-color: #CEEB32; }
a { background-color: rgb(206,235,50); }
div.DivClassName
{
background-color: #CEEB32;
}
.BgClassName
{
background-color: #CEEB32;
}
</style>
border-color css
<style>
span { border-color: #CEEB32; }
span { border-color: rgb(206,235,50); }
td.TdClassName
{
border-color: #CEEB32;
}
.TagClassName
{
border-color: #CEEB32;
}
</style>