Shades of Pear #CEF72A
Tints of Pear #CEF72A
RGB
CMYK
RGB Variations
Color information
#CEF72A (or 0xCEF72A) is known color: Pear. HEX triplet: CE, F7 and 2A. RGB value is (206,247,42). Sum of RGB (Red+Green+Blue) = 206+247+42=495 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.62% from 495); Green value is 247 (96.88% from 255 or 49.90% from 495); Blue value is 42 (16.80% from 255 or 8.48% from 495); Max value from RGB is 247 - color contains mainly: green. Hex color #CEF72A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF72A is #3108D5. Grayscale: #D4D4D4. Windows color (decimal): -3213526 or 2815950. OLE color: 2815950.
HSL color Cylindrical-coordinate representation of color #CEF72A: hue angle of 72º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CEF72A is Cyan = 0.17, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 247 | 42 | - |
| CMYK | 0.17 | 0 | 0.83 | 0.03 |
| HSL | 72º | 0.93% | 0.57% | - |
| HSV(B) | 72º | 0.83% | 0.97% | - |
| XYZ | 59.13 | 79.81 | 14.48 | - |
| YUV | 211.37 | 32.42 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 247 | 42 | 0.17 | 0 | 0.83 | 0.03 | 72 | 0.93 | 0.57 |
| Hex | CE | F7 | 2A | 11 | 0 | 53 | 3 | 48 | 5D | 39 |
| Octal | 316 | 367 | 52 | 21 | 0 | 123 | 3 | 110 | 135 | 71 |
| Binary | 11001110 | 11110111 | 101010 | 10001 | 0 | 1010011 | 11 | 1001000 | 1011101 | 111001 |
Color Harmonies of #CEF72A
Complementary color
Monochromatic Colors of #CEF72A
Black with #CEF72A
Text Example
Text Example
White with #CEF72A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF72A; }
p { color: rgb(206,247,42); }
H1.HeaderClassName
{
color: #CEF72A;
}
.AnyTagClassName
{
color: #CEF72A;
}
</style>
background-color css
<style>
a { background-color: #CEF72A; }
a { background-color: rgb(206,247,42); }
div.DivClassName
{
background-color: #CEF72A;
}
.BgClassName
{
background-color: #CEF72A;
}
</style>
border-color css
<style>
span { border-color: #CEF72A; }
span { border-color: rgb(206,247,42); }
td.TdClassName
{
border-color: #CEF72A;
}
.TagClassName
{
border-color: #CEF72A;
}
</style>