Shades of Pear #CEF529
Tints of Pear #CEF529
RGB
CMYK
RGB Variations
Color information
#CEF529 (or 0xCEF529) is known color: Pear. HEX triplet: CE, F5 and 29. RGB value is (206,245,41). Sum of RGB (Red+Green+Blue) = 206+245+41=492 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.87% from 492); Green value is 245 (96.09% from 255 or 49.80% from 492); Blue value is 41 (16.41% from 255 or 8.33% from 492); Max value from RGB is 245 - color contains mainly: green. Hex color #CEF529 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF529 is #310AD6. Grayscale: #D2D2D2. Windows color (decimal): -3214039 or 2749902. OLE color: 2749902.
HSL color Cylindrical-coordinate representation of color #CEF529: hue angle of 71.47º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CEF529 is Cyan = 0.16, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 245 | 41 | - |
| CMYK | 0.16 | 0 | 0.83 | 0.04 |
| HSL | 71.47º | 0.91% | 0.56% | - |
| HSV(B) | 71.47º | 0.83% | 0.96% | - |
| XYZ | 58.51 | 78.59 | 14.18 | - |
| YUV | 210.08 | 32.58 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 245 | 41 | 0.16 | 0 | 0.83 | 0.04 | 71.47 | 0.91 | 0.56 |
| Hex | CE | F5 | 29 | 10 | 0 | 53 | 4 | 47 | 5B | 38 |
| Octal | 316 | 365 | 51 | 20 | 0 | 123 | 4 | 107 | 133 | 70 |
| Binary | 11001110 | 11110101 | 101001 | 10000 | 0 | 1010011 | 100 | 1000111 | 1011011 | 111000 |
Color Harmonies of #CEF529
Complementary color
Monochromatic Colors of #CEF529
Black with #CEF529
Text Example
Text Example
White with #CEF529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF529; }
p { color: rgb(206,245,41); }
H1.HeaderClassName
{
color: #CEF529;
}
.AnyTagClassName
{
color: #CEF529;
}
</style>
background-color css
<style>
a { background-color: #CEF529; }
a { background-color: rgb(206,245,41); }
div.DivClassName
{
background-color: #CEF529;
}
.BgClassName
{
background-color: #CEF529;
}
</style>
border-color css
<style>
span { border-color: #CEF529; }
span { border-color: rgb(206,245,41); }
td.TdClassName
{
border-color: #CEF529;
}
.TagClassName
{
border-color: #CEF529;
}
</style>