Shades of Pear #CEF343
Tints of Pear #CEF343
RGB
CMYK
RGB Variations
Color information
#CEF343 (or 0xCEF343) is known color: Pear. HEX triplet: CE, F3 and 43. RGB value is (206,243,67). Sum of RGB (Red+Green+Blue) = 206+243+67=516 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.92% from 516); Green value is 243 (95.31% from 255 or 47.09% from 516); Blue value is 67 (26.56% from 255 or 12.98% from 516); Max value from RGB is 243 - color contains mainly: green. Hex color #CEF343 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF343 is #310CBC. Grayscale: #D4D4D4. Windows color (decimal): -3214525 or 4453326. OLE color: 4453326.
HSL color Cylindrical-coordinate representation of color #CEF343: hue angle of 72.61º degrees, saturation: 0.88, 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 #CEF343 is Cyan = 0.15, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 243 | 67 | - |
| CMYK | 0.15 | 0 | 0.72 | 0.05 |
| HSL | 72.61º | 0.88% | 0.61% | - |
| HSV(B) | 72.61º | 0.72% | 0.95% | - |
| XYZ | 58.52 | 77.63 | 17.21 | - |
| YUV | 211.87 | 46.24 | 123.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 243 | 67 | 0.15 | 0 | 0.72 | 0.05 | 72.61 | 0.88 | 0.61 |
| Hex | CE | F3 | 43 | F | 0 | 48 | 5 | 49 | 58 | 3D |
| Octal | 316 | 363 | 103 | 17 | 0 | 110 | 5 | 111 | 130 | 75 |
| Binary | 11001110 | 11110011 | 1000011 | 1111 | 0 | 1001000 | 101 | 1001001 | 1011000 | 111101 |
Color Harmonies of #CEF343
Complementary color
Monochromatic Colors of #CEF343
Black with #CEF343
Text Example
Text Example
White with #CEF343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF343; }
p { color: rgb(206,243,67); }
H1.HeaderClassName
{
color: #CEF343;
}
.AnyTagClassName
{
color: #CEF343;
}
</style>
background-color css
<style>
a { background-color: #CEF343; }
a { background-color: rgb(206,243,67); }
div.DivClassName
{
background-color: #CEF343;
}
.BgClassName
{
background-color: #CEF343;
}
</style>
border-color css
<style>
span { border-color: #CEF343; }
span { border-color: rgb(206,243,67); }
td.TdClassName
{
border-color: #CEF343;
}
.TagClassName
{
border-color: #CEF343;
}
</style>