Shades of Pear #CEF24D
Tints of Pear #CEF24D
RGB
CMYK
RGB Variations
Color information
#CEF24D (or 0xCEF24D) is known color: Pear. HEX triplet: CE, F2 and 4D. RGB value is (206,242,77). Sum of RGB (Red+Green+Blue) = 206+242+77=525 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.24% from 525); Green value is 242 (94.92% from 255 or 46.10% from 525); Blue value is 77 (30.47% from 255 or 14.67% from 525); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF24D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF24D is #310DB2. Grayscale: #D5D5D5. Windows color (decimal): -3214771 or 5108430. OLE color: 5108430.
HSL color Cylindrical-coordinate representation of color #CEF24D: hue angle of 73.09º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CEF24D is Cyan = 0.15, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 242 | 77 | - |
| CMYK | 0.15 | 0 | 0.68 | 0.05 |
| HSL | 73.09º | 0.86% | 0.63% | - |
| HSV(B) | 73.09º | 0.68% | 0.95% | - |
| XYZ | 58.55 | 77.16 | 18.83 | - |
| YUV | 212.43 | 51.57 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 242 | 77 | 0.15 | 0 | 0.68 | 0.05 | 73.09 | 0.86 | 0.63 |
| Hex | CE | F2 | 4D | F | 0 | 44 | 5 | 49 | 56 | 3F |
| Octal | 316 | 362 | 115 | 17 | 0 | 104 | 5 | 111 | 126 | 77 |
| Binary | 11001110 | 11110010 | 1001101 | 1111 | 0 | 1000100 | 101 | 1001001 | 1010110 | 111111 |
Color Harmonies of #CEF24D
Complementary color
Monochromatic Colors of #CEF24D
Black with #CEF24D
Text Example
Text Example
White with #CEF24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF24D; }
p { color: rgb(206,242,77); }
H1.HeaderClassName
{
color: #CEF24D;
}
.AnyTagClassName
{
color: #CEF24D;
}
</style>
background-color css
<style>
a { background-color: #CEF24D; }
a { background-color: rgb(206,242,77); }
div.DivClassName
{
background-color: #CEF24D;
}
.BgClassName
{
background-color: #CEF24D;
}
</style>
border-color css
<style>
span { border-color: #CEF24D; }
span { border-color: rgb(206,242,77); }
td.TdClassName
{
border-color: #CEF24D;
}
.TagClassName
{
border-color: #CEF24D;
}
</style>