Shades of Pear #CEF340
Tints of Pear #CEF340
RGB
CMYK
RGB Variations
Color information
#CEF340 (or 0xCEF340) is known color: Pear. HEX triplet: CE, F3 and 40. RGB value is (206,243,64). Sum of RGB (Red+Green+Blue) = 206+243+64=513 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.16% from 513); Green value is 243 (95.31% from 255 or 47.37% from 513); Blue value is 64 (25.39% from 255 or 12.48% from 513); Max value from RGB is 243 - color contains mainly: green. Hex color #CEF340 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF340 is #310CBF. Grayscale: #D4D4D4. Windows color (decimal): -3214528 or 4256718. OLE color: 4256718.
HSL color Cylindrical-coordinate representation of color #CEF340: hue angle of 72.4º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CEF340 is Cyan = 0.15, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 243 | 64 | - |
| CMYK | 0.15 | 0 | 0.74 | 0.05 |
| HSL | 72.4º | 0.88% | 0.6% | - |
| HSV(B) | 72.4º | 0.74% | 0.95% | - |
| XYZ | 58.43 | 77.59 | 16.75 | - |
| YUV | 211.53 | 44.74 | 124.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 243 | 64 | 0.15 | 0 | 0.74 | 0.05 | 72.4 | 0.88 | 0.6 |
| Hex | CE | F3 | 40 | F | 0 | 4A | 5 | 48 | 58 | 3C |
| Octal | 316 | 363 | 100 | 17 | 0 | 112 | 5 | 110 | 130 | 74 |
| Binary | 11001110 | 11110011 | 1000000 | 1111 | 0 | 1001010 | 101 | 1001000 | 1011000 | 111100 |
Color Harmonies of #CEF340
Complementary color
Monochromatic Colors of #CEF340
Black with #CEF340
Text Example
Text Example
White with #CEF340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF340; }
p { color: rgb(206,243,64); }
H1.HeaderClassName
{
color: #CEF340;
}
.AnyTagClassName
{
color: #CEF340;
}
</style>
background-color css
<style>
a { background-color: #CEF340; }
a { background-color: rgb(206,243,64); }
div.DivClassName
{
background-color: #CEF340;
}
.BgClassName
{
background-color: #CEF340;
}
</style>
border-color css
<style>
span { border-color: #CEF340; }
span { border-color: rgb(206,243,64); }
td.TdClassName
{
border-color: #CEF340;
}
.TagClassName
{
border-color: #CEF340;
}
</style>