Shades of Pear #CFEF38
Tints of Pear #CFEF38
RGB
CMYK
RGB Variations
Color information
#CFEF38 (or 0xCFEF38) is known color: Pear. HEX triplet: CF, EF and 38. RGB value is (207,239,56). Sum of RGB (Red+Green+Blue) = 207+239+56=502 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.24% from 502); Green value is 239 (93.75% from 255 or 47.61% from 502); Blue value is 56 (22.27% from 255 or 11.16% from 502); Max value from RGB is 239 - color contains mainly: green. Hex color #CFEF38 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFEF38 is #3010C7. Grayscale: #D1D1D1. Windows color (decimal): -3150024 or 3731407. OLE color: 3731407.
HSL color Cylindrical-coordinate representation of color #CFEF38: hue angle of 70.49º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CFEF38 is Cyan = 0.13, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 239 | 56 | - |
| CMYK | 0.13 | 0 | 0.77 | 0.06 |
| HSL | 70.49º | 0.85% | 0.58% | - |
| HSV(B) | 70.49º | 0.77% | 0.94% | - |
| XYZ | 57.31 | 75.28 | 15.25 | - |
| YUV | 208.57 | 41.9 | 126.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 239 | 56 | 0.13 | 0 | 0.77 | 0.06 | 70.49 | 0.85 | 0.58 |
| Hex | CF | EF | 38 | D | 0 | 4D | 6 | 46 | 55 | 3A |
| Octal | 317 | 357 | 70 | 15 | 0 | 115 | 6 | 106 | 125 | 72 |
| Binary | 11001111 | 11101111 | 111000 | 1101 | 0 | 1001101 | 110 | 1000110 | 1010101 | 111010 |
Color Harmonies of #CFEF38
Complementary color
Monochromatic Colors of #CFEF38
Black with #CFEF38
Text Example
Text Example
White with #CFEF38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEF38; }
p { color: rgb(207,239,56); }
H1.HeaderClassName
{
color: #CFEF38;
}
.AnyTagClassName
{
color: #CFEF38;
}
</style>
background-color css
<style>
a { background-color: #CFEF38; }
a { background-color: rgb(207,239,56); }
div.DivClassName
{
background-color: #CFEF38;
}
.BgClassName
{
background-color: #CFEF38;
}
</style>
border-color css
<style>
span { border-color: #CFEF38; }
span { border-color: rgb(207,239,56); }
td.TdClassName
{
border-color: #CFEF38;
}
.TagClassName
{
border-color: #CFEF38;
}
</style>