Shades of Pear #CEF73A
Tints of Pear #CEF73A
RGB
CMYK
RGB Variations
Color information
#CEF73A (or 0xCEF73A) is known color: Pear. HEX triplet: CE, F7 and 3A. RGB value is (206,247,58). Sum of RGB (Red+Green+Blue) = 206+247+58=511 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.31% from 511); Green value is 247 (96.88% from 255 or 48.34% from 511); Blue value is 58 (23.05% from 255 or 11.35% from 511); Max value from RGB is 247 - color contains mainly: green. Hex color #CEF73A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF73A is #3108C5. Grayscale: #D5D5D5. Windows color (decimal): -3213510 or 3864526. OLE color: 3864526.
HSL color Cylindrical-coordinate representation of color #CEF73A: hue angle of 73.02º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CEF73A is Cyan = 0.17, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 247 | 58 | - |
| CMYK | 0.17 | 0 | 0.77 | 0.03 |
| HSL | 73.02º | 0.92% | 0.6% | - |
| HSV(B) | 73.02º | 0.77% | 0.97% | - |
| XYZ | 59.48 | 79.95 | 16.3 | - |
| YUV | 213.2 | 40.42 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 247 | 58 | 0.17 | 0 | 0.77 | 0.03 | 73.02 | 0.92 | 0.6 |
| Hex | CE | F7 | 3A | 11 | 0 | 4D | 3 | 49 | 5C | 3C |
| Octal | 316 | 367 | 72 | 21 | 0 | 115 | 3 | 111 | 134 | 74 |
| Binary | 11001110 | 11110111 | 111010 | 10001 | 0 | 1001101 | 11 | 1001001 | 1011100 | 111100 |
Color Harmonies of #CEF73A
Complementary color
Monochromatic Colors of #CEF73A
Black with #CEF73A
Text Example
Text Example
White with #CEF73A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF73A; }
p { color: rgb(206,247,58); }
H1.HeaderClassName
{
color: #CEF73A;
}
.AnyTagClassName
{
color: #CEF73A;
}
</style>
background-color css
<style>
a { background-color: #CEF73A; }
a { background-color: rgb(206,247,58); }
div.DivClassName
{
background-color: #CEF73A;
}
.BgClassName
{
background-color: #CEF73A;
}
</style>
border-color css
<style>
span { border-color: #CEF73A; }
span { border-color: rgb(206,247,58); }
td.TdClassName
{
border-color: #CEF73A;
}
.TagClassName
{
border-color: #CEF73A;
}
</style>