Shades of Pear #CFEF1F
Tints of Pear #CFEF1F
RGB
CMYK
RGB Variations
Color information
#CFEF1F (or 0xCFEF1F) is known color: Pear. HEX triplet: CF, EF and 1F. RGB value is (207,239,31). Sum of RGB (Red+Green+Blue) = 207+239+31=477 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.40% from 477); Green value is 239 (93.75% from 255 or 50.10% from 477); Blue value is 31 (12.5% from 255 or 6.50% from 477); Max value from RGB is 239 - color contains mainly: green. Hex color #CFEF1F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFEF1F is #3010E0. Grayscale: #CECECE. Windows color (decimal): -3150049 or 2093007. OLE color: 2093007.
HSL color Cylindrical-coordinate representation of color #CFEF1F: hue angle of 69.23º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CFEF1F is Cyan = 0.13, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 239 | 31 | - |
| CMYK | 0.13 | 0 | 0.87 | 0.06 |
| HSL | 69.23º | 0.87% | 0.53% | - |
| HSV(B) | 69.23º | 0.87% | 0.94% | - |
| XYZ | 56.85 | 75.1 | 12.8 | - |
| YUV | 205.72 | 29.4 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 239 | 31 | 0.13 | 0 | 0.87 | 0.06 | 69.23 | 0.87 | 0.53 |
| Hex | CF | EF | 1F | D | 0 | 57 | 6 | 45 | 57 | 35 |
| Octal | 317 | 357 | 37 | 15 | 0 | 127 | 6 | 105 | 127 | 65 |
| Binary | 11001111 | 11101111 | 11111 | 1101 | 0 | 1010111 | 110 | 1000101 | 1010111 | 110101 |
Color Harmonies of #CFEF1F
Complementary color
Monochromatic Colors of #CFEF1F
Black with #CFEF1F
Text Example
Text Example
White with #CFEF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEF1F; }
p { color: rgb(207,239,31); }
H1.HeaderClassName
{
color: #CFEF1F;
}
.AnyTagClassName
{
color: #CFEF1F;
}
</style>
background-color css
<style>
a { background-color: #CFEF1F; }
a { background-color: rgb(207,239,31); }
div.DivClassName
{
background-color: #CFEF1F;
}
.BgClassName
{
background-color: #CFEF1F;
}
</style>
border-color css
<style>
span { border-color: #CFEF1F; }
span { border-color: rgb(207,239,31); }
td.TdClassName
{
border-color: #CFEF1F;
}
.TagClassName
{
border-color: #CFEF1F;
}
</style>