Shades of Pear #CFEF3F
Tints of Pear #CFEF3F
RGB
CMYK
RGB Variations
Color information
#CFEF3F (or 0xCFEF3F) is known color: Pear. HEX triplet: CF, EF and 3F. RGB value is (207,239,63). Sum of RGB (Red+Green+Blue) = 207+239+63=509 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.67% from 509); Green value is 239 (93.75% from 255 or 46.95% from 509); Blue value is 63 (25% from 255 or 12.38% from 509); Max value from RGB is 239 - color contains mainly: green. Hex color #CFEF3F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFEF3F is #3010C0. Grayscale: #D2D2D2. Windows color (decimal): -3150017 or 4190159. OLE color: 4190159.
HSL color Cylindrical-coordinate representation of color #CFEF3F: hue angle of 70.91º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CFEF3F is Cyan = 0.13, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 239 | 63 | - |
| CMYK | 0.13 | 0 | 0.74 | 0.06 |
| HSL | 70.91º | 0.85% | 0.59% | - |
| HSV(B) | 70.91º | 0.74% | 0.94% | - |
| XYZ | 57.5 | 75.36 | 16.22 | - |
| YUV | 209.37 | 45.4 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 239 | 63 | 0.13 | 0 | 0.74 | 0.06 | 70.91 | 0.85 | 0.59 |
| Hex | CF | EF | 3F | D | 0 | 4A | 6 | 47 | 55 | 3B |
| Octal | 317 | 357 | 77 | 15 | 0 | 112 | 6 | 107 | 125 | 73 |
| Binary | 11001111 | 11101111 | 111111 | 1101 | 0 | 1001010 | 110 | 1000111 | 1010101 | 111011 |
Color Harmonies of #CFEF3F
Complementary color
Monochromatic Colors of #CFEF3F
Black with #CFEF3F
Text Example
Text Example
White with #CFEF3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEF3F; }
p { color: rgb(207,239,63); }
H1.HeaderClassName
{
color: #CFEF3F;
}
.AnyTagClassName
{
color: #CFEF3F;
}
</style>
background-color css
<style>
a { background-color: #CFEF3F; }
a { background-color: rgb(207,239,63); }
div.DivClassName
{
background-color: #CFEF3F;
}
.BgClassName
{
background-color: #CFEF3F;
}
</style>
border-color css
<style>
span { border-color: #CFEF3F; }
span { border-color: rgb(207,239,63); }
td.TdClassName
{
border-color: #CFEF3F;
}
.TagClassName
{
border-color: #CFEF3F;
}
</style>