Shades of Pear #CEE533
Tints of Pear #CEE533
RGB
CMYK
RGB Variations
Color information
#CEE533 (or 0xCEE533) is known color: Pear. HEX triplet: CE, E5 and 33. RGB value is (206,229,51). Sum of RGB (Red+Green+Blue) = 206+229+51=486 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.39% from 486); Green value is 229 (89.84% from 255 or 47.12% from 486); Blue value is 51 (20.31% from 255 or 10.49% from 486); Max value from RGB is 229 - color contains mainly: green. Hex color #CEE533 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEE533 is #311ACC. Grayscale: #CACACA. Windows color (decimal): -3218125 or 3401166. OLE color: 3401166.
HSL color Cylindrical-coordinate representation of color #CEE533: hue angle of 67.75º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CEE533 is Cyan = 0.10, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 229 | 51 | - |
| CMYK | 0.10 | 0 | 0.78 | 0.10 |
| HSL | 67.75º | 0.77% | 0.55% | - |
| HSV(B) | 67.75º | 0.78% | 0.9% | - |
| XYZ | 54.07 | 69.4 | 13.68 | - |
| YUV | 201.83 | 42.88 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 229 | 51 | 0.10 | 0 | 0.78 | 0.10 | 67.75 | 0.77 | 0.55 |
| Hex | CE | E5 | 33 | A | 0 | 4E | A | 44 | 4D | 37 |
| Octal | 316 | 345 | 63 | 12 | 0 | 116 | 12 | 104 | 115 | 67 |
| Binary | 11001110 | 11100101 | 110011 | 1010 | 0 | 1001110 | 1010 | 1000100 | 1001101 | 110111 |
Color Harmonies of #CEE533
Complementary color
Monochromatic Colors of #CEE533
Black with #CEE533
Text Example
Text Example
White with #CEE533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE533; }
p { color: rgb(206,229,51); }
H1.HeaderClassName
{
color: #CEE533;
}
.AnyTagClassName
{
color: #CEE533;
}
</style>
background-color css
<style>
a { background-color: #CEE533; }
a { background-color: rgb(206,229,51); }
div.DivClassName
{
background-color: #CEE533;
}
.BgClassName
{
background-color: #CEE533;
}
</style>
border-color css
<style>
span { border-color: #CEE533; }
span { border-color: rgb(206,229,51); }
td.TdClassName
{
border-color: #CEE533;
}
.TagClassName
{
border-color: #CEE533;
}
</style>