Shades of Pear #CEF536
Tints of Pear #CEF536
RGB
CMYK
RGB Variations
Color information
#CEF536 (or 0xCEF536) is known color: Pear. HEX triplet: CE, F5 and 36. RGB value is (206,245,54). Sum of RGB (Red+Green+Blue) = 206+245+54=505 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.79% from 505); Green value is 245 (96.09% from 255 or 48.51% from 505); Blue value is 54 (21.48% from 255 or 10.69% from 505); Max value from RGB is 245 - color contains mainly: green. Hex color #CEF536 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF536 is #310AC9. Grayscale: #D4D4D4. Windows color (decimal): -3214026 or 3601870. OLE color: 3601870.
HSL color Cylindrical-coordinate representation of color #CEF536: hue angle of 72.25º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CEF536 is Cyan = 0.16, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 245 | 54 | - |
| CMYK | 0.16 | 0 | 0.78 | 0.04 |
| HSL | 72.25º | 0.91% | 0.59% | - |
| HSV(B) | 72.25º | 0.78% | 0.96% | - |
| XYZ | 58.77 | 78.69 | 15.58 | - |
| YUV | 211.57 | 39.08 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 245 | 54 | 0.16 | 0 | 0.78 | 0.04 | 72.25 | 0.91 | 0.59 |
| Hex | CE | F5 | 36 | 10 | 0 | 4E | 4 | 48 | 5B | 3B |
| Octal | 316 | 365 | 66 | 20 | 0 | 116 | 4 | 110 | 133 | 73 |
| Binary | 11001110 | 11110101 | 110110 | 10000 | 0 | 1001110 | 100 | 1001000 | 1011011 | 111011 |
Color Harmonies of #CEF536
Complementary color
Monochromatic Colors of #CEF536
Black with #CEF536
Text Example
Text Example
White with #CEF536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF536; }
p { color: rgb(206,245,54); }
H1.HeaderClassName
{
color: #CEF536;
}
.AnyTagClassName
{
color: #CEF536;
}
</style>
background-color css
<style>
a { background-color: #CEF536; }
a { background-color: rgb(206,245,54); }
div.DivClassName
{
background-color: #CEF536;
}
.BgClassName
{
background-color: #CEF536;
}
</style>
border-color css
<style>
span { border-color: #CEF536; }
span { border-color: rgb(206,245,54); }
td.TdClassName
{
border-color: #CEF536;
}
.TagClassName
{
border-color: #CEF536;
}
</style>