Shades of Pear #CEF243
Tints of Pear #CEF243
RGB
CMYK
RGB Variations
Color information
#CEF243 (or 0xCEF243) is known color: Pear. HEX triplet: CE, F2 and 43. RGB value is (206,242,67). Sum of RGB (Red+Green+Blue) = 206+242+67=515 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40% from 515); Green value is 242 (94.92% from 255 or 46.99% from 515); Blue value is 67 (26.56% from 255 or 13.01% from 515); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF243 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF243 is #310DBC. Grayscale: #D3D3D3. Windows color (decimal): -3214781 or 4453070. OLE color: 4453070.
HSL color Cylindrical-coordinate representation of color #CEF243: hue angle of 72.34º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CEF243 is Cyan = 0.15, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 242 | 67 | - |
| CMYK | 0.15 | 0 | 0.72 | 0.05 |
| HSL | 72.34º | 0.87% | 0.61% | - |
| HSV(B) | 72.34º | 0.72% | 0.95% | - |
| XYZ | 58.22 | 77.03 | 17.11 | - |
| YUV | 211.29 | 46.57 | 124.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 242 | 67 | 0.15 | 0 | 0.72 | 0.05 | 72.34 | 0.87 | 0.61 |
| Hex | CE | F2 | 43 | F | 0 | 48 | 5 | 48 | 57 | 3D |
| Octal | 316 | 362 | 103 | 17 | 0 | 110 | 5 | 110 | 127 | 75 |
| Binary | 11001110 | 11110010 | 1000011 | 1111 | 0 | 1001000 | 101 | 1001000 | 1010111 | 111101 |
Color Harmonies of #CEF243
Complementary color
Monochromatic Colors of #CEF243
Black with #CEF243
Text Example
Text Example
White with #CEF243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF243; }
p { color: rgb(206,242,67); }
H1.HeaderClassName
{
color: #CEF243;
}
.AnyTagClassName
{
color: #CEF243;
}
</style>
background-color css
<style>
a { background-color: #CEF243; }
a { background-color: rgb(206,242,67); }
div.DivClassName
{
background-color: #CEF243;
}
.BgClassName
{
background-color: #CEF243;
}
</style>
border-color css
<style>
span { border-color: #CEF243; }
span { border-color: rgb(206,242,67); }
td.TdClassName
{
border-color: #CEF243;
}
.TagClassName
{
border-color: #CEF243;
}
</style>