Shades of Pear #CEF73F
Tints of Pear #CEF73F
RGB
CMYK
RGB Variations
Color information
#CEF73F (or 0xCEF73F) is known color: Pear. HEX triplet: CE, F7 and 3F. RGB value is (206,247,63). Sum of RGB (Red+Green+Blue) = 206+247+63=516 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.92% from 516); Green value is 247 (96.88% from 255 or 47.87% from 516); Blue value is 63 (25% from 255 or 12.21% from 516); Max value from RGB is 247 - color contains mainly: green. Hex color #CEF73F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF73F is #3108C0. Grayscale: #D6D6D6. Windows color (decimal): -3213505 or 4192206. OLE color: 4192206.
HSL color Cylindrical-coordinate representation of color #CEF73F: hue angle of 73.37º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CEF73F is Cyan = 0.17, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 247 | 63 | - |
| CMYK | 0.17 | 0 | 0.74 | 0.03 |
| HSL | 73.37º | 0.92% | 0.61% | - |
| HSV(B) | 73.37º | 0.74% | 0.97% | - |
| XYZ | 59.61 | 80 | 17 | - |
| YUV | 213.77 | 42.92 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 247 | 63 | 0.17 | 0 | 0.74 | 0.03 | 73.37 | 0.92 | 0.61 |
| Hex | CE | F7 | 3F | 11 | 0 | 4A | 3 | 49 | 5C | 3D |
| Octal | 316 | 367 | 77 | 21 | 0 | 112 | 3 | 111 | 134 | 75 |
| Binary | 11001110 | 11110111 | 111111 | 10001 | 0 | 1001010 | 11 | 1001001 | 1011100 | 111101 |
Color Harmonies of #CEF73F
Complementary color
Monochromatic Colors of #CEF73F
Black with #CEF73F
Text Example
Text Example
White with #CEF73F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF73F; }
p { color: rgb(206,247,63); }
H1.HeaderClassName
{
color: #CEF73F;
}
.AnyTagClassName
{
color: #CEF73F;
}
</style>
background-color css
<style>
a { background-color: #CEF73F; }
a { background-color: rgb(206,247,63); }
div.DivClassName
{
background-color: #CEF73F;
}
.BgClassName
{
background-color: #CEF73F;
}
</style>
border-color css
<style>
span { border-color: #CEF73F; }
span { border-color: rgb(206,247,63); }
td.TdClassName
{
border-color: #CEF73F;
}
.TagClassName
{
border-color: #CEF73F;
}
</style>